[ 
https://issues.apache.org/jira/browse/IMPALA-13683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17922214#comment-17922214
 ] 

ASF subversion and git services commented on IMPALA-13683:
----------------------------------------------------------

Commit 26625e46b027041ad3d407536677039d1db9b16d in impala's branch 
refs/heads/master from Riza Suminto
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=26625e46b ]

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]>


> Add env var to skip infra tests and verifiers.
> ----------------------------------------------
>
>                 Key: IMPALA-13683
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13683
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Test
>            Reporter: Riza Suminto
>            Assignee: Riza Suminto
>            Priority: Minor
>             Fix For: Impala 4.5.0
>
>
> 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.
> Ideally, we should have boolean env var INFRA_TEST and VERIFIERS_TEST to 
> allow skipping them.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to