From: Emoly Liu Date: Wed, 18 Jun 2025 04:27:25 +0000 (+0800) Subject: LU-14094 tests: give zfs more wait time again to unlink X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=bac03181beb3b4dbe2129b54eb4b690860b3f0be;p=fs%2Flustre-release.git LU-14094 tests: give zfs more wait time again to unlink In sanity.sh test_311, give zfs more wait time to unlink more files as expected. Test-Parameters: trivial fstype=zfs testlist=sanity env=ONLY=311,ONLY_REPEAT=200 Test-Parameters: trivial fstype=zfs testlist=sanity env=ONLY=311,ONLY_REPEAT=200 Test-Parameters: trivial fstype=zfs testlist=sanity env=ONLY=311,ONLY_REPEAT=200 Test-Parameters: trivial fstype=zfs testlist=sanity env=ONLY=311,ONLY_REPEAT=200 Test-Parameters: trivial fstype=zfs testlist=sanity env=ONLY=311,ONLY_REPEAT=200 Signed-off-by: Emoly Liu Change-Id: I5ee3d8a0e205acbb199469c7572ce602dd7b5d22 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/59824 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Marc Vef Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index f5aa166..8ce6842 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -29278,7 +29278,7 @@ test_311() { unlinkmany $DIR/$tdir/$tfile. 1000 wait_delete_completed - wait_zfs_commit $SINGLEMDS 10 + wait_zfs_commit $SINGLEMDS 20 do_nodes $mdts "$LCTL set_param -n \ osp.*OST0000*.max_create_count=$max_count"