Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 22367 invoked from network); 14 May 2007 17:46:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2007 17:46:59 -0000 Received: (qmail 95468 invoked by uid 500); 14 May 2007 17:47:04 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 95436 invoked by uid 500); 14 May 2007 17:47:04 -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 95420 invoked by uid 99); 14 May 2007 17:47:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 10:47:04 -0700 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; Mon, 14 May 2007 10:46:57 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1D9D471407D for ; Mon, 14 May 2007 10:46:18 -0700 (PDT) Message-ID: <2247759.1179164778118.JavaMail.jira@brutus> Date: Mon, 14 May 2007 10:46:18 -0700 (PDT) From: "Mike Matrigali (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-1701) out of memory failures with the jdbcapi junit suite when run under derbynetclientsmats suite In-Reply-To: <1193899.1155674776350.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-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali closed DERBY-1701. --------------------------------- > out of memory failures with the jdbcapi junit suite when run under derbynetclientsmats suite > -------------------------------------------------------------------------------------------- > > Key: DERBY-1701 > URL: https://issues.apache.org/jira/browse/DERBY-1701 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Reporter: Mike Matrigali > Assigned To: Daniel John Debrunner > Fix For: 10.2.2.0, 10.3.0.0 > > > It looks like the jdbcapi junit suite has been failing on some platforms ever since change: > r431195 | djd | 2006-08-13 19:08:04 +0200 (Sun, 13 Aug 2006) | 5 lines > Have the test harness jdbcapi run a single JUnit suite jdbcapi._Suite that includes most of the JUnit tests > that were run individually. Tests in this suite that were excluded in derby net or had _app.properties file > now self-exclude themselves based upon the JUnit utility methods indicating which JDBC client they are running. > Remaining JUnit tests should be included in jdbcapi._Suite, think they were added after I has started the _Suite > work. > Here is an example of the diff from the public regression tests: > http://www.multinet.no/~solberg/public/Apache/DerbyJvm1.4/testlog/CYGWIN_NT-5.1_i686-unknown/431200-derbyall_diff.txt > *** Start: _Suite jdk1.4.2_10 DerbyNetClient derbynetmats:jdbcapi 2006-08-14 05:58:32 *** > 0 add > > ......................................E > > There was 1 error: > > 1) testNextOnLastRowScrollable(org.apache.derbyTesting.functionTests.tests.jdbcapi.ScrollResultSetTest)java.lang.OutOfMemoryError > > FAILURES!!! > > Tests run: 817, Failures: 0, Errors: 1 > Test Failed. > *** End: _Suite jdk1.4.2_10 DerbyNetClient derbynetmats:jdbcapi 2006-08-14 06:01:05 *** > Here are links to some of the failures that have been recorded: > 1.4.2 failed on windows nt, and linux: > http://www.multinet.no/~solberg/public/Apache/DerbyJvm1.4/testlog/CYGWIN_NT-5.1_i686-unknown/431200-derbyall_diff.txt > http://www.multinet.no/~solberg/public/Apache/DerbyJvm1.4/testlog/Linux-2.6.9-34.ELsmp_x86_64-x86_64/431200-derbyall_diff.txt > http://www.multinet.no/~solberg/public/Apache/DerbyJvm1.4/testlog/CYGWIN_NT-5.1_i686-unknown/431386-derbyall_diff.txt > http://www.multinet.no/~solberg/public/Apache/DerbyJvm1.4/testlog/Linux-2.6.14-1.1644_FC4_i686-i686/431386-derbyall_diff.txt > http://www.multinet.no/~solberg/public/Apache/DerbyJvm1.4/testlog/Linux-2.6.9-34.ELsmp_x86_64-x86_64/431386-derbyall_diff.txt > failed on jdk1.5: > http://www.multinet.no/~solberg/public/Apache/Derby/testlog/CYGWIN_NT-5.1_i686-unknown/431386-derbyall_diff.txt > That is just some of the places I saw it failed. It failed in my personal test runs on windows XP, run from sane classes, on single processor laptop. Failed consistently when run from the derbynetclientsmats suite on 2 trys, and once on a full nightly run. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.