Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-3790: Fix admission control flaky stress test ......................................................................
IMPALA-3790: Fix admission control flaky stress test In addition to a previous change which extended the admission control test timeouts for code coverage jobs, the tests with high concurrency are still experiencing timeouts in the admission control queues (which is different from the timeouts that were set on the test cases). Rather than extend the timeouts on the queues as well (which would increase the already ridiculously long test time ~2hrs), this limits the number of concurrent queries that are submitted with code coverage. Change-Id: Id62f7603f1174aa02469c6ca57513c3f1fa1e221 Reviewed-on: http://gerrit.cloudera.org:8080/3861 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Internal Jenkins --- M tests/custom_cluster/test_admission_controller.py 1 file changed, 12 insertions(+), 4 deletions(-) Approvals: Internal Jenkins: Verified Tim Armstrong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/3861 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id62f7603f1174aa02469c6ca57513c3f1fa1e221 Gerrit-PatchSet: 3 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
