Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22126 )
Change subject: IMPALA-13560: Second attempt at fixing test_admission_controller_with_quota_configs test. ...................................................................... IMPALA-13560: Second attempt at fixing test_admission_controller_with_quota_configs test. The test test_admission_controller_with_quota_configs() is designed to be a similar test to test_admission_controller_with_configs() which uses the 'queueB' queue. The newer test uses a newly added queue 'queueF'. Because Admission Control configuration is split across two files, and because of user stupidity, the queue timeout configuration for 'queueB' was not copied when the new test was created. This causes queued queries to be timed out while waiting for admission, which confuses the test. Set pool-queue-timeout-ms.root to 600000 for queueF in llama-site-test2.xml. Change-Id: I1378cd4e42ed5629b92b1c16dd17d4d16ec4a19d Reviewed-on: http://gerrit.cloudera.org:8080/22126 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/test/resources/llama-site-test2.xml 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22126 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1378cd4e42ed5629b92b1c16dd17d4d16ec4a19d Gerrit-Change-Number: 22126 Gerrit-PatchSet: 3 Gerrit-Owner: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
