gyfora commented on code in PR #25896: URL: https://github.com/apache/flink/pull/25896#discussion_r1975433834
########## flink-core/src/test/java/org/apache/flink/api/java/typeutils/runtime/kryo/KryoSerializerUpgradeTest.java: ########## @@ -31,44 +31,53 @@ import com.esotericsoftware.kryo.serializers.DefaultSerializers; import org.assertj.core.api.Condition; +import org.junit.jupiter.api.Disabled; import java.util.ArrayList; import java.util.Collection; import static org.apache.flink.api.common.typeutils.TypeSerializerConditions.hasSameCompatibilityAs; import static org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility.compatibleWithReconfiguredSerializer; +// These tests are disabled because Flink 2.0 is doing a major Kryo 2.x -> 5.x upgrade and +// the new Flink is not compatible with older Kryo state. +// Restore tests when there is a Flink 2.1 that should test compatibility with Flink 2.0 Review Comment: yes, thank you! -- 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]
