From a9099de5d526183c116a371469f261b7bcf594f8 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Tue, 22 Apr 2025 23:58:47 -0600 Subject: [PATCH] LU-15935 tests: ignore replay-dual/33 cleanup error The cleanup in replay-dual test_33 can fail to reset at_min if the OST was already stopped on some node during cleanup. Ignore these non-fatal errors during stack_trap cleanup. Fixes: 1a79d395dd ("LU-15935 target: keep track of multirpc slots in last_rcvd") Test-Parameters: trivial testlist=replay-dual env=ONLY=33 Signed-off-by: Andreas Dilger Change-Id: I69d3feb9591256704b47c850c35ea97ffb500c1e Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58915 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Etienne AUJAMES Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin --- lustre/tests/replay-dual.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index 39664d7..6f6d760 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -1305,7 +1305,7 @@ test_33() { # LU-15935 local at_min_old at_min_old=$(at_min_get ost1) at_min_set 60 ost - stack_trap "at_min_set $at_min_old ost" + stack_trap "at_min_set $at_min_old ost || true" # Clean old locks cancel_lru_locks mdc -- 1.8.3.1