ableegoldman commented on a change in pull request #9028: URL: https://github.com/apache/kafka/pull/9028#discussion_r457756031
########## File path: streams/src/test/java/org/apache/kafka/streams/integration/ResetIntegrationTest.java ########## @@ -68,52 +92,224 @@ public void after() throws Exception { } @Test - public void testReprocessingFromScratchAfterResetWithoutIntermediateUserTopic() throws Exception { - super.testReprocessingFromScratchAfterResetWithoutIntermediateUserTopic(); + public void shouldNotAllowToResetWhileStreamsIsRunning() { + final String appID = getTestId() + "-not-reset-during-runtime"; Review comment: A new safeUniqueTestName method was added to IntegrationTestUtils recently, can we port this class over to using that instead of hard-coding a semi-descriptive suffix to the appId in each test? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org