[
https://issues.apache.org/jira/browse/KAFKA-7489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Randall Hauch resolved KAFKA-7489.
----------------------------------
Reviewer: John Roesler
Resolution: Fixed
Merged this to the `2.3`, `2.2`., and `2.1` branches. As mentioned above, it's
already fixed on `2.4` and `trunk`.
> ConnectDistributedTest is always running broker with dev version
> ----------------------------------------------------------------
>
> Key: KAFKA-7489
> URL: https://issues.apache.org/jira/browse/KAFKA-7489
> Project: Kafka
> Issue Type: Test
> Components: KafkaConnect, system tests
> Reporter: Andras Katona
> Assignee: Randall Hauch
> Priority: Major
> Fix For: 2.1.2, 2.2.3, 2.3.2
>
>
> h2. Test class
> kafkatest.tests.connect.connect_distributed_test.ConnectDistributedTest
> h2. Details
> _test_broker_compatibility_ is +parametrized+ with different types of
> brokers, yet it is passed as string to _setup_services_ and this way
> KafkaService is initialised with DEV version in the end.
> This is easy to fix, just wrap the _broker_version_ with KafkaVersion
> {panel}
> self.setup_services(broker_version={color:#FF0000}KafkaVersion{color}(broker_version),
> auto_create_topics=auto_create_topics, security_protocol=security_protocol)
> {panel}
> But test is failing with the parameter LATEST_0_9 with the following error
> message
> {noformat}
> Kafka Connect failed to start on node: ducker@ducker02 in condition mode:
> LISTEN
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)