[
https://issues.apache.org/jira/browse/MAPREDUCE-6658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15209762#comment-15209762
]
Akira AJISAKA commented on MAPREDUCE-6658:
------------------------------------------
I verified this was broken by YARN-4686 by running these commands:
{noformat}
(before YARN-4686)
$ git checkout 9b623fbaf79c0f854abc6b4a0539d4ea8c93dc1a
$ mvn clean
$ mvn test -Dtest=TestMRJobs#testJobWithChangePriority
{noformat}
The test suceeded.
{noformat}
(after YARN-4686)
$ git checkout 92b7e0d41302b6b110927f99de5c2b4a4a93c5fd
$ mvn clean
$ mvn test -Dtest=TestMRJobs#testJobWithChangePriority
{noformat}
The test failed.
> TestMRJobs fails
> ----------------
>
> Key: MAPREDUCE-6658
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6658
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: test
> Reporter: Akira AJISAKA
> Assignee: Eric Badger
>
> TestMRJobs#testJobWithChangePriority fails.
> {noformat}
> Running org.apache.hadoop.mapreduce.v2.TestMRJobs
> Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 446.855 sec
> <<< FAILURE! - in org.apache.hadoop.mapreduce.v2.TestMRJobs
> testJobWithChangePriority(org.apache.hadoop.mapreduce.v2.TestMRJobs) Time
> elapsed: 21.477 sec <<< FAILURE!
> java.lang.AssertionError: expected:<DEFAULT> but was:<HIGH>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at
> org.apache.hadoop.mapreduce.v2.TestMRJobs.testJobWithChangePriority(TestMRJobs.java:276)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)