You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yun Gao (Jira)" <ji...@apache.org> on 2022/02/14 07:51:00 UTC

[jira] [Created] (FLINK-26110) AvroStreamingFileSinkITCase failed on azure

Yun Gao created FLINK-26110:
-------------------------------

             Summary: AvroStreamingFileSinkITCase failed on azure
                 Key: FLINK-26110
                 URL: https://issues.apache.org/jira/browse/FLINK-26110
             Project: Flink
          Issue Type: Bug
          Components: Connectors / FileSystem
    Affects Versions: 1.13.5
            Reporter: Yun Gao



{code:java}
Feb 12 01:00:00 [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.433 s <<< FAILURE! - in org.apache.flink.formats.avro.AvroStreamingFileSinkITCase
Feb 12 01:00:00 [ERROR] testWriteAvroGeneric(org.apache.flink.formats.avro.AvroStreamingFileSinkITCase)  Time elapsed: 0.433 s  <<< FAILURE!
Feb 12 01:00:00 java.lang.AssertionError: expected:<1> but was:<2>
Feb 12 01:00:00 	at org.junit.Assert.fail(Assert.java:88)
Feb 12 01:00:00 	at org.junit.Assert.failNotEquals(Assert.java:834)
Feb 12 01:00:00 	at org.junit.Assert.assertEquals(Assert.java:645)
Feb 12 01:00:00 	at org.junit.Assert.assertEquals(Assert.java:631)
Feb 12 01:00:00 	at org.apache.flink.formats.avro.AvroStreamingFileSinkITCase.validateResults(AvroStreamingFileSinkITCase.java:139)
Feb 12 01:00:00 	at org.apache.flink.formats.avro.AvroStreamingFileSinkITCase.testWriteAvroGeneric(AvroStreamingFileSinkITCase.java:109)
Feb 12 01:00:00 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Feb 12 01:00:00 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 12 01:00:00 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 12 01:00:00 	at java.lang.reflect.Method.invoke(Method.java:498)
Feb 12 01:00:00 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
Feb 12 01:00:00 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Feb 12 01:00:00 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
Feb 12 01:00:00 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Feb 12 01:00:00 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
Feb 12 01:00:00 	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
Feb 12 01:00:00 	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
Feb 12 01:00:00 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
Feb 12 01:00:00 	at java.lang.Thread.run(Thread.java:748)
Feb 12 01:00:00 

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31304&view=logs&j=c91190b6-40ae-57b2-5999-31b869b0a7c1&t=43529380-51b4-5e90-5af4-2dccec0ef402&l=13026



--
This message was sent by Atlassian Jira
(v8.20.1#820001)