snuyanzin commented on code in PR #28835:
URL: https://github.com/apache/flink/pull/28835#discussion_r3695521497


##########
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/EventTimeSessionWindowsTest.java:
##########
@@ -212,4 +200,24 @@ void testDynamicGapProperties() {
         assertThat(assigner).isNotNull();
         assertThat(assigner.isEventTime()).isTrue();
     }
+
+    /**
+     * Matches a collection containing exactly the expected windows, in any 
order, counting
+     * duplicates.
+     */
+    private static Collection<TimeWindow> containsInAnyOrder(TimeWindow... 
windows) {

Review Comment:
   same as https://github.com/apache/flink/pull/28835/changes#r3695518844



-- 
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]

Reply via email to