From 20afcc54d41b1ab6abe173c639020495c51c3a0f Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Mon, 3 Feb 2025 06:25:56 +0300 Subject: [PATCH] LU-18690 tests: sanity-quota/79 should return 0 the test should not return a result of background process trying to access pool's information. Test-Parameters: trivial Signed-off-by: Alex Zhuravlev Change-Id: Ib9446b222c3be721e9ec5e9a4da67f249ac46aa0 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57947 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Sergey Cheremencev Reviewed-by: Lai Siyao Reviewed-by: Oleg Drokin --- lustre/tests/sanity-quota.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 973785c..ee693c3 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -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" -- 1.8.3.1