TengYao Chi created KAFKA-18482:
-----------------------------------
Summary: Fix fail e2e `test_streams`
Key: KAFKA-18482
URL: https://issues.apache.org/jira/browse/KAFKA-18482
Project: Kafka
Issue Type: Bug
Reporter: TengYao Chi
Assignee: TengYao Chi
Fix For: 4.0.0
Fail report:
{code:java}
AttributeError("'ClusterNode' object has no attribute 'version'")
Traceback (most recent call last):
File
"/usr/local/lib/python3.7/dist-packages/ducktape/tests/runner_client.py", line
351, in _do_run
data = self.run_test()
File
"/usr/local/lib/python3.7/dist-packages/ducktape/tests/runner_client.py", line
411, in run_test
return self.test_context.function(self.test)
File "/usr/local/lib/python3.7/dist-packages/ducktape/mark/_mark.py", line
438, in wrapper
return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
File
"/opt/kafka-dev/tests/kafkatest/tests/streams/streams_relational_smoke_test.py",
line 95, in test_streams
driver = StreamsRelationalSmokeTestService(self.test_context, self.kafka,
"driver", "ignored", "ignored")
File
"/opt/kafka-dev/tests/kafkatest/tests/streams/streams_relational_smoke_test.py",
line 38, in __init__
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)