]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: Increase timeouts in osd-backfill-space.sh because of failure seen
authorDavid Zafman <dzafman@redhat.com>
Fri, 1 Feb 2019 23:02:57 +0000 (15:02 -0800)
committerDavid Zafman <dzafman@redhat.com>
Tue, 5 Feb 2019 19:29:32 +0000 (11:29 -0800)
Fixes: http://tracker.ceph.com/issues/38027
Signed-off-by: David Zafman <dzafman@redhat.com>
qa/standalone/osd/osd-backfill-space.sh

index 12a94dc76b427ea1f1859cbf5ee2a9edd4f23ce8..d2f6afb37b6592903bd04688dcd01a903514647a 100755 (executable)
@@ -149,8 +149,8 @@ function TEST_backfill_test_simple() {
     done
     sleep 5
 
-    wait_for_backfill 120 || return 1
-    wait_for_active 30 || return 1
+    wait_for_backfill 240 || return 1
+    wait_for_active 60 || return 1
 
     ERRORS=0
     if [ "$(ceph pg dump pgs | grep +backfill_toofull | wc -l)" != "1" ];
@@ -228,8 +228,8 @@ function TEST_backfill_test_multi() {
     done
     sleep 5
 
-    wait_for_backfill 120 || return 1
-    wait_for_active 30 || return 1
+    wait_for_backfill 240 || return 1
+    wait_for_active 60 || return 1
 
     ERRORS=0
     full="$(ceph pg dump pgs | grep +backfill_toofull | wc -l)"
@@ -364,8 +364,8 @@ function TEST_backfill_test_sametarget() {
     ceph osd pool set $pool2 size 2
     sleep 5
 
-    wait_for_backfill 120 || return 1
-    wait_for_active 30 || return 1
+    wait_for_backfill 240 || return 1
+    wait_for_active 60 || return 1
 
     ERRORS=0
     if [ "$(ceph pg dump pgs | grep +backfill_toofull | wc -l)" != "1" ];
@@ -499,8 +499,8 @@ function TEST_backfill_multi_partial() {
     ceph osd in osd.$fillosd
     sleep 15
 
-    wait_for_backfill 120 || return 1
-    wait_for_active 30 || return 1
+    wait_for_backfill 240 || return 1
+    wait_for_active 60 || return 1
 
     flush_pg_stats || return 1
     ceph pg dump pgs
@@ -682,8 +682,8 @@ function TEST_ec_backfill_simple() {
 
     ceph pg dump pgs
 
-    wait_for_backfill 120 || return 1
-    wait_for_active 30 || return 1
+    wait_for_backfill 240 || return 1
+    wait_for_active 60 || return 1
 
     ceph pg dump pgs
 
@@ -806,8 +806,8 @@ function TEST_ec_backfill_multi() {
 
     sleep 10
 
-    wait_for_backfill 120 || return 1
-    wait_for_active 30 || return 1
+    wait_for_backfill 240 || return 1
+    wait_for_active 60 || return 1
 
     ceph pg dump pgs
 
@@ -945,8 +945,8 @@ function SKIP_TEST_ec_backfill_multi_partial() {
     sleep 10
     ceph pg dump pgs
 
-    wait_for_backfill 120 || return 1
-    wait_for_active 30 || return 1
+    wait_for_backfill 240 || return 1
+    wait_for_active 60 || return 1
 
     ceph pg dump pgs
 
@@ -1053,8 +1053,8 @@ function SKIP_TEST_ec_backfill_multi_partial() {
     ceph osd in osd.$fillosd
     sleep 15
 
-    wait_for_backfill 120 || return 1
-    wait_for_active 30 || return 1
+    wait_for_backfill 240 || return 1
+    wait_for_active 60 || return 1
 
     ERRORS=0
     if [ "$(ceph pg dump pgs | grep -v "^1.0" | grep +backfill_toofull | wc -l)" != "1" ];