[ https://issues.apache.org/jira/browse/KAFKA-4339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15604027#comment-15604027 ]
ASF GitHub Bot commented on KAFKA-4339: --------------------------------------- GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2061 KAFKA-4339: Update system tests to accommodate the new consumer group describe output You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka KAFKA-4339 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2061.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 #2061 ---- commit afba6d104f9aa37465907a96ed1874dbe01ba4f3 Author: Vahid Hashemian <vahidhashem...@us.ibm.com> Date: 2016-10-25T03:18:01Z KAFKA-4339: Update system tests to accommodate the new consumer group describe output ---- > Failing ConsumerGroupCommand System Tests > ----------------------------------------- > > Key: KAFKA-4339 > URL: https://issues.apache.org/jira/browse/KAFKA-4339 > Project: Kafka > Issue Type: Bug > Components: system tests > Reporter: Jason Gustafson > Assignee: Vahid Hashemian > Fix For: 0.10.2.0 > > > This appears to have been caused by KAFKA-3144, but system tests are now > failing. For example: > {code} > test_id: > 2016-10-23--001.kafkatest.tests.core.consumer_group_command_test.ConsumerGroupCommandTest.test_describe_consumer_group.security_protocol=PLAINTEXT > status: FAIL > run time: 42.521 seconds > Timed out waiting to list expected consumer groups. > Traceback (most recent call last): > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape/tests/runner.py", > line 106, in run_all_tests > data = self.run_single_test() > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape/tests/runner.py", > line 162, in run_single_test > return self.current_test_context.function(self.current_test) > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape/mark/_mark.py", > line 331, in wrapper > return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs) > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/tests/kafkatest/tests/core/consumer_group_command_test.py", > line 106, in test_describe_consumer_group > self.setup_and_verify(security_protocol, group="test-consumer-group") > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/tests/kafkatest/tests/core/consumer_group_command_test.py", > line 85, in setup_and_verify > err_msg="Timed out waiting to list expected consumer groups.") > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape/utils/util.py", > line 36, in wait_until > raise TimeoutError(err_msg) > TimeoutError: Timed out waiting to list expected consumer groups. > {code} > The error message is misleading (and should be fixed). The error was actually > in DescribeGroups. Doesn't seem like there is any problem with the command > itself, so probably we just need to update the test. -- This message was sent by Atlassian JIRA (v6.3.4#6332)