Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.20.0
Description
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=59380&view=results fails and benchmark with 17 fails as well
Reason: TypeSerializerUpgradeTestBase.UpgradeVerifier update the schemaCompatibilityMatcher method name to schemaCompatibilityCondition, but some subclasses didn't change it, such as: PojoRecordSerializerUpgradeTestSpecifications.PojoToRecordVerifier.
It belongs to flink-tests-java17 module, and it doesn't compile by default.
it's caused by
Attachments
Attachments
Issue Links
- is caused by
-
FLINK-25537 [JUnit5 Migration] Module: flink-core
- Resolved
- is related to
-
FLINK-35307 Add Compile CI check on jdk17
- Open
- links to