guozhangwang commented on pull request #9196: URL: https://github.com/apache/kafka/pull/9196#issuecomment-699034902
Only one test failed this time, and honestly I'm not sure if it is related to your PR or not, here you go: ``` Module: kafkatest.tests.streams.streams_broker_down_resilience_test Class: StreamsBrokerDownResilience Method: test_streams_resilient_to_broker_down | This test validates that Streams is resilient to a broker being down longer than specified timeouts in configs | 3 minutes 56.586 seconds -- | -- | -- ``` ``` [INFO - 2020-09-25 06:34:38,507 - kafka - bootstrap_servers - lineno:1007]: Bootstrap client port is: 9092 [INFO - 2020-09-25 06:36:38,847 - runner_client - log - lineno:240]: RunnerClient: kafkatest.tests.streams.streams_broker_down_resilience_test.StreamsBrokerDownResilience.test_streams_resilient_to_broker_down: FAIL: Never saw output 'Discovered group coordinator' on ubuntu@worker3 Traceback (most recent call last): File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/tests/runner_client.py", line 134, in run data = self.run_test() File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/tests/runner_client.py", line 192, in run_test return self.test_context.function(self.test) File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/tests/kafkatest/tests/streams/streams_broker_down_resilience_test.py", line 68, in test_streams_resilient_to_broker_down err_msg=("Never saw output '%s' on " % self.connected_message) + str(processor.node.account)) File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/cluster/remoteaccount.py", line 708, in wait_until allow_fail=True) == 0, **kwargs) File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/utils/util.py", line 41, in wait_until raise TimeoutError(err_msg() if callable(err_msg) else err_msg) TimeoutError: Never saw output 'Discovered group coordinator' on ubuntu@worker3 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org