virajjasani opened a new pull request #4027:
URL: https://github.com/apache/hadoop/pull/4027


   ### Description of PR
   TestYarnConfigurationFields consistently keeps failing:
   ```
   Error 
   Messageclass 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>Stacktracejava.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)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498) 
   ```
   
   ### How was this patch tested?
   Locally
   
   ### For code changes:
   
   - [X] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   


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

Reply via email to