ijuma commented on pull request #10811:
URL: https://github.com/apache/kafka/pull/10811#issuecomment-885004599


   @showuon I'm seeing the following in the system test `upgrade_test`:
   
   > INFO  - 2021-07-22 08:16:06,976 - runner_client - log - lineno:241]: 
RunnerClient: 
kafkatest.tests.core.upgrade_test.TestUpgrade.test_upgrade.from_kafka_version=0.9.0.1.to_message_format_version=0.9.0.1.compression_types=.none:
 FAIL: Rem
   > oteCommandError({'ssh_config': {'host': 'ducker11', 'hostname': 
'ducker11', 'user': 'ducker', 'port': 22, 'password': '', 'identityfile': 
'/home/ducker/.ssh/id_rsa'}, 'hostname': 'ducker11', 'ssh_hostname': 
'ducker11', 'user': 'ducker', '
   > externally_routable_ip': 'ducker11', '_logger': <Logger 
kafkatest.tests.core.upgrade_test.TestUpgrade.test_upgrade.from_kafka_version=0.9.0.1.to_message_format_version=0.9.0.1.compression_types=.none-15
 (DEBUG)>, 'os': 'linux', '_ssh_clie
   > nt': <paramiko.client.SSHClient object at 0x7f7a45174f28>, '_sftp_client': 
<paramiko.sftp_client.SFTPClient object at 0x7f7a441069b0>}, 
'/opt/kafka-dev/bin/kafka-run-class.sh kafka.admin.ConfigCommand --zookeeper 
ducker11:2181  --describe
   >  --topic test_topic', 1, b'')
   > Traceback (most recent call last):
   >   File 
"/usr/local/lib/python3.7/dist-packages/ducktape/tests/runner_client.py", line 
133, in run
   >     data = self.run_test()
   >   File 
"/usr/local/lib/python3.7/dist-packages/ducktape/tests/runner_client.py", line 
190, in run_test
   >     return self.test_context.function(self.test)
   >   File "/usr/local/lib/python3.7/dist-packages/ducktape/mark/_mark.py", 
line 429, in wrapper
   >     return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
   >   File "/opt/kafka-dev/tests/kafkatest/tests/core/upgrade_test.py", line 
199, in test_upgrade
   >     cluster_id = self.kafka.cluster_id()
   >   File "/opt/kafka-dev/tests/kafkatest/tests/produce_consume_validate.py", 
line 105, in run_produce_consume_validate
   >     core_test_action(*args)
   >   File "/opt/kafka-dev/tests/kafkatest/tests/core/upgrade_test.py", line 
200, in <lambda>
   >     assert cluster_id is not None
   >   File "/opt/kafka-dev/tests/kafkatest/tests/core/upgrade_test.py", line 
57, in perform_upgrade
   >     self.zk.describe(self.topic)
   >   File "/opt/kafka-dev/tests/kafkatest/services/zookeeper.py", line 234, 
in describe
   >     output = self.nodes[0].account.ssh_output(cmd)
   >   File 
"/usr/local/lib/python3.7/dist-packages/ducktape/cluster/remoteaccount.py", 
line 370, in ssh_output
   >     raise RemoteCommandError(self, cmd, exit_status, stderr.read())
   > ducktape.cluster.remoteaccount.RemoteCommandError: ducker@ducker11: 
Command '/opt/kafka-dev/bin/kafka-run-class.sh kafka.admin.ConfigCommand 
--zookeeper ducker11:2181  --describe --topic test_topic' returned non-zero 
exit status 1.
   
   Is this related to this PR?


-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to