Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22787
Change subject: IMPALA-13971: Deflake TestAdmissionController.test_user_loads_rules ...................................................................... IMPALA-13971: Deflake TestAdmissionController.test_user_loads_rules TestAdmissionController.test_user_loads_rules is flaky for not failing the last query that should exceed user quota. The test execute query in round robin fashion across all impalad. These impalads are expected to synchronize user quota count thorugh statestore update. This patch attempt to deflake the test by raising the heartbeat wait time from 1 heartbeat period to 3 hearbeat period. It also change the reject query to a fast version of SLOW_QUERY (without sleep) so test can fail fast if it is not rejected. Testing: Loop the test 50 times and pass all. Change-Id: Ib2ae8e1c2edf174edbf0e351d3c2ed06a0539f08 --- M tests/custom_cluster/test_admission_controller.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/87/22787/1 -- To view, visit http://gerrit.cloudera.org:8080/22787 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib2ae8e1c2edf174edbf0e351d3c2ed06a0539f08 Gerrit-Change-Number: 22787 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <riza.sumi...@cloudera.com>