From 3e35beb7d06ea9b14c5c036f14d653824185bd4d Mon Sep 17 00:00:00 2001 From: Ernst Hellbar Date: Thu, 16 Oct 2025 10:43:06 +0200 Subject: [PATCH] aggregator.sh: print error when exit transition timer expires on aggregator nodes --- prodtests/full-system-test/aggregator-workflow.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prodtests/full-system-test/aggregator-workflow.sh b/prodtests/full-system-test/aggregator-workflow.sh index f90decefa3f2f..a0d091a98d193 100755 --- a/prodtests/full-system-test/aggregator-workflow.sh +++ b/prodtests/full-system-test/aggregator-workflow.sh @@ -14,6 +14,9 @@ source $O2DPG_ROOT/DATA/common/setenv.sh || { echo "setenv.sh failed" 1>&2 && ex source $O2DPG_ROOT/DATA/common/getCommonArgs.sh || { echo "getCommonArgs.sh failed" 1>&2 && exit 1; } source $O2DPG_ROOT/DATA/common/setenv_calib.sh || { echo "setenv_calib.sh failed" 1>&2 && exit 1; } +# print an error (instead of warning) when exit transition timer expires, only for tasks on aggregator nodes +ARGS_ALL+=" --error-on-exit-transition-timeout" + # if the populator for DCS CCDB is needed, set it to non-0 : ${NEED_DCS_CCDB_POPULATOR:=0}