abbccdda commented on a change in pull request #8913:
URL: https://github.com/apache/kafka/pull/8913#discussion_r450408632



##########
File path: tests/kafkatest/tests/streams/streams_optimized_test.py
##########
@@ -90,6 +93,12 @@ def test_upgrade_optimized_topology(self):
         self.kafka.stop()
         self.zookeeper.stop()
 
+    def reset_application(self):
+        resetter = StreamsResetter(self.test_context, self.kafka)
+        resetter.start()
+        # resetter is not long-tern running but it would be better to check 
the pid by stopping it

Review comment:
       long-term




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