Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22530 )
Change subject: IMPALA-10338: Deflake test_queue_reasons_slots in ASAN build. ...................................................................... IMPALA-10338: Deflake test_queue_reasons_slots in ASAN build. test_queue_reasons_slots has been flaky in ASAN build for not completing all of its test queries within 60 seconds from submission time. In the latest occurrence, the 4th out of 5 queries submitted in parallel does not get admitted after 60 seconds. It then ends in ERROR state, while the tests expect it to ends in FINISHED state. This patch attempt to deflake the tests by increasing slots and MT_DOP option from 4 to 8 in test_queue_reasons_slots. The test query is a simple GROUP BY query that is expected to run faster with increased degree of parallelism. Testing: - Loop and pass the test 100x in ASAN build. Change-Id: I4546aa3ce66c480504685e842a4b610a9a7e01ee Reviewed-on: http://gerrit.cloudera.org:8080/22530 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_admission_controller.py 1 file changed, 5 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22530 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4546aa3ce66c480504685e842a4b610a9a7e01ee Gerrit-Change-Number: 22530 Gerrit-PatchSet: 4 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
