Joe McDonnell created IMPALA-11909:
--------------------------------------
Summary: bin/jenkins/finalize.sh should use an absolute path for
resolve_minidump.py
Key: IMPALA-11909
URL: https://issues.apache.org/jira/browse/IMPALA-11909
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Affects Versions: Impala 4.3.0
Reporter: Joe McDonnell
Assignee: Joe McDonnell
bin/jenkins/finalize.sh currently calls resolve_minidumps.py via a relative
path:
{noformat}
# Since this is experimental, use it inside an if so that any error code
doesn't
# abort this script.
if ! bin/resolve_minidumps.py --minidump_file ${minidump} \
--output_file ${minidump}_dumpedv2 ; then
echo "bin/resolve_minidumps.py failed!"
else
{noformat}
This will fail if finalize.sh is being called from outside $IMPALA_HOME. This
should use an absolute path with $IMPALA_HOME.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)