Whamcloud - gitweb
LU-18690 tests: sanity-quota/79 should return 0 47/57947/4
authorAlex Zhuravlev <bzzz@whamcloud.com>
Mon, 3 Feb 2025 03:25:56 +0000 (06:25 +0300)
committerOleg Drokin <green@whamcloud.com>
Wed, 26 Mar 2025 04:00:24 +0000 (04:00 +0000)
the test should not return a result of background process trying
to access pool's information.

Test-Parameters: trivial
Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Change-Id: Ib9446b222c3be721e9ec5e9a4da67f249ac46aa0
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57947
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Sergey Cheremencev <scherementsev@ddn.com>
Reviewed-by: Lai Siyao <lai.siyao@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity-quota.sh

index 973785c..ee693c3 100755 (executable)
@@ -6042,6 +6042,7 @@ test_79()
        pool_add $qpool || error "pool_add failed"
        do_facet mds1 "rm $stopf"
        wait $pid
+       return 0
 }
 run_test 79 "access to non-existed dt-pool/info doesn't cause a panic"