C0urante commented on PR #11783: URL: https://github.com/apache/kafka/pull/11783#issuecomment-1189451124
I made a small adjustment to the shutdown logic for the tests, which ensures that the worker process is actually dead before trying to bring up a new one. This should not affect the accuracy of the tests, but it did solve the above-mentioned issue with workers failing to restart because port 8083 on their container was still in use. I also corrected a small rebase error caused by the recent changes to remove the file connectors from the default Connect setup, a test failure caused by the new source connector properties, and a minor bug in the `VerifiableSourceTask` class that can cause a `NullPointerException` during shutdown. With these changes, I was able to get a complete green run of the set of tests under the `tests/kafkatest/tests/connect` directory. I've also kicked off a local run of the `test_exactly_once_source` test with unclean shutdown and the `sessioned` protocol; going to try to let that go for the rest of the day on repeat. Will report any non-spurious failures. @showuon if you have time, would you mind giving a local run of these tests another try? -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org