spuru9 commented on PR #28310: URL: https://github.com/apache/flink/pull/28310#issuecomment-4637973637
Azure failure isn't flaky — it's the arch test "ITCASE tests should use a MiniCluster resource or extension", so re-running won't help. The new *ITCases need a MiniCluster in their hierarchy. Simplest fix: extend StreamingTestBase (or BatchTestBase) like the sibling AsyncCorrelateITCase does — it inherits MiniClusterExtension from AbstractTestBase. Otherwise add @ExtendWith(MiniClusterExtension.class). -- 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]
