Geoff Anderson created KAFKA-2772: ------------------------------------- Summary: Stabilize replication hard bounce test Key: KAFKA-2772 URL: https://issues.apache.org/jira/browse/KAFKA-2772 Project: Kafka Issue Type: Bug Affects Versions: 0.9.0.0 Reporter: Geoff Anderson Assignee: Geoff Anderson Priority: Minor
There have been several spurious failures of replication tests during runs of kafka system tests (see for example http://testing.confluent.io/kafka/2015-11-07--001/) {code:title=report.txt} Expected producer to still be producing. 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/venv/local/lib/python2.7/site-packages/ducktape-0.3.8-py2.7.egg/ducktape/mark/_mark.py", line 331, in wrapper return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs) File "/var/lib/jenkins/workspace/kafka_system_tests/kafka/tests/kafkatest/tests/replication_test.py", line 132, in test_replication_with_broker_failure self.run_produce_consume_validate(core_test_action=lambda: failures[failure_mode](self)) File "/var/lib/jenkins/workspace/kafka_system_tests/kafka/tests/kafkatest/tests/produce_consume_validate.py", line 65, in run_produce_consume_validate self.stop_producer_and_consumer() File "/var/lib/jenkins/workspace/kafka_system_tests/kafka/tests/kafkatest/tests/produce_consume_validate.py", line 55, in stop_producer_and_consumer err_msg="Expected producer to still be producing.") File "/var/lib/jenkins/workspace/kafka_system_tests/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.3.8-py2.7.egg/ducktape/utils/util.py", line 36, in wait_until raise TimeoutError(err_msg) TimeoutError: Expected producer to still be producing. {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)