[ 
https://issues.apache.org/jira/browse/IMPALA-12442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Smith updated IMPALA-12442:
-----------------------------------
    Description: 
run-tests.py runs tests in phases. From its "main" block
{quote}
First run[s] query tests that need to be executed serially: -m execute_serially
Run[s] the stress tests tests: -m stress
Run[s] the remaining query tests in parallel: -m not execute_serially and not 
stress
{quote}

Most of Impala's stress tests are marked with both "stress" and 
"execute_serially", which means for example that 
https://jenkins.impala.io/job/ubuntu-20.04-from-scratch/338/consoleText runs 
{{metadata/test_recursive_listing.py::TestRecursiveListing::test_large_staging_dirs}}
 even though exploration_strategy=core jobs skip stress tests.

When we run exhaustive tests, it runs the stress tests twice.


  was:
run-tests.py runs tests in phases. From its "main" block
{quote}
First run[s] query tests that need to be executed serially: -m execute_serially
Run[s] the stress tests tests: -m stress
Run[s] the remaining query tests in parallel: -m not execute_serially and not 
stress
{quote}

Most of Impala's stress tests are marked with both "stress" and 
"execute_serially", which means for example that 
https://jenkins.impala.io/job/ubuntu-20.04-from-scratch/338/consoleText runs 
{{metadata/test_recursive_listing.py::TestRecursiveListing::test_large_staging_dirs}}
 even though exploration_strategy=core jobs skip stress tests.



> Avoid running stress tests twice
> --------------------------------
>
>                 Key: IMPALA-12442
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12442
>             Project: IMPALA
>          Issue Type: Task
>            Reporter: Michael Smith
>            Priority: Major
>
> run-tests.py runs tests in phases. From its "main" block
> {quote}
> First run[s] query tests that need to be executed serially: -m 
> execute_serially
> Run[s] the stress tests tests: -m stress
> Run[s] the remaining query tests in parallel: -m not execute_serially and not 
> stress
> {quote}
> Most of Impala's stress tests are marked with both "stress" and 
> "execute_serially", which means for example that 
> https://jenkins.impala.io/job/ubuntu-20.04-from-scratch/338/consoleText runs 
> {{metadata/test_recursive_listing.py::TestRecursiveListing::test_large_staging_dirs}}
>  even though exploration_strategy=core jobs skip stress tests.
> When we run exhaustive tests, it runs the stress tests twice.



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