Impala Public Jenkins has submitted this change and it was merged. ( 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 run-workload.py and verifiers without any way to skip them. This patch adds env var SKIP_VERIFIERS to allow skipping verifiers. "Run test run-workload" is rewritten into its own test_run_workload.py. Testing: - Run and pass test_run_workload.py. - Manually run the script with SKIP_VERIFIERS set to true and confirm that verifiers are skipped. Change-Id: Ib483dcd48980655e4aa0c77f1cdc1f2a3c40a1de Reviewed-on: http://gerrit.cloudera.org:8080/22365 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/run-all-tests.sh A tests/infra/test_run_workload.py M tests/run-tests.py 3 files changed, 73 insertions(+), 13 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: Ib483dcd48980655e4aa0c77f1cdc1f2a3c40a1de Gerrit-Change-Number: 22365 Gerrit-PatchSet: 8 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
