You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Mikkin Patel (JIRA)" <ji...@apache.org> on 2017/11/29 19:40:00 UTC

[jira] [Created] (KAFKA-6284) System Test failed: ConnectRestApiTest

Mikkin Patel created KAFKA-6284:
-----------------------------------

             Summary: System Test failed: ConnectRestApiTest 
                 Key: KAFKA-6284
                 URL: https://issues.apache.org/jira/browse/KAFKA-6284
             Project: Kafka
          Issue Type: Bug
          Components: KafkaConnect
    Affects Versions: 1.0.1
            Reporter: Mikkin Patel
             Fix For: 1.0.1


KAFKA-3073 introduced topic regex support for Connect sinks. The ConnectRestApiTest failed to verifiy configdef with expected response. 

{noformat}

Traceback (most recent call last):
  File "/home/jenkins/workspace/system-test-kafka-ci_trunk-STZ4BWS25LWQAJN6JJZHKK6GP4YF7HCVYRFRFXB2KMAQ4PC5H4ZA/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.7.1-py2.7.egg/ducktape/tests/runner_client.py", line 132, in run
    data = self.run_test()
  File "/home/jenkins/workspace/system-test-kafka-ci_trunk-STZ4BWS25LWQAJN6JJZHKK6GP4YF7HCVYRFRFXB2KMAQ4PC5H4ZA/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.7.1-py2.7.egg/ducktape/tests/runner_client.py", line 185, in run_test
    return self.test_context.function(self.test)
  File "/home/jenkins/workspace/system-test-kafka-ci_trunk-STZ4BWS25LWQAJN6JJZHKK6GP4YF7HCVYRFRFXB2KMAQ4PC5H4ZA/kafka/tests/kafkatest/tests/connect/connect_rest_test.py", line 92, in test_rest_api
    self.verify_config(self.FILE_SINK_CONNECTOR, self.FILE_SINK_CONFIGS, configs)
  File "/home/jenkins/workspace/system-test-kafka-ci_trunk-STZ4BWS25LWQAJN6JJZHKK6GP4YF7HCVYRFRFXB2KMAQ4PC5H4ZA/kafka/tests/kafkatest/tests/connect/connect_rest_test.py", line 200, in verify_config
    assert config_def == set(config_names)
AssertionError

{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)