Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 085B9DF41 for ; Tue, 21 Aug 2012 22:14:39 +0000 (UTC) Received: (qmail 49705 invoked by uid 500); 21 Aug 2012 22:14:38 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 49656 invoked by uid 500); 21 Aug 2012 22:14:38 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 49641 invoked by uid 99); 21 Aug 2012 22:14:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Aug 2012 22:14:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 31F282C5BF3 for ; Tue, 21 Aug 2012 22:14:38 +0000 (UTC) Date: Wed, 22 Aug 2012 09:14:38 +1100 (NCT) From: "Hadoop QA (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <742926022.37567.1345587278205.JavaMail.jiratomcat@arcas> In-Reply-To: <216331272.35803.1345562738131.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (MAPREDUCE-4569) TestHsWebServicesJobsQuery fails on jdk7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439098#comment-13439098 ] Hadoop QA commented on MAPREDUCE-4569: -------------------------------------- +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12541822/MAPREDUCE-4569.patch against trunk revision . +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 1 new or modified test files. +1 javac. The applied patch does not increase the total number of javac compiler warnings. +1 javadoc. The javadoc tool did not generate any warning messages. +1 eclipse:eclipse. The patch built with eclipse:eclipse. +1 findbugs. The patch does not introduce any new Findbugs (version 1.3.9) warnings. +1 release audit. The applied patch does not increase the total number of release audit warnings. +1 core tests. The patch passed unit tests in hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs. +1 contrib tests. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2755//testReport/ Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2755//console This message is automatically generated. > TestHsWebServicesJobsQuery fails on jdk7 > ---------------------------------------- > > Key: MAPREDUCE-4569 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4569 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 0.23.3, 3.0.0, 2.2.0-alpha > Reporter: Thomas Graves > Assignee: Thomas Graves > Labels: java7 > Attachments: MAPREDUCE-4569.patch > > > TestHsWebServicesJobsQuery fails on jdk7 due to the test order no longer being constant. > testJobsQueryStateNone(org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery) Time elapsed: 0.279 sec <<< FAILURE! > java.lang.AssertionError: jobs is not null expected: but was:<{"job":[{"startTime":1345559717819,"finishTime":1345560891194,"id":"job_1345560632472_0002","name":"RandomWriter","queue":"mockqueue","user":"mock","state":"KILL_WAIT","mapsTotal":0,"mapsCompleted":0,"reducesTotal":1,"reducesCompleted":1}]}> > at org.junit.Assert.fail(Assert.java:91) > at org.junit.Assert.failNotEquals(Assert.java:645) > at org.junit.Assert.assertEquals(Assert.java:126) > at org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryStateNone(TestHsWebServicesJobsQuery.java:226) > It looks like the issues is that the mock jobs just iterate through the JOBSTATE and since other tests run first we just happen to hit the state KILL_WAIT that we don't expect any jobs to be in. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira