ajothomas commented on a change in pull request #1483:
URL: https://github.com/apache/samza/pull/1483#discussion_r603592399



##########
File path: 
samza-core/src/test/java/org/apache/samza/task/TestStreamOperatorTask.java
##########
@@ -19,26 +19,30 @@
 
 package org.apache.samza.task;
 
+import java.lang.reflect.Field;
 import java.util.concurrent.CountDownLatch;
 import java.util.concurrent.ExecutorService;
 import java.util.concurrent.Executors;
+import org.apache.samza.SamzaException;
 import org.apache.samza.context.Context;
 import org.apache.samza.context.JobContext;
 import org.apache.samza.operators.OperatorSpecGraph;
 import org.apache.samza.operators.impl.OperatorImplGraph;
 import org.apache.samza.system.IncomingMessageEnvelope;
+import org.apache.samza.system.SystemStream;
 import org.apache.samza.util.Clock;
 import org.junit.Test;
+import org.mockito.ArgumentCaptor;
 
-import static org.junit.Assert.fail;
+import static org.junit.Assert.*;

Review comment:
       Changed it. I just assumed that it was okay as there were no checkstyle 
checks on star imports during build.




-- 
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:
[email protected]


Reply via email to