Details
Description
Following nodemanager tests fail on Windows due to path/file separator issue:
TestPrivilegedOperationExecutor#testExecutorPath- TestLocalDirsHandlerService#testGetFullDirs
- TestAppLogAggregatorImpl
TestCGroupsHandlerImpl#testCGroupOperationsTestCGroupsHandlerImpl#testMtabParsingTestCGroupsHandlerImpl#testCGroupPaths
After YARN-8359:
- TestLocalDirsHandlerService#testGetFullDirs
- TestAppLogAggregatorImpl#testAggregatorWhenAllFilesOlderThanRetentionShouldUploadNone
- TestAppLogAggregatorImpl#testAggregatorWhenNoFileOlderThanRetentionPolicyShouldUploadAll
- TestAppLogAggregatorImpl#testAggregatorWithRetentionPolicyDisabledShouldUploadAllFiles
Attachments
Attachments
Issue Links
- contains
-
YARN-8324 Fix TestPrivilegedOperationExecutor.testExecutorPath on Windows
- Resolved
- is related to
-
YARN-8359 Exclude containermanager.linux test classes on Windows
- Resolved
-
HADOOP-15475 Fix broken unit tests on Windows
- Open