Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-7489

ConnectDistributedTest is always running broker with dev version

    XMLWordPrintableJSON

Details

    • Test
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.1.2, 2.2.3, 2.3.2
    • connect, system tests
    • None

    Description

      Test class

      kafkatest.tests.connect.connect_distributed_test.ConnectDistributedTest

      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

      self.setup_services(broker_version=KafkaVersion(broker_version), auto_create_topics=auto_create_topics, security_protocol=security_protocol)

      But test is failing with the parameter LATEST_0_9 with the following error message

      Kafka Connect failed to start on node: ducker@ducker02 in condition mode: LISTEN
      

      Attachments

        Activity

          People

            rhauch Randall Hauch
            akatona Andras Katona
            John Roesler John Roesler
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: