hachikuji commented on pull request #9026: URL: https://github.com/apache/kafka/pull/9026#issuecomment-659094687
@abbccdda Here is a link to the test results: http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/2020-07-16--001.1594861014--hachikuji--KAFKA-10274--dea96a4ff/report.html. There was one failure, but it was due to an unrelated environmental issue: ``` 00:48:36 [INFO:2020-07-16 00:48:36,487]: RunnerClient: kafkatest.tests.core.transactions_test.TransactionsTest.test_transactions.failure_mode=clean_bounce.bounce_target=clients.check_order=False.use_group_metadata=True: Summary: Unable to open channel. 00:48:36 Traceback (most recent call last): 00:48:36 File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.8-py2.7.egg/ducktape/tests/runner_client.py", line 132, in run 00:48:36 self.setup_test() 00:48:36 File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.8-py2.7.egg/ducktape/tests/runner_client.py", line 183, in setup_test 00:48:36 self.test.setup() 00:48:36 File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.8-py2.7.egg/ducktape/tests/test.py", line 91, in setup 00:48:36 self.setUp() 00:48:36 File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/tests/kafkatest/tests/core/transactions_test.py", line 67, in setUp 00:48:36 self.zk.start() 00:48:36 File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.8-py2.7.egg/ducktape/services/service.py", line 234, in start 00:48:36 self.start_node(node) 00:48:36 File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/tests/kafkatest/services/zookeeper.py", line 97, in start_node 00:48:36 node.account.ssh("echo %d > %s/myid" % (idx, ZookeeperService.DATA)) 00:48:36 File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.8-py2.7.egg/ducktape/cluster/remoteaccount.py", line 266, in ssh 00:48:36 stdin, stdout, stderr = client.exec_command(cmd) 00:48:36 File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/paramiko-2.6.0-py2.7.egg/paramiko/client.py", line 508, in exec_command 00:48:36 chan = self._transport.open_session(timeout=timeout) 00:48:36 File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/paramiko-2.6.0-py2.7.egg/paramiko/transport.py", line 879, in open_session 00:48:36 timeout=timeout, 00:48:36 File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/paramiko-2.6.0-py2.7.egg/paramiko/transport.py", line 1006, in open_channel 00:48:36 raise e 00:48:36 SSHException: Unable to open channel. ``` ---------------------------------------------------------------- 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