Philip Zeyliger has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12230
Change subject: IMPALA-8089: Fixing run-all-tests timeout raciness. ...................................................................... IMPALA-8089: Fixing run-all-tests timeout raciness. We observed some failures in "pkill -P $TIMEOUT_PID". pkill will fail if there are no child processes, which could happen if there is, at that point in time, no "sleep" process running. To fix this, we simply ignore the error condition here. I added some debugging to run-all-tests-timeout-check.sh as well. I'm not 100% certain this is the right fix. Change-Id: Ieccfda933f526c116e49c46bf34f7245b357cb07 --- M bin/run-all-tests-timeout-check.sh M bin/run-all-tests.sh 2 files changed, 7 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/30/12230/1 -- To view, visit http://gerrit.cloudera.org:8080/12230 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ieccfda933f526c116e49c46bf34f7245b357cb07 Gerrit-Change-Number: 12230 Gerrit-PatchSet: 1 Gerrit-Owner: Philip Zeyliger <[email protected]>
