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



##########
File path: 
streams/src/test/java/org/apache/kafka/streams/processor/internals/InternalTopicManagerTest.java
##########
@@ -153,9 +153,9 @@ public void shouldNotCreateTopicsWithEmptyInput() throws 
Exception {
 
     @Test
     public void shouldOnlyRetryNotSuccessfulFuturesDuringSetup() {
-        final AdminClient admin = EasyMock.createNiceMock(AdminClient.class);
+        final AdminClient admin = EasyMock.createMock(AdminClient.class);

Review comment:
       Is this a necessary change? If so, should we change all similar code in 
this test class?




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