Github user hmcl commented on a diff in the pull request:
https://github.com/apache/storm/pull/2537#discussion_r165830294
--- Diff:
external/storm-kafka-client/src/test/java/org/apache/storm/kafka/spout/KafkaSpoutMessagingGuaranteeTest.java
---
@@ -109,7 +119,7 @@ public void
testAtMostOnceModeDisregardsMaxUncommittedOffsets() throws Exception
}
@Test
- public void testAnyTimesModeDisregardsMaxUncommittedOffsets() throws
Exception {
+ public void testNoneModeDisregardsMaxUncommittedOffsets() throws
Exception {
--- End diff --
testProcessingGuaranteeNoGuaranteeDisregardsMaxUncommittedOffsets
---