Riza Suminto has uploaded this change for review. ( 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 --- M tests/custom_cluster/test_admission_controller.py 1 file changed, 4 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/30/22530/1 -- 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: newchange Gerrit-Change-Id: I4546aa3ce66c480504685e842a4b610a9a7e01ee Gerrit-Change-Number: 22530 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]>
