Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3A69DEA3B for ; Thu, 22 Nov 2012 15:07:01 +0000 (UTC) Received: (qmail 34985 invoked by uid 500); 22 Nov 2012 15:07:01 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 34776 invoked by uid 500); 22 Nov 2012 15:07:00 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 34296 invoked by uid 99); 22 Nov 2012 15:06:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2012 15:06:59 +0000 Date: Thu, 22 Nov 2012 15:06:59 +0000 (UTC) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Message-ID: <583390830.17074.1353596819057.JavaMail.jiratomcat@arcas> In-Reply-To: <489904084.11254.1353492478341.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (DERBY-6001) ErrorMessageTest assert failure: Only one of the waiters should be aborted 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/DERBY-6001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-6001: -------------------------------------- Issue & fix info: (was: Patch Available) The test has been running in a loop for a couple of hours without failing. Committed revision 1412577. I'm keeping the issue open until we've seen that the test runs more reliably in a few full test runs. > ErrorMessageTest assert failure: Only one of the waiters should be aborted > -------------------------------------------------------------------------- > > Key: DERBY-6001 > URL: https://issues.apache.org/jira/browse/DERBY-6001 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.10.0.0 > Environment: Java SE Embedded 7u6 for ARM > Reporter: Knut Anders Hatlen > Assignee: Knut Anders Hatlen > Attachments: d6001-1a-diagnostics.diff, d6001-2a-waitTimeout.diff > > > I occasionally see this test failure on some ARM devices: > junit.framework.AssertionFailedError: Only one of the waiters should be aborted > at org.apache.derbyTesting.functionTests.tests.lang.ErrorMessageTest.testDeadlockTimeout(ErrorMessageTest.java:206) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:117) > at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:424) > at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:441) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.extensions.TestSetup.run(TestSetup.java:25) > at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.extensions.TestSetup.run(TestSetup.java:25) > at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57) > It's probably timing-dependent, since the failing test case runs two threads, and the devices where it's seen are slow compared to most other test servers. -- 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