shanthoosh commented on a change in pull request #1079: SAMZA-2250: Support 
large job models in standalone.
URL: https://github.com/apache/samza/pull/1079#discussion_r296913997
 
 

 ##########
 File path: 
samza-core/src/test/java/org/apache/samza/zk/TestZkJobCoordinator.java
 ##########
 @@ -62,12 +68,15 @@
 import static org.mockito.Mockito.verifyZeroInteractions;
 import static org.mockito.Mockito.when;
 
+@RunWith(PowerMockRunner.class)
 
 Review comment:
   > Prefer not using PowerMock and mocking statics
   
   Done. Removed usages of `PowerMock` by mocking individual methods using 
`Mockito`.

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


With regards,
Apache Git Services

Reply via email to