Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/2171#discussion_r68719946
--- Diff:
flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/CEPITCase.java ---
@@ -424,87 +423,71 @@ public Integer select(Map<String, Integer> pattern)
throws Exception {
env.execute();
}
+ /**
+ * Checks that a certain event sequence is recognized with an OR filter
+ * @throws Exception
+ */
@Test
- public void testTimeoutHandling() throws Exception {
--- End diff --
Why do you remove the `testTimeoutHandling` test?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---