[
https://issues.apache.org/jira/browse/KAFKA-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15097377#comment-15097377
]
Geoff Anderson commented on KAFKA-3080:
---------------------------------------
I did a quick manual binary search through archived test results.
The last successful run of this test was
2015/12/17 at 9:42am UTC
No results from 2015/12/18
First failure:
2015/12/18 at 9:42am UTC
Theoretically possible culprits are:
{code}
commit 8c754c45af57a3249232268c6093cb4f50e1d45f
Author: Ismael Juma <[email protected]>
Date: Fri Dec 18 10:27:03 2015 -0800
MINOR: Change return type of `Schema.read` to be `Struct` instead of
`Object`
commit 9220df9f8b58870a2282d3e4ceb2e003667d854b
Author: Ben Stopford <[email protected]>
Date: Thu Dec 17 18:02:38 2015 -0800
KAFKA-2964: Split Security Rolling Upgrade Test by Client and Broker
Protocols
commit a2a417caf9fa4f177e099fed7d2a9b8d1942a9d6
Author: vahidhashemian <[email protected]>
Date: Thu Dec 17 16:52:24 2015 -0800
MINOR: Fix broken documentation link
{code}
> 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
>
> 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)