Skip to content

Commit da5662e

Browse files
committed
debug
1 parent 4bf5bce commit da5662e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-tests/src/test/resources/statedump.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function state_dump {
9696
local outfile=${DUMP_DIR}/archive_pv_job.out
9797

9898
if [ "$JENKINS" = "true" ] || [ "$SHARED_CLUSTER" = "true" ]; then
99-
echo "Running $SCRIPTPATH/krun.sh -i openjdk:11-oracle -t 300 -d ${RESULT_DIR} -m ${PV_ROOT}:/sharedparent -c 'jar cf /sharedparent/pvarchive.jar /sharedparent/acceptance_test_pv' 2>&1 | tee ${outfile}"
99+
# echo "Running $SCRIPTPATH/krun.sh -i openjdk:11-oracle -t 300 -d ${RESULT_DIR} -m ${PV_ROOT}:/sharedparent -c 'jar cf /sharedparent/pvarchive.jar /sharedparent/acceptance_test_pv' 2>&1 | tee ${outfile}"
100100
$SCRIPTPATH/krun.sh -i openjdk:11-oracle -t 300 -d ${RESULT_DIR} -m "${PV_ROOT}:/sharedparent" -c 'jar cf /sharedparent/pvarchive.jar /sharedparent/acceptance_test_pv' 2>&1 | tee ${outfile}
101101
if [ "$?" = "0" ]; then
102102
#echo "Running $SCRIPTPATH/krun.sh -i openjdk:11-oracle -t 300 -d ${RESULT_DIR} -m ${PV_ROOT}:/sharedparent -c 'base64 /sharedparent/pvarchive.jar' > $RESULT_DIR/pvarchive.b64 2>&1"
@@ -119,6 +119,7 @@ function state_dump {
119119
fi
120120
else
121121
# command failed
122+
echo Run failed
122123
cat $RESULT_DIR/pvarchive.b64 | head -100
123124
fi
124125
# rm $RESULT_DIR/pvarchive.b64

0 commit comments

Comments
 (0)