yanghua commented on issue #7101: [FLINK-10891] Upgrade Kafka client version to 
2.0.1
URL: https://github.com/apache/flink/pull/7101#issuecomment-439050704
 
 
   The failure occurs in the part of `tests` , details : 
   
   ```
   Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 79.586 sec 
<<< FAILURE! - in 
org.apache.flink.test.migration.TypeSerializerSnapshotMigrationITCase
   testSavepoint[Migrate Savepoint / Backend: 
(1.3,rocksdb)](org.apache.flink.test.migration.TypeSerializerSnapshotMigrationITCase)
  Time elapsed: 0.924 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)
   ```
   
   ```
   Results :
   
   Failed tests: 
     
TypeSerializerSnapshotMigrationITCase.testSavepoint:136->SavepointMigrationTestBase.restoreAndExecute:217
 Values should be different. Actual: FAILED
   
   Tests run: 1464, Failures: 1, Errors: 0, Skipped: 29
   ```
   
   In addition, the part of `connectors` and `misc`  are both successful.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to