[FLINK-37404, FLINK-36334][API / Core] Reenable Migration Tests for Filnk 2.x#28506
Conversation
|
@snuyanzin could you check this please? There is also 1 disabled test override def testDataCondition: Condition[mutable.ListBuffer[Int]] =
new Condition[mutable.ListBuffer[Int]](
(l: mutable.ListBuffer[Int]) => Objects.equals(l, mutable.ListBuffer(1, 2, 3)),
"")I will file a separate ticket, fix this issue, and enable the remaining test. I also want to file another ticket to generate snapshots for version 2.3 and update the most recently published version accordingly. |
|
it seems ci is not happy yet |
|
@flinkbot run azure |
It is now. Bot didn't listen to me so I pushed an empty commit to retrigger ci. I hope it's ok |
unless there is a merge commit it's fine |
|
for the future instead of commit message having |
What is the purpose of the change
This pull request enables migration tests to check snapshot compatibility between Flink 2.x and current versions.
Verifying this change
This change is a trivial rework without any test coverage.
Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation