dannycjones commented on PR #4115: URL: https://github.com/apache/hadoop/pull/4115#issuecomment-1087586934
Looking at the test results shared by Monthon... > ``` > [INFO] Results: > [INFO] > [ERROR] Failures: > [ERROR] ITestS3ARequesterPays.testRequesterPaysOptionSuccess:78 [Counter named stream_read_opened] > Expecting: > <0L> > to be greater than: > <1L> > [ERROR] ITestS3AUnbuffer.testUnbuffer:75->Assert.assertTrue:53->Assert.assertTrue:42->Assert.fail:87 > [ERROR] ITestS3AUnbuffer.testUnbufferStreamStatistics:149->Assert.assertEquals:647->Assert.failNotEquals:835->Assert.fail:89 Count of stream_read_bytes starting=0 current=0 diff=0: stream_read_bytes expected:<8> but was:<0> > [ERROR] ITestMarkerTool.testRunLimitedLandsatAudit:320->AbstractMarkerToolTest.runToFailure:271 Expected an exception of type class org.apache.hadoop.util.ExitUtil$ExitException > [ERROR] Errors: > [ERROR] ITestS3AContractUnbuffer>AbstractContractUnbufferTest.testUnbufferOnClosedFile:90->AbstractContractUnbufferTest.unbuffer:124 » IO > [ERROR] ITestS3AContractStreamIOStatistics>AbstractContractStreamIOStatisticsTest.testInputStreamStatisticRead:253 » EOF > [INFO] > [ERROR] Tests run: 1069, Failures: 4, Errors: 2, Skipped: 185 > ``` > > ``` > [INFO] Results: > [INFO] > [ERROR] Errors: > [ERROR] ITestS3AFileContextStatistics>FCStatisticsBaseTest.testStatistics:107 » EOF At... > [INFO] > [ERROR] Tests run: 108, Failures: 0, Errors: 1, Skipped: 68 > ``` I think all but one of these are expected - ITestMarkerTool.testRunLimitedLandsatAudit:320 is a known issue in trunk (HADOOP-18168) and 4 of those are known to fail in this feature branch (HADOOP-18175). The interesting one is not mentioned in HADOOP-18175 is `ITestS3AContractStreamIOStatistics>AbstractContractStreamIOStatisticsTest.testInputStreamStatisticRead:253 » EOF`. -- 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]
