Hello Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/18328
to look at the new patch set (#2).
Change subject: IMPALA-11183: Fix run-all-tests.sh can't repeat tests more than
once
......................................................................
IMPALA-11183: Fix run-all-tests.sh can't repeat tests more than once
We launch a background process checking whether tests are timeout in
run-all-tests.sh. When NUM_TEST_ITERATIONS is set to larger than 1,
run-all-tests.sh will repeat the tests. However, the timeout process is
killed at the end of each iteration, which fails the script when we want
to repeat tests.
This patch move the killing logic outside the loop.
Tested with NUM_TEST_ITERATIONS=20 and verified it works.
Change-Id: I2bdd8a9c68ffb0dd1c3ea72c3649b00abcc05a49
---
M bin/run-all-tests.sh
1 file changed, 11 insertions(+), 6 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/28/18328/2
--
To view, visit http://gerrit.cloudera.org:8080/18328
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I2bdd8a9c68ffb0dd1c3ea72c3649b00abcc05a49
Gerrit-Change-Number: 18328
Gerrit-PatchSet: 2
Gerrit-Owner: Quanlong Huang <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>