gitedmond opened a new pull request, #23466: URL: https://github.com/apache/kafka/pull/23466
The test was quarantined after intermittent cluster startup failures caused by Raft `UpdateVoter` returning `INVALID_REQUEST`. That Raft path was reworked in KAFKA-20661 (#22620). This removes the `@Flaky` quarantine so the test runs in the normal suite again, and removes the `tools` module dependency that was only needed for that annotation. Testing: - 60 generated invocations of `testDescribeQuorumReplicationSuccessful` (10 repeats across all six isolated/combined cluster variants) - `./gradlew :tools:compileTestJava :tools:checkstyleTest :tools:spotlessCheck --no-build-cache` - `git diff --check` The broader `:tools:test` run also exercised and passed all six formerly quarantined variants; unrelated Windows-specific output assertions failed elsewhere in the module. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
