mumrah opened a new pull request, #18662: URL: https://github.com/apache/kafka/pull/18662
Move the ClusterTest setup callback to `BeforeEachCallback` instead of `BeforeTestExecutionCallback`. This allows the setup to happen slightly earlier and before any `@BeforeEach` methods are invoked. We cannot inject ClusterInstance into a `@BeforeEach` method, but we can still use the constructor injection which allows a `@BeforeEach` fixture to access the ClusterInstance. No changes were made to `@AfterEach` or our ClusterTest teardown logic. -- 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]
