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/07/22 16:54:47 UTC

[GitHub] [kafka] mjsax commented on a change in pull request #9052: MINOR: TopologyTestDriver should not require dummy parameters

mjsax commented on a change in pull request #9052:
URL: https://github.com/apache/kafka/pull/9052#discussion_r458939593



##########
File path: streams/test-utils/src/test/java/org/apache/kafka/streams/TopologyTestDriverTest.java
##########
@@ -412,6 +412,12 @@ private Topology setupTopologyWithInternalTopic(final String firstTableName,
         return builder.build(config);
     }
 
+    @Test
+    public void shouldNotRequireParameters() {
+        new TopologyTestDriver(setupSingleProcessorTopology(), new Properties());
+        // should not throw exceptions

Review comment:
       Don't think we need this comment.




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