Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22584 )
Change subject: IMPALA-13827: Deflake test_user_loads_propagate ...................................................................... IMPALA-13827: Deflake test_user_loads_propagate TestAdmissionController.test_user_loads_propagate has been flaky for not finding the expected username metric in the first impalad. This patch attempt to deflake the test by raising the wait time between running query and metric check. The order of metric check is also reversed to give slightly more time for first impalad to hear about query running in second impalad. Testing: - Loop and pass the test 50 times. Before the patch, the test fail within 10 iteration. Change-Id: I6920c7bc9ba1a9fc646aaf0483a1a72608a2a90e Reviewed-on: http://gerrit.cloudera.org:8080/22584 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, 10 insertions(+), 7 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22584 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I6920c7bc9ba1a9fc646aaf0483a1a72608a2a90e Gerrit-Change-Number: 22584 Gerrit-PatchSet: 3 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]>
