You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/03/07 22:05:37 UTC

[GitHub] [hadoop] steveloughran commented on pull request #3980: Hadoop-17563 bouncycastle 1.68

steveloughran commented on pull request #3980:
URL: https://github.com/apache/hadoop/pull/3980#issuecomment-1061184744


   +1
   
   test failures look unrelated here
   
   ```
   [INFO] Running org.apache.hadoop.yarn.conf.TestYarnConfigurationFields
   [ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.575 s <<< FAILURE! - in org.apache.hadoop.yarn.conf.TestYarnConfigurationFields
   [ERROR] testCompareConfigurationClassAgainstXml  Time elapsed: 0.06 s  <<< FAILURE!
   java.lang.AssertionError: class org.apache.hadoop.yarn.conf.YarnConfiguration has 1 variables missing in yarn-default.xml Entries:   yarn.scheduler.app-placement-allocator.class expected:<0> but was:<1>
   	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.hadoop.conf.TestConfigurationFieldsBase.testCompareConfigurationClassAgainstXml(TestConfigurationFieldsBase.java:493)
   
   ```
   
   distcp tests are all timeouts.
   ```
   [ERROR] testShutdown(org.apache.hadoop.hdfs.rbfbalance.TestRouterDistCpProcedure)  Time elapsed: 30.073 s  <<< ERROR!
   org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
   ```
   
   going to consider them unrelated, even though its always possible that test setup could be failing from the change -just unlikely enough I'm not worried


-- 
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: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org