Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
YARN-2928
-
None
-
jenkins
Description
When I run the unit tests against the current branch, TestTimelineAuthenticationFilter and TestYarnConfigurationFields fail:
TestTimelineAuthenticationFilter.testDelegationTokenOperations:251 » NullPointer TestTimelineAuthenticationFilter.testDelegationTokenOperations:251 » NullPointer TestYarnConfigurationFields>TestConfigurationFieldsBase.testCompareConfigurationClassAgainstXml:429 class org.apache.hadoop.yarn.conf.YarnConfiguration has 1 variables missing in yarn-default.xml
The latter failure is caused by YARN-4356 (when we deprecated RM_SYSTEM_METRICS_PUBLISHER_ENABLED), and the former an older issue that was caused when a later use of field resURI was added in trunk.