Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21905 )
Change subject: IMPALA-11761: Run large dir tests serially ...................................................................... IMPALA-11761: Run large dir tests serially IMPALA-12442 removed duplicate labels for stress and execute_serially, as they resulted in running the tests twice in different suites. Most tests that had both labels expect to be run sequentially, which by definition cannot be run in our stress test suite (which runs many operations at once to stress the cluster). Updates all tests previously marked with both 'stress' and 'execute_serially' to run serially. The only test continuing to use 'stress' mode is test_ddl_stress.py which was designed for it using a separate 'test_index' parameter. Change-Id: I1f7d2017ae1bab0f2f8cb0b100c2c6cc8b4f3dcd Reviewed-on: http://gerrit.cloudera.org:8080/21905 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/metadata/test_recursive_listing.py M tests/pytest.ini M tests/run-tests.py M tests/stress/test_acid_stress.py M tests/stress/test_insert_stress.py M tests/stress/test_merge_stress.py M tests/stress/test_update_stress.py 7 files changed, 15 insertions(+), 15 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/21905 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1f7d2017ae1bab0f2f8cb0b100c2c6cc8b4f3dcd Gerrit-Change-Number: 21905 Gerrit-PatchSet: 7 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
