From 5f08b8b439fcb681375a424faec4c26f3e5e2122 Mon Sep 17 00:00:00 2001 From: Nicholas Carriero Date: Thu, 11 Apr 2024 15:28:31 -0400 Subject: [PATCH] Add zero padding tests. --- exampleTaskFiles/DBtasksOneBadOneLeaky | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exampleTaskFiles/DBtasksOneBadOneLeaky b/exampleTaskFiles/DBtasksOneBadOneLeaky index 5cb63a5..ade6db9 100644 --- a/exampleTaskFiles/DBtasksOneBadOneLeaky +++ b/exampleTaskFiles/DBtasksOneBadOneLeaky @@ -47,8 +47,9 @@ # empty repeat #DISBATCH REPEAT 0 start 1 +# use zero padding for env variables in file name. #DISBATCH BARRIER -#DISBATCH SUFFIX ( echo "${DISBATCH_REPEAT_INDEX} running on" $(hostname) ; date ; sleep 10 ; date ; ) &> ${DISBATCH_NAMETASKS}_task_${DISBATCH_TASKID}_rx_${DISBATCH_REPEAT_INDEX}.log +#DISBATCH SUFFIX ( echo "${DISBATCH_REPEAT_INDEX} running on" $(hostname) ; echo "Zero-padded stream index: ${DISBATCH_STREAM_INDEX_ZP}" ; date ; sleep 10 ; date ; ) &> ${DISBATCH_NAMETASKS}_task_${DISBATCH_TASKID_ZP}_rx_${DISBATCH_REPEAT_INDEX_ZP}.log #DISBATCH REPEAT 7 start 40 # fail two in repeat