Riza Suminto has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/22724


Change subject: IMPALA-13925: Deflake TestFrontendConnectionLimit
......................................................................

IMPALA-13925: Deflake TestFrontendConnectionLimit

TestFrontendConnectionLimit is flaky after IMPALA-13907. The test
randomly pick one impalad and create multiple client to connect to that
impalad. However, the test also limit --fe_service_threads=1. If the
random impalad picked is the first impalad, any new client might not
able to connect because the default ImpalaTestSuite.hs2_client is still
connect to the first impalad.

This patch attempt to deflake the test by closing all default client
first before starting the tests.

Testing:
Manually loop the tests for 20 times and pass all of them. Before this
patch, the test can get stuck if looped less than that.

Change-Id: I53c6760f5e3734397746b5a228345c9df38eabcb
---
M tests/custom_cluster/test_frontend_connection_limit.py
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/24/22724/1
--
To view, visit http://gerrit.cloudera.org:8080/22724
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I53c6760f5e3734397746b5a228345c9df38eabcb
Gerrit-Change-Number: 22724
Gerrit-PatchSet: 1
Gerrit-Owner: Riza Suminto <riza.sumi...@cloudera.com>

Reply via email to