Yida Wu has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23217
Change subject: IMPALA-10866: Add testcases for failures cases involving the admission service ...................................................................... IMPALA-10866: Add testcases for failures cases involving the admission service The admission service uses the statestore as the only source of truth to determine whether a coordinator is down. If the statestore reports a coordinator as down, all running and queued queries associated with it should be cancelled or rejected. In IMPALA-12057, we introduced logic to reject queued queries if the corresponding coordinator has been removed, along with tests for that behavior. This patch adds additional test cases to cover other failure scenarios, such as the coordinator or the statestore going down with running queries, and verifies that the behaves are as expected in each case. Tests: Passed exhaustive tests. Change-Id: If617326cbc6fe2567857d6323c6413d98c92d009 --- M tests/custom_cluster/test_admission_controller.py 1 file changed, 66 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/17/23217/1 -- To view, visit http://gerrit.cloudera.org:8080/23217 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If617326cbc6fe2567857d6323c6413d98c92d009 Gerrit-Change-Number: 23217 Gerrit-PatchSet: 1 Gerrit-Owner: Yida Wu <wydbaggio...@gmail.com>