Jason Lowe created MAPREDUCE-6625:
-------------------------------------
Summary: TestCLI#testGetJob fails occasionally
Key: MAPREDUCE-6625
URL: https://issues.apache.org/jira/browse/MAPREDUCE-6625
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: test
Reporter: Jason Lowe
Lately TestCLI has been failing sometimes in precommit builds:
{noformat}
Running org.apache.hadoop.mapreduce.tools.TestCLI
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.883 sec <<<
FAILURE! - in org.apache.hadoop.mapreduce.tools.TestCLI
testGetJob(org.apache.hadoop.mapreduce.tools.TestCLI) Time elapsed: 0.037 sec
<<< FAILURE!
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.hadoop.mapreduce.tools.TestCLI.testGetJob(TestCLI.java:175)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)