Github user hmcl commented on a diff in the pull request:
https://github.com/apache/storm/pull/2537#discussion_r165830302
--- Diff:
external/storm-kafka-client/src/test/java/org/apache/storm/kafka/spout/KafkaSpoutMessagingGuaranteeTest.java
---
@@ -153,8 +163,8 @@ public void testAtMostOnceModeCannotReplayTuples()
throws Exception {
}
@Test
- public void testAnyTimesModeCannotReplayTuples() throws Exception {
- //When tuple tracking is enabled, the spout must not replay tuples
in any-times mode
+ public void testNoneModeCannotReplayTuples() throws Exception {
+ //When tuple tracking is enabled, the spout must not replay tuples
in none mode
--- End diff --
no-guarantee
---