mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
Let nose run s3tests in parallel.
This decreases the run time significantly. Unfortunately, there seem to be cleanup-related bugs in parallel runs for now. It's not safe to actually run with --processes=N >1 yet, but at least the right magic incantation is now recorded.
This commit is contained in:
parent
27d2e40b7d
commit
5b250e57e1
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ def nuke_prefixed_buckets(prefix):
|
|||
print 'Done with cleanup of test buckets.'
|
||||
|
||||
|
||||
# nosetests --processes=N with N>1 is safe
|
||||
_multiprocess_can_split_ = True
|
||||
|
||||
def setup():
|
||||
|
||||
cfg = ConfigParser.RawConfigParser()
|
||||
|
|
Loading…
Reference in a new issue