SteNicholas commented on code in PR #20029:
URL: https://github.com/apache/flink/pull/20029#discussion_r907377696
##########
flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/nfa/TimesOrMoreITCase.java:
##########
@@ -37,6 +41,14 @@
/** Tests for {@link Pattern#timesOrMore(int)}. */
public class TimesOrMoreITCase extends TestLogger {
+
+ @Parameterized.Parameter public Time time;
+
+ @Parameterized.Parameters(name = "Times Range Time: {0}")
Review Comment:
@dianfu, the results for the two cases are same when the window time between
times is 5 milliseconds or above. When the window time is less than 5
milliseconds, the results are different.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]