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 5A353E8CA for ; Wed, 21 Nov 2012 10:08:03 +0000 (UTC) Received: (qmail 14836 invoked by uid 500); 21 Nov 2012 10:08:03 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 14484 invoked by uid 500); 21 Nov 2012 10:08: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 13969 invoked by uid 99); 21 Nov 2012 10:07:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2012 10:07:58 +0000 Date: Wed, 21 Nov 2012 10:07:58 +0000 (UTC) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Message-ID: <489904084.11254.1353492478341.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (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 Knut Anders Hatlen created DERBY-6001: ----------------------------------------- Summary: 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 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