[ https://issues.apache.org/jira/browse/KAFKA-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16273047#comment-16273047 ]
ASF GitHub Bot commented on KAFKA-6284: --------------------------------------- GitHub user mikkin opened a pull request: https://github.com/apache/kafka/pull/4279 KAFKA-6284: Fixed system test for Connect REST API `topics.regex` was added in KAFKA-3073. This change fixes the test that invokes `/validate` to ensure that all the configdefs are returned as expected. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mikkin/kafka KAFKA-6284 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/4279.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4279 ---- commit 426dfa9b888acbe6f8c5f90b1c24dad62f92ded7 Author: Mikkin <mik...@confluent.io> Date: 2017-11-30T17:37:56Z KAFKA-6284: Fixed system test for Connect REST API ---- > 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.1.0 > Reporter: Mikkin Patel > Fix For: 1.1.0 > > > 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)