serjchebotarev commented on a change in pull request #9028:
URL: https://github.com/apache/kafka/pull/9028#discussion_r458064223



##########
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:
       Done! :smile: 




----------------------------------------------------------------
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


Reply via email to