viirya commented on pull request #2611: URL: https://github.com/apache/hadoop/pull/2611#issuecomment-759756129
About the latest test failure, I cannot reproduce them locally: ``` hadoop.streaming.TestStreamingBadRecords hadoop.hdfs.server.namenode.ha.TestPipelinesFailover hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks ``` Latest commit should fix these tests: `` hadoop.io.compress.zstd.TestZStandardCompressorDecompressor hadoop.io.compress.lz4.TestLz4CompressorDecompressor ``` I can reproduce this one, but looks unrelated to the change: ``` [INFO] Running org.apache.hadoop.tools.dynamometer.TestDynoInfraUtils [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.apache.hadoop.tools.dynamometer.TestDynoInfraUtils [INFO] Running org.apache.hadoop.tools.dynamometer.TestDynamometerInfra [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.448 s <<< FAILURE! - in org.apache.hadoop.tools.dynamometer.TestDynamometerInfra [ERROR] org.apache.hadoop.tools.dynamometer.TestDynamometerInfra Time elapsed: 0.448 s <<< ERROR! java.io.FileNotFoundException: http://mirrors.ocf.berkeley.edu/apache/hadoop/common/hadoop-3.1.3/hadoop-3.1.3.tar.gz at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) at org.apache.commons.io.FileUtils.copyURLToFile(FileUtils.java:1506) ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
