You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/10/29 14:47:11 UTC

[GitHub] [kafka] vvcephei commented on a change in pull request #9426: MINOR: Fix flaky shouldRejectNonExistentStoreName

vvcephei commented on a change in pull request #9426:
URL: https://github.com/apache/kafka/pull/9426#discussion_r514316662



##########
File path: streams/src/test/java/org/apache/kafka/streams/integration/QueryableStateIntegrationTest.java
##########
@@ -470,6 +475,8 @@ public void shouldRejectNonExistentStoreName() {
                 exception.getMessage(),
                 is("Cannot get state store no-table because no such store is registered in the topology.")
             );
+        } finally {
+            CLUSTER.deleteAllTopicsAndWait(0L);

Review comment:
       Sure, I can do that.
   
   Thanks for the review!




----------------------------------------------------------------
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:
users@infra.apache.org