-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.4.0
-
Component/s: distributed-shell, test
-
Labels:
-
Hadoop Flags:Reviewed
TestDistributedShell has grown so large over time. It has 29 tests.
This is running the risk of exceeding 30 minutes limit for a single unit class.
- The implementation has lots of code redundancy.
- The Jira splits TestDistributedShell into three different unitTest for each TimeLineVersion: V1.0, 1.5, and 2.0
- Fixes the broken test testDSShellWithEnforceExecutionType
- is duplicated by
-
YARN-10040 DistributedShell test failure on X86 and ARM
-
- Resolved
-
- relates to
-
YARN-10334 TestDistributedShell leaks resources on timeout/failure
-
- Resolved
-
- links to