You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (JIRA)" <ji...@apache.org> on 2018/11/15 09:08:00 UTC

[jira] [Created] (FLINK-10895) TypeSerializerSnapshotMigrationITCase.testSavepoint test failed on travis

Dawid Wysakowicz created FLINK-10895:
----------------------------------------

             Summary: TypeSerializerSnapshotMigrationITCase.testSavepoint test failed on travis
                 Key: FLINK-10895
                 URL: https://issues.apache.org/jira/browse/FLINK-10895
             Project: Flink
          Issue Type: Bug
          Components: Tests, Type Serialization System
            Reporter: Dawid Wysakowicz
             Fix For: 1.7.0


Failed with:
{code}
testSavepoint[Migrate Savepoint / Backend: (1.4,rocksdb)](org.apache.flink.test.migration.TypeSerializerSnapshotMigrationITCase)  Time elapsed: 0.753 sec  <<< FAILURE!
java.lang.AssertionError: Values should be different. Actual: FAILED
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failEquals(Assert.java:185)
	at org.junit.Assert.assertNotEquals(Assert.java:161)
	at org.junit.Assert.assertNotEquals(Assert.java:175)
	at org.apache.flink.test.checkpointing.utils.SavepointMigrationTestBase.restoreAndExecute(SavepointMigrationTestBase.java:217)
	at org.apache.flink.test.migration.TypeSerializerSnapshotMigrationITCase.testSavepoint(TypeSerializerSnapshotMigrationITCase.java:136)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)