From bac03181beb3b4dbe2129b54eb4b690860b3f0be Mon Sep 17 00:00:00 2001 From: Emoly Liu Date: Wed, 18 Jun 2025 12:27:25 +0800 Subject: [PATCH] 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 --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.8.3.1