Sandy Ryza created MAPREDUCE-5133:
-------------------------------------

             Summary: TestSubmitJob.testSecureJobExecution is flaky due to job 
dir deletion race
                 Key: MAPREDUCE-5133
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5133
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: test
    Affects Versions: 1.1.2
            Reporter: Sandy Ryza
            Assignee: Sandy Ryza


At the end of TestSubmitJob.testSecureJobExecution, the test waits for the job 
to be done and then asserts that the job submission directory has been deleted. 
 The directory is deleted by an asynchronous cleanup thread, so the test can 
hit the assert before the deletion is run.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to