Bikramjeet Vig has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17272
Change subject: IMPALA-10596: De-flake TestAdmissionControllerStress ...................................................................... IMPALA-10596: De-flake TestAdmissionControllerStress Currently some tests in TestAdmissionControllerStress fail because they rely on queries holding onto resources on backends till they are explicitly closed. This was done by keeping the query alive by fetching very limited rows in intervals. After results spooling was turned on by default, the queries started to finish early and released their resources on other backends which let queued queries to get admitted. This patch turns off result spooling for the queries to avoid this situation. Testing: Ran test in a loop on my local dev machine. Change-Id: I1594a82f507db8dc094d4441dd8739d037f974ff --- M tests/custom_cluster/test_admission_controller.py 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/72/17272/1 -- To view, visit http://gerrit.cloudera.org:8080/17272 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I1594a82f507db8dc094d4441dd8739d037f974ff Gerrit-Change-Number: 17272 Gerrit-PatchSet: 1 Gerrit-Owner: Bikramjeet Vig <[email protected]>
