Ewen Cheslack-Postava created KAFKA-4285:
--------------------------------------------

             Summary: ReplicaVerificationToolTest.test_replica_lags: Timed out 
waiting to reach non-zero number of replica lags.
                 Key: KAFKA-4285
                 URL: https://issues.apache.org/jira/browse/KAFKA-4285
             Project: Kafka
          Issue Type: Bug
            Reporter: Ewen Cheslack-Postava
            Assignee: Flavio Junqueira


This failure happened on trunk against commit 44d18d2:

Module: kafkatest.tests.tools.replica_verification_test
Class:  ReplicaVerificationToolTest
Method: test_replica_lags

Test run report: 
http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/2016-10-09--001.1476047058--apache--trunk--44d18d2/report.html

Archive with test run info: 
http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/2016-10-09--001.1476047058--apache--trunk--44d18d2/ReplicaVerificationToolTest/test_replica_lags.tgz

The following is the exception that causes the failure:
{quote}
====================================================================================================
test_id:    
2016-10-09--001.kafkatest.tests.tools.replica_verification_test.ReplicaVerificationToolTest.test_replica_lags
status:     FAIL
run time:   1 minute 12.266 seconds


    Timed out waiting to reach non-zero number of replica lags.
Traceback (most recent call last):
  File 
"/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/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/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/tools/replica_verification_test.py",
 line 88, in test_replica_lags
    err_msg="Timed out waiting to reach non-zero number of replica lags.")
  File 
"/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape/utils/util.py",
 line 36, in wait_until
    raise TimeoutError(err_msg)
TimeoutError: Timed out waiting to reach non-zero number of replica lags.
{quote}

I am not seeing anything in the recent commit history that looks related, so 
this may be an existing issue with the test. Nothing else obviously wrong 
popped out at me in the logs, but I don't know the details of this test.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to