Andras Katona created KAFKA-7489:
------------------------------------
Summary: 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
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
(v7.6.3#76005)