Re: [PR] [FLINK-33958] Fix IntervalJoin restore test flakiness [flink]

2024-02-12 Thread via GitHub
dawidwys merged PR #24196: URL: https://github.com/apache/flink/pull/24196 -- 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: issues-unsubscr...@flink.apac

Re: [PR] [FLINK-33958] Fix IntervalJoin restore test flakiness [flink]

2024-02-09 Thread via GitHub
bvarghese1 commented on PR #24196: URL: https://github.com/apache/flink/pull/24196#issuecomment-1936127479 > @bvarghese1 Could you please explain how does this improve the test reliability? Previously the input was: ``` Row.of(7, 3, "2020-04-15 08:00:16"), Row.of(

Re: [PR] [FLINK-33958] Fix IntervalJoin restore test flakiness [flink]

2024-02-05 Thread via GitHub
dawidwys commented on PR #24196: URL: https://github.com/apache/flink/pull/24196#issuecomment-1926604671 @bvarghese1 Could you please explain how does this improve the test reliability? -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] [FLINK-33958] Fix IntervalJoin restore test flakiness [flink]

2024-01-25 Thread via GitHub
flinkbot commented on PR #24196: URL: https://github.com/apache/flink/pull/24196#issuecomment-1910849192 ## CI report: * e0463fd727671b59cb77537b773b41eebea46efb UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-33958] Fix IntervalJoin restore test flakiness [flink]

2024-01-25 Thread via GitHub
bvarghese1 opened a new pull request, #24196: URL: https://github.com/apache/flink/pull/24196 ## What is the purpose of the change *Fix flakiness of restore tests for IntervalJoin node* ## Verifying this change This change added tests and can be verified as fo