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: [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]