Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8463291D0 for ; Sun, 1 Jan 2012 21:07:54 +0000 (UTC) Received: (qmail 42245 invoked by uid 500); 1 Jan 2012 21:07:54 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 42213 invoked by uid 500); 1 Jan 2012 21:07:54 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 42205 invoked by uid 99); 1 Jan 2012 21:07:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2012 21:07:54 +0000 X-ASF-Spam-Status: No, hits=-2001.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2012 21:07:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id BA4DB133238 for ; Sun, 1 Jan 2012 21:07:30 +0000 (UTC) Date: Sun, 1 Jan 2012 21:07:30 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1444828795.56955.1325452050764.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1581939978.46048.1321666371793.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4822) TestCoprocessorEndpoint is failing intermittently MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13178236#comment-13178236 ] Hudson commented on HBASE-4822: ------------------------------- Integrated in HBase-TRUNK-security #58 (See [https://builds.apache.org/job/HBase-TRUNK-security/58/]) HBASE-4822 disabling testAggregation for now tedyu : Files : * /hbase/trunk/src/test/java/org/apache/hadoop/hbase/coprocessor/TestCoprocessorEndpoint.java > TestCoprocessorEndpoint is failing intermittently > ------------------------------------------------- > > Key: HBASE-4822 > URL: https://issues.apache.org/jira/browse/HBASE-4822 > Project: HBase > Issue Type: Bug > Components: test > Affects Versions: 0.92.0, 0.94.0 > Reporter: Gary Helmling > Attachments: 4822.txt > > > TestCoprocessorEndpoint is failing intermittently in Jenkins. The errors are all similar to: > {noformat} > ------------------------------------------------------------------------------- > Test set: org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint > ------------------------------------------------------------------------------- > Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.562 sec <<< FAILURE! > testAggregation(org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint) Time elapsed: 0.069 sec <<< FAILURE! > java.lang.AssertionError: Invalid result expected:<180> but was:<190> > at org.junit.Assert.fail(Assert.java:93) > at org.junit.Assert.failNotEquals(Assert.java:647) > at org.junit.Assert.assertEquals(Assert.java:128) > at org.junit.Assert.assertEquals(Assert.java:472) > at org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint.testAggregation(TestCoprocessorEndpoint.java:149) > {noformat} -- 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