Github user aljoscha commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1542#discussion_r50714080
  
    --- Diff: 
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/complex/ComplexIntegrationTest.java
 ---
    @@ -214,6 +214,7 @@ public void complexIntegrationTest2() throws Exception {
     
        @SuppressWarnings("unchecked")
        @Test
    +   @Ignore
    --- End diff --
    
    The test depended on the behavior that closing emits in-flight windows. 
Actually, the window fires only once, and the result of this firing is even 
filtered by the filter. So the count window is useless. I can also remove the 
test. (Or the complete suite of tests since I mostly don't know what they are 
doing/testing.)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to