From b51db2655bdbcb5605267c89ce55d51ff1409496 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Thu, 27 Apr 2017 15:27:50 -0400 Subject: [PATCH] qa/workunits/rbd: increased trash deferment period Teuthology would periodically fail due to a delay >10 seconds between moving the item to the trash and checking its status. Signed-off-by: Jason Dillaman --- qa/workunits/rbd/cli_generic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rbd/cli_generic.sh b/qa/workunits/rbd/cli_generic.sh index e85ae619becf..daa8151677f4 100755 --- a/qa/workunits/rbd/cli_generic.sh +++ b/qa/workunits/rbd/cli_generic.sh @@ -408,7 +408,7 @@ test_trash() { rbd ls | wc -l | grep 1 rbd ls -l | grep 'test2.*2.*' - rbd trash mv test2 --delay 10 + rbd trash mv test2 --delay 3600 rbd trash ls | grep test2 rbd trash ls | wc -l | grep 1 rbd trash ls -l | grep 'test2.*USER.*protected until' -- 2.47.3