[ https://issues.apache.org/jira/browse/KAFKA-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15549175#comment-15549175 ]
ASF GitHub Bot commented on KAFKA-3985: --------------------------------------- GitHub user fpj opened a pull request: https://github.com/apache/kafka/pull/1973 KAFKA-3985: Transient system test failure ZooKeeperSecurityUpgradeTest.test_zk_security_upgrade.security_protocol You can merge this pull request into a Git repository by running: $ git pull https://github.com/fpj/kafka KAFKA-3985 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1973.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1973 ---- commit 28ea6c105fbdd81f0cc5b8687bea4a356223915e Author: fpj <f...@apache.org> Date: 2016-10-05T09:25:46Z Adding temporary directory for CA files. commit e1f8275ac4fcffaaa35310501dfa1821b7c270bf Author: fpj <f...@apache.org> Date: 2016-10-05T09:48:40Z Adding self ref to rmtree to avoid compilation error. commit a673e863ec44ddda357f4e8b34331a2a2e284022 Author: fpj <f...@apache.org> Date: 2016-10-05T09:51:46Z Fixed another compilation error. commit 2c2b2258b616c576d86075a61201deb61a7f90ca Author: fpj <f...@apache.org> Date: 2016-10-05T09:55:20Z Back with rmtree reference. commit 210084f50352448cdb52d938301ffa21720967e2 Author: fpj <f...@apache.org> Date: 2016-10-05T11:29:51Z Switching to use atexit ---- > Transient system test failure > ZooKeeperSecurityUpgradeTest.test_zk_security_upgrade.security_protocol > ----------------------------------------------------------------------------------------------------- > > Key: KAFKA-3985 > URL: https://issues.apache.org/jira/browse/KAFKA-3985 > Project: Kafka > Issue Type: Test > Components: system tests > Affects Versions: 0.10.0.0 > Reporter: Jason Gustafson > > Found this in the nightly build on the 0.10.0 branch. Full details here: > http://testing.confluent.io/confluent-kafka-0-10-0-system-test-results/?prefix=2016-07-22--001.1469199875--apache--0.10.0--71a598a/. > > {code} > test_id: > 2016-07-22--001.kafkatest.tests.core.zookeeper_security_upgrade_test.ZooKeeperSecurityUpgradeTest.test_zk_security_upgrade.security_protocol=SSL > status: FAIL > run time: 5 minutes 14.067 seconds > 292 acked message did not make it to the Consumer. They are: 11264, > 11265, 11266, 11267, 11268, 11269, 11270, 11271, 11272, 11273, 11274, 11275, > 11276, 11277, 11278, 11279, 11280, 11281, 11282, 11283, ...plus 252 more. > Total Acked: 11343, Total Consumed: 11054. We validated that the first 272 of > these missing messages correctly made it into Kafka's data files. This > suggests they were lost on their way to the consumer. > Traceback (most recent call last): > File > "/var/lib/jenkins/workspace/system-test-kafka-0.10.0/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-0.10.0/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-0.10.0/kafka/venv/local/lib/python2.7/site-packages/ducktape/mark/_mark.py", > line 331, in wrapper > return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs) > File > "/var/lib/jenkins/workspace/system-test-kafka-0.10.0/kafka/tests/kafkatest/tests/core/zookeeper_security_upgrade_test.py", > line 115, in test_zk_security_upgrade > self.run_produce_consume_validate(self.run_zk_migration) > File > "/var/lib/jenkins/workspace/system-test-kafka-0.10.0/kafka/tests/kafkatest/tests/produce_consume_validate.py", > line 79, in run_produce_consume_validate > raise e > AssertionError: 292 acked message did not make it to the Consumer. They are: > 11264, 11265, 11266, 11267, 11268, 11269, 11270, 11271, 11272, 11273, 11274, > 11275, 11276, 11277, 11278, 11279, 11280, 11281, 11282, 11283, ...plus 252 > more. Total Acked: 11343, Total Consumed: 11054. We validated that the first > 272 of these missing messages correctly made it into Kafka's data files. This > suggests they were lost on their way to the consumer. > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)