From: Andreas Dilger Date: Wed, 23 Apr 2025 05:58:47 +0000 (-0600) Subject: LU-15935 tests: ignore replay-dual/33 cleanup error X-Git-Tag: 2.16.55~83 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a9099de5d526183c116a371469f261b7bcf594f8;p=fs%2Flustre-release.git 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 --- 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