stevenzwu commented on pull request #3258: URL: https://github.com/apache/iceberg/pull/3258#issuecomment-946346453
> The broken unit test is the flaky one, let's retry the CI. > > ```java > org.apache.iceberg.flink.TestFlinkTableSink > testHashDistributeMode[catalogName=testhadoop_basenamespace, baseNamespace=l0.l1, format=ORC, isStreaming=true] FAILED > java.lang.AssertionError: There should be 1 data file in partition 'aaa' expected:<1> but was:<2> > at org.junit.Assert.fail(Assert.java:89) > at org.junit.Assert.failNotEquals(Assert.java:835) > at org.junit.Assert.assertEquals(Assert.java:647) > at org.apache.iceberg.flink.TestFlinkTableSink.testHashDistributeMode(TestFlinkTableSink.java:281) > ``` @openinx looks like @szehon-ho 's attempt of #2989 didn't fix the flakiness. so it is probably a different root cause. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
