srdo commented on a change in pull request #3095: STORM-3478: Upgrade to JUnit
5.5.1 and Mockito 3.0.0
URL: https://github.com/apache/storm/pull/3095#discussion_r308455865
##########
File path:
external/storm-kafka-client/src/test/java/org/apache/storm/kafka/spout/KafkaSpoutMessagingGuaranteeTest.java
##########
@@ -90,8 +90,6 @@ public void testAtMostOnceModeCommitsBeforeEmit() throws
Exception {
spout.nextTuple();
- when(consumerMock.position(partition)).thenReturn(1L);
Review comment:
Just for context, these are unused stubs, which Mockito complains about.
----------------------------------------------------------------
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]
With regards,
Apache Git Services