[ 
https://issues.apache.org/jira/browse/YARN-9231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prabhu Joseph updated YARN-9231:
--------------------------------
    Description: TestDistributedShell runs all test cases in parallel. All test 
cases are reusing miniYarnCluster and miniHdfsCluster. When one test case 
completes then it stops the miniYarnCluster in tearDown which will affect other 
test cases running in parallel which looks causing the timeout.  (was: 
TestDistributedShell takes lot of time setting up Hdfs and Yarn cluster and 
Thread.sleep(2000) before each test case depending on the TimelineVersion 
annotation of the test case. Reusing Yarn and Hdfs cluster (maybe specific to 
timeline version) will save lot of time.)

> TestDistributedShell fix timeout
> --------------------------------
>
>                 Key: YARN-9231
>                 URL: https://issues.apache.org/jira/browse/YARN-9231
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: distributed-shell
>    Affects Versions: 3.1.0
>            Reporter: Prabhu Joseph
>            Assignee: Prabhu Joseph
>            Priority: Major
>
> TestDistributedShell runs all test cases in parallel. All test cases are 
> reusing miniYarnCluster and miniHdfsCluster. When one test case completes 
> then it stops the miniYarnCluster in tearDown which will affect other test 
> cases running in parallel which looks causing the timeout.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to