]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: try to reproduce a race more times
authorJosh Durgin <josh.durgin@inktank.com>
Tue, 2 Oct 2012 19:33:07 +0000 (12:33 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 2 Oct 2012 19:33:07 +0000 (12:33 -0700)
This was failing occassionally in the nightly runs.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
qa/workunits/rbd/watch_correct_version.sh

index 1d9c3fda866e2c24283024923aa99b09419c606f..138fb2d918e1d35de75c7398b257092d94766073 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash -ex
 
 resize_image() {
-    for i in $(seq 1 100)
+    for i in $(seq 1 1000)
     do
         rbd resize --size $i test
     done
@@ -12,7 +12,7 @@ rbd rm test || true
 rbd create -s 1 --order 25 test
 resize_image &
 
-for i in $(seq 1 100)
+for i in $(seq 1 1000)
 do
     rbd export test test.exported --debug-rbd 20 2>export.log
     rm -f test.exported