From: Emoly Liu Date: Wed, 4 Dec 2024 21:38:40 +0000 (+0800) Subject: LU-16318 tests: wait longer for MDT destroys to complete X-Git-Tag: 2.16.51~51 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=57cdda8a7e2f27c0bc1252421a6124911ecd7aaf;p=fs%2Flustre-release.git 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 --- 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)