mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
Update roundtrip._main -- while loop should auto-replenish all pools,
and not ones so named.
This commit is contained in:
parent
fb8f110e69
commit
3c07a4a363
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def _main():
|
||||||
# Main work loop.
|
# Main work loop.
|
||||||
print "Starting main work loop..."
|
print "Starting main work loop..."
|
||||||
while context.running:
|
while context.running:
|
||||||
common.fill_pools(context.greenlet_pools.writer, context.greenlet_pools.reader)
|
common.fill_pools(*context.greenlet_pools.values())
|
||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
|
|
||||||
print "We've hit duration. Time to stop!"
|
print "We've hit duration. Time to stop!"
|
||||||
|
|
Loading…
Reference in a new issue