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 92D119DE9 for ; Tue, 31 Jul 2012 06:58:37 +0000 (UTC) Received: (qmail 5108 invoked by uid 500); 31 Jul 2012 06:58:37 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 4901 invoked by uid 500); 31 Jul 2012 06:58:36 -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 4862 invoked by uid 99); 31 Jul 2012 06:58:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 06:58:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id C389D142851 for ; Tue, 31 Jul 2012 06:58:34 +0000 (UTC) Date: Tue, 31 Jul 2012 06:58:34 +0000 (UTC) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Message-ID: <179809610.120235.1343717914802.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (DERBY-2076) Rewrite junitTests/derbyNet/CompatibilityTest to conform to current JUnit usage 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-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-2076: ----------------------------------- Attachment: derby-2076-2a-enable_test.diff Attached patch 2a, which enables the test in suites.All. Since I haven't gotten any feedback on testing, I've decided to enable the test and see what happens :) If you don't have the old releases in the default location, and don't specify derbyTesting.oldReleasePath, you may see an ALARM statement printed to the console. The test doesn't require any specific versions, it will test with whatever old versions of Derby that are made available. This is different from some other tests. Committed patch 2a to trunk with revision 1367428. > Rewrite junitTests/derbyNet/CompatibilityTest to conform to current JUnit usage > ------------------------------------------------------------------------------- > > Key: DERBY-2076 > URL: https://issues.apache.org/jira/browse/DERBY-2076 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.3.1.4 > Reporter: Andrew McIntyre > Assignee: Kristian Waagan > Priority: Minor > Attachments: compiler-level.patch, derby-2076-0a-modernized_compat_test_preview.diff, derby-2076-0b-modernized_compat_test_preview.diff, derby-2076-1a-initial.diff, derby-2076-1b-initial.diff, derby-2076-2a-enable_test.diff > > > The test org.apache.derbyTesting.functionTests.tests.junitTests.DerbyNet.CompatibilityTest has been failing in the nightlies because it needs to be run in the old test harness, and for some reason the property which grants permission to read ${user.home}/junit.properties is not being picked up properly in the old harness. > I am able to resolve the problem by granting permission to read ${user.home}/junit.properties to all, but the test should be refactored so that it can run with the rest of the junit tests without needing the old harness. -- 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