chia7712 commented on code in PR #18662: URL: https://github.com/apache/kafka/pull/18662#discussion_r1976249061
########## test-common/test-common-internal-api/src/main/java/org/apache/kafka/common/test/api/README.md: ########## @@ -104,7 +104,7 @@ For each generated invocation: * Non-static `@AfterEach` methods are called * Static `@AfterAll` methods are called -`@BeforeEach` methods give an opportunity to setup additional test dependencies before the cluster is started. Review Comment: please update the above comments ``` * Static `@BeforeAll` methods are called * Test class is instantiated * Non-static `@BeforeEach` methods are called * Kafka Cluster is started * Test method is invoked * Kafka Cluster is stopped * Non-static `@AfterEach` methods are called * Static `@AfterAll` methods are called ``` -- 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