From: David Zafman Date: Fri, 1 Feb 2019 23:02:57 +0000 (-0800) Subject: test: Increase timeouts in osd-backfill-space.sh because of failure seen X-Git-Tag: v14.1.0~198^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cc6339c0cd182c6d348c0ddc0653f583c67d5408;p=ceph.git test: Increase timeouts in osd-backfill-space.sh because of failure seen Fixes: http://tracker.ceph.com/issues/38027 Signed-off-by: David Zafman --- diff --git a/qa/standalone/osd/osd-backfill-space.sh b/qa/standalone/osd/osd-backfill-space.sh index 12a94dc76b42..d2f6afb37b65 100755 --- a/qa/standalone/osd/osd-backfill-space.sh +++ b/qa/standalone/osd/osd-backfill-space.sh @@ -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" ];