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/22 08:17:01 UTC

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

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



##########
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:
       How about moving this cleanup to ```@after```?




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