Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 41530 invoked from network); 20 Nov 2007 20:27:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 20:27:05 -0000 Received: (qmail 61998 invoked by uid 500); 20 Nov 2007 20:26:52 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 61774 invoked by uid 500); 20 Nov 2007 20:26:52 -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 61765 invoked by uid 99); 20 Nov 2007 20:26:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 12:26:52 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 20:26:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C821971420B for ; Tue, 20 Nov 2007 12:26:43 -0800 (PST) Message-ID: <30900984.1195590403809.JavaMail.jira@brutus> Date: Tue, 20 Nov 2007 12:26:43 -0800 (PST) From: "Daniel John Debrunner (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3218) Around 200 (~ 4%) junit fixtures fail when running 10.3 branch (596744) against 10.3.1.4 derbyTesting.jar using junit-all-codeline-jars In-Reply-To: <20515590.1195589263205.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544044 ] Daniel John Debrunner commented on DERBY-3218: ---------------------------------------------- The first failure in jdbcapi.._Suite comes after ConcurrencyTest. Looking at its tearDown() method it seems that it executes a DROP TABLE statement but does not call commit and thus rollback() will be called by the super-class' tearDown. Seems like the tearDown() in ConcurrencyTest should be calling commit (and not catching SQLException). I don't see why this would fail using 10.3.1.4's testing jar and not the current version, could be just a coincidence. > Around 200 (~ 4%) junit fixtures fail when running 10.3 branch (596744) against 10.3.1.4 derbyTesting.jar using junit-all-codeline-jars > --------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-3218 > URL: https://issues.apache.org/jira/browse/DERBY-3218 > Project: Derby > Issue Type: Task > Components: Test > Affects Versions: 10.3.1.5 > Reporter: Daniel John Debrunner > Priority: Minor > Attachments: TEST-org.apache.derbyTesting.functionTests.tests.jdbcapi._Suite.xml, TEST-org.apache.derbyTesting.functionTests.tests.lang._Suite.xml, TEST-org.apache.derbyTesting.functionTests.tests.tools._Suite.xml, TEST-org.apache.derbyTesting.functionTests.tests.upgradeTests._Suite.xml > > > Investigate reason for failures. > derbyTesting.jar from 10.3.1.4 can be seen as an existing application that ideally should work when run against a newer version. > Some failures might be due to valid reasons such as change in SQL States. > Significant number of the failures seem to be due to the inability of the junit clean database code to drop a schema due to it not being empty. > AutoLoadTest failing can be ignored, it failed against 10.3.1.4 and has now been fixed (as a test bug) in 10.3. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.