From 57cdda8a7e2f27c0bc1252421a6124911ecd7aaf Mon Sep 17 00:00:00 2001 From: Emoly Liu Date: Thu, 5 Dec 2024 05:38:40 +0800 Subject: [PATCH] LU-16318 tests: wait longer for MDT destroys to complete Wait longer for MDT destroys to complete in replay-ost-single.sh test_6. Test-Parameters: trivial testlist=replay-ost-single env=ONLY=6,ONLY_REPEAT=100 Test-Parameters: trivial testlist=replay-ost-single env=ONLY=6,ONLY_REPEAT=100 Test-Parameters: trivial testlist=replay-ost-single env=ONLY=6,ONLY_REPEAT=100 Signed-off-by: Emoly Liu Change-Id: I2668028e2ebecddb9167c4fed5963dda857446eb Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57290 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin --- lustre/tests/replay-ost-single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/replay-ost-single.sh b/lustre/tests/replay-ost-single.sh index 4a05816..f95a110 100755 --- a/lustre/tests/replay-ost-single.sh +++ b/lustre/tests/replay-ost-single.sh @@ -183,7 +183,7 @@ test_6() { # wait till space is returned, following # (( $before > $after_dd)) test counting on that wait_mds_ost_sync || error "first wait_mds_ost_sync failed" - wait_destroy_complete || error "first wait_destroy_complete failed" + wait_destroy_complete 10 || error "first wait_destroy_complete failed" sync_all_data local before=$(calc_osc_kbytes kbytesfree) -- 1.8.3.1