Whamcloud - gitweb
LU-14094 tests: give zfs more wait time again to unlink 24/59824/2
authorEmoly Liu <emoly@whamcloud.com>
Wed, 18 Jun 2025 04:27:25 +0000 (12:27 +0800)
committerOleg Drokin <green@whamcloud.com>
Tue, 8 Jul 2025 03:58:09 +0000 (03:58 +0000)
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 <emoly@whamcloud.com>
Change-Id: I5ee3d8a0e205acbb199469c7572ce602dd7b5d22
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/59824
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Marc Vef <mvef@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity.sh

index f5aa166..8ce6842 100755 (executable)
@@ -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"