Ismael Juma created KAFKA-3887:
----------------------------------
Summary: StreamBounceTest.test_bounce and
StreamSmokeTest.test_streams failing
Key: KAFKA-3887
URL: https://issues.apache.org/jira/browse/KAFKA-3887
Project: Kafka
Issue Type: Bug
Components: streams, system tests
Reporter: Ismael Juma
Assignee: Eno Thereska
StreamBounceTest.test_bounce and StreamSmokeTest.test_streams has been failing
semi-regularly. Output from the latest failure:
{code}
--------------------------------------------------------------------------------
test_id:
2016-06-20--001.kafkatest.tests.streams.streams_bounce_test.StreamsBounceTest.test_bounce
status: FAIL
run time: 4 minutes 13.916 seconds
Streams Smoke Test process on ubuntu@worker5 took too long to exit
Traceback (most recent call last):
File
"/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.5.1-py2.7.egg/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-0.5.1-py2.7.egg/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/tests/kafkatest/tests/streams/streams_bounce_test.py",
line 67, in test_bounce
self.driver.wait()
File
"/var/lib/jenkins/workspace/system-test-kafka/kafka/tests/kafkatest/services/streams.py",
line 94, in wait
wait_until(lambda: not node.account.alive(pid), timeout_sec=120,
err_msg="Streams Smoke Test process on " + str(node.account) + " took too long
to exit")
File
"/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.5.1-py2.7.egg/ducktape/utils/util.py",
line 36, in wait_until
raise TimeoutError(err_msg)
TimeoutError: Streams Smoke Test process on ubuntu@worker5 took too long to exit
--------------------------------------------------------------------------------
test_id:
2016-06-20--001.kafkatest.tests.streams.streams_smoke_test.StreamsSmokeTest.test_streams
status: FAIL
run time: 4 minutes 36.426 seconds
Streams Smoke Test process on ubuntu@worker9 took too long to exit
Traceback (most recent call last):
File
"/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.5.1-py2.7.egg/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-0.5.1-py2.7.egg/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/tests/kafkatest/tests/streams/streams_smoke_test.py",
line 67, in test_streams
self.driver.wait()
File
"/var/lib/jenkins/workspace/system-test-kafka/kafka/tests/kafkatest/services/streams.py",
line 94, in wait
wait_until(lambda: not node.account.alive(pid), timeout_sec=120,
err_msg="Streams Smoke Test process on " + str(node.account) + " took too long
to exit")
File
"/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.5.1-py2.7.egg/ducktape/utils/util.py",
line 36, in wait_until
raise TimeoutError(err_msg)
TimeoutError: Streams Smoke Test process on ubuntu@worker9 took too long to exit
{code}
https://jenkins.confluent.io/job/system-test-kafka/255/console
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)