[
https://issues.apache.org/jira/browse/KAFKA-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gwen Shapira resolved KAFKA-3080.
---------------------------------
Resolution: Fixed
Fix Version/s: 0.9.1.0
Issue resolved by pull request 770
[https://github.com/apache/kafka/pull/770]
> ConsoleConsumerTest.test_version system test fails consistently
> ---------------------------------------------------------------
>
> Key: KAFKA-3080
> URL: https://issues.apache.org/jira/browse/KAFKA-3080
> Project: Kafka
> Issue Type: Bug
> Components: system tests
> Reporter: Ewen Cheslack-Postava
> Fix For: 0.9.1.0
>
>
> This test on trunk is failing consistently:
> {quote}
> test_id:
> 2016-01-07--001.kafkatest.sanity_checks.test_console_consumer.ConsoleConsumerTest.test_version
> status: FAIL
> run time: 38.451 seconds
> num_produced: 1000, num_consumed: 0
> Traceback (most recent call last):
> File
> "/var/lib/jenkins/workspace/kafka_system_tests/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.3.8-py2.7.egg/ducktape/tests/runner.py",
> line 101, in run_all_tests
> result.data = self.run_single_test()
> File
> "/var/lib/jenkins/workspace/kafka_system_tests/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.3.8-py2.7.egg/ducktape/tests/runner.py",
> line 151, in run_single_test
> return self.current_test_context.function(self.current_test)
> File
> "/var/lib/jenkins/workspace/kafka_system_tests/kafka/tests/kafkatest/sanity_checks/test_console_consumer.py",
> line 93, in test_version
> assert num_produced == num_consumed, "num_produced: %d, num_consumed: %d"
> % (num_produced, num_consumed)
> AssertionError: num_produced: 1000, num_consumed: 0
> {quote}
> Example run where it fails:
> http://jenkins.confluent.io/job/kafka_system_tests/79/console
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)