Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22365
Change subject: IMPALA-13683: Add env var to skip infra tests and verifiers. ...................................................................... IMPALA-13683: Add env var to skip infra tests and verifiers. bin/run-all-tests.sh provides a convenient way to repeat running the same test multiple times by setting NUM_TEST_ITERATIONS env var. This is especially useful to prove that a test is not flaky. However, it will still redundantly repeat infra tests and verifiers without any way to skip them. This patch adds env var INFRA_TEST and VERIFIERS_TEST to allow skipping them. The default values for them are true (do not skip). Testing: Manually run the script with both INFRA_TEST and VERIFIERS_TEST set to false and confirm that both are skipped. Change-Id: Ib483dcd48980655e4aa0c77f1cdc1f2a3c40a1de --- M bin/run-all-tests.sh M tests/run-tests.py 2 files changed, 24 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/65/22365/1 -- To view, visit http://gerrit.cloudera.org:8080/22365 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib483dcd48980655e4aa0c77f1cdc1f2a3c40a1de Gerrit-Change-Number: 22365 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <riza.sumi...@cloudera.com>