From e82571646bdc0718892ffc0b3f26ef6ddeb3bcfd Mon Sep 17 00:00:00 2001 From: James Simmons Date: Mon, 23 Dec 2024 15:17:47 -0500 Subject: [PATCH] LU-8585 test: fix sanity/200 looping breakage Create test files in $tdir instead of another directory name so that run_one_logged() will cleanup the test files after each iteration when run in a loop. Change-Id: I9bf8a74990a3ebe65b8d42a55d52a03072b02728 Test-Parameters: trivial testlist=sanity env=ONLY=200,ONLY_REPEAT=250 Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57576 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Arshad Hussain Reviewed-by: Andreas Dilger 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 00fcabc..74cc99a 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -21450,7 +21450,7 @@ test_200() { [ -n "$FILESET" ] && skip "SKIP due to FILESET set" local POOL=${POOL:-cea1} - local POOL_ROOT=${POOL_ROOT:-$DIR/d200.pools} + local POOL_ROOT=${POOL_ROOT:-$DIR/$tdir} local POOL_DIR_NAME=${POOL_DIR_NAME:-dir_tst} # Pool OST targets local first_ost=0 -- 1.8.3.1