satishd commented on code in PR #14301: URL: https://github.com/apache/kafka/pull/14301#discussion_r1307433933
########## storage/src/test/java/org/apache/kafka/tiered/storage/integration/OffloadAndConsumeFromLeaderTest.java: ########## @@ -127,7 +127,7 @@ protected void writeTestSpecifications(TieredStorageTestBuilder builder) { * - For topic B, only one segment is present in the tiered storage, as asserted by the * previous sub-test-case. */ - // .bounce(broker) + .bounce(broker) Review Comment: Please remove (A) from test documentation in this class. For ex: ``` Test Cases (A): ... (A.1) .... (A.2) .... (A.3) Stops and restarts the broker. ... ``` -- 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