You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/06/21 22:17:57 UTC

[jira] [Comment Edited] (KAFKA-3887) StreamBounceTest.test_bounce and StreamSmokeTest.test_streams failing

    [ https://issues.apache.org/jira/browse/KAFKA-3887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15342841#comment-15342841 ] 

Ismael Juma edited comment on KAFKA-3887 at 6/21/16 10:17 PM:
--------------------------------------------------------------

First build to fail: http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/2016-06-11--001.1465663177--apache--trunk--da85171/report.html

After that, it's been failing in every build.


was (Author: ijuma):
First build to fail: http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/2016-06-11--001.1465663177--apache--trunk--da85171/report.html

After that, it's been failing almost every build.

> 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
>              Labels: transient-system-test-failure
>
> 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)