From 9b1add59dd64ad3dc794ae852a3c70b7d0a27aad Mon Sep 17 00:00:00 2001 From: Sergey Cheremencev Date: Mon, 26 Feb 2024 16:29:49 +0300 Subject: [PATCH] LU-16356 tests: add trap 0 in cleanup_echo_devs "trap 0" was accidentally removed from cleanup_echo_devs in "LU-16356 hsm: store crh in rhashtable instead of list". Add it back. Test-Parameters: trivial Fixes: dc13a56187 ("LU-16356 hsm: store crh in rhashtable instead of list") Signed-off-by: Sergey Cheremencev Change-Id: I5d309a926f376165aacc8f0fe1c3b04dcd86f545 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/54183 Reviewed-by: Alex Zhuravlev Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin Tested-by: jenkins Tested-by: Maloo --- lustre/tests/test-framework.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 87db39c..067add1 100755 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -5055,6 +5055,7 @@ stopall() { } cleanup_echo_devs () { + trap 0 local dev local devs=$($LCTL dl | grep echo | awk '{print $4}') -- 1.8.3.1