[ https://issues.apache.org/jira/browse/KAFKA-18482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chia-Ping Tsai resolved KAFKA-18482. ------------------------------------ Resolution: Fixed trunk: [https://github.com/apache/kafka/commit/f4fca746cc281a5a204a128f57ad6b011efbc15f] 4.0: https://github.com/apache/kafka/commit/54ff9711d8f466fa10f0b1d0f915dbed0ac86f5c > 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 > Priority: Blocker > 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)