nizhikov commented on pull request #9196: URL: https://github.com/apache/kafka/pull/9196#issuecomment-699186863
Hello, @guozhangwang I ran a failed test locally and it passes. Test passed in my previous runs, also. You can take a look at the report I share in ticket - https://issues.apache.org/jira/secure/attachment/13010366/report.txt Guess, the test is flaky. Can you, please, advice me, what is the next step? For now, this PR based on ducktape master branch. Do we need a ducktape release for it? I don't receive much feedback from ducktape maintainers - https://github.com/confluentinc/ducktape/issues/245 ``` [1:15:45]~/work/kafka/tests:[KAFKA-10402]$ ./docker/run_tests.sh > Configure project : Building project 'core' with Scala version 2.13.3 Building project 'streams-scala' with Scala version 2.13.3 Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.6/userguide/command_line_interface.html#sec:command_line_warnings BUILD SUCCESSFUL in 2s 119 actionable tasks: 3 executed, 116 up-to-date docker exec ducker01 bash -c "cd /opt/kafka-dev && ducktape --cluster-file /opt/kafka-dev/tests/docker/build/cluster.json ./tests/kafkatest/tests/streams/streams_broker_down_resilience_test.py::StreamsBrokerDownResilience.test_streams_resilient_to_broker_down" [INFO:2020-09-25 15:15:53,329]: starting test run with session id 2020-09-25--001... [INFO:2020-09-25 15:15:53,329]: running 1 tests... [INFO:2020-09-25 15:15:53,330]: Triggering test 1 of 1... [INFO:2020-09-25 15:15:53,360]: RunnerClient: Loading test {'directory': '/opt/kafka-dev/tests/kafkatest/tests/streams', 'file_name': 'streams_broker_down_resilience_test.py', 'cls_name': 'StreamsBrokerDownResilience', 'method_name': 'test_streams_resilient_to_broker_down', 'injected_args': None} [INFO:2020-09-25 15:15:53,386]: RunnerClient: kafkatest.tests.streams.streams_broker_down_resilience_test.StreamsBrokerDownResilience.test_streams_resilient_to_broker_down: Setting up... [INFO:2020-09-25 15:15:59,198]: RunnerClient: kafkatest.tests.streams.streams_broker_down_resilience_test.StreamsBrokerDownResilience.test_streams_resilient_to_broker_down: Running... [INFO:2020-09-25 15:18:05,820]: RunnerClient: kafkatest.tests.streams.streams_broker_down_resilience_test.StreamsBrokerDownResilience.test_streams_resilient_to_broker_down: PASS [INFO:2020-09-25 15:18:05,821]: RunnerClient: kafkatest.tests.streams.streams_broker_down_resilience_test.StreamsBrokerDownResilience.test_streams_resilient_to_broker_down: Tearing down... [INFO:2020-09-25 15:18:18,192]: RunnerClient: kafkatest.tests.streams.streams_broker_down_resilience_test.StreamsBrokerDownResilience.test_streams_resilient_to_broker_down: Summary: [INFO:2020-09-25 15:18:18,194]: RunnerClient: kafkatest.tests.streams.streams_broker_down_resilience_test.StreamsBrokerDownResilience.test_streams_resilient_to_broker_down: Data: None ================================================================================ SESSION REPORT (ALL TESTS) ducktape version: 0.8.0 session_id: 2020-09-25--001 run time: 2 minutes 24.908 seconds tests run: 1 passed: 1 failed: 0 ignored: 0 ================================================================================ test_id: kafkatest.tests.streams.streams_broker_down_resilience_test.StreamsBrokerDownResilience.test_streams_resilient_to_broker_down status: PASS run time: 2 minutes 24.806 seconds -------------------------------------------------------------------------------- ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org