Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 87648 invoked from network); 26 Sep 2007 23:55:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2007 23:55:14 -0000 Received: (qmail 38593 invoked by uid 500); 26 Sep 2007 23:55:04 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 38555 invoked by uid 500); 26 Sep 2007 23:55: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 38546 invoked by uid 99); 26 Sep 2007 23:55:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 16:55: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; Wed, 26 Sep 2007 23:57:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BDC0071403E for ; Wed, 26 Sep 2007 16:54:50 -0700 (PDT) Message-ID: <17361803.1190850890774.JavaMail.jira@brutus> Date: Wed, 26 Sep 2007 16:54:50 -0700 (PDT) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-3089) convert tests that cause failures because of jvm based messages to junit, or adjust old test harness files, for test failures during iseries run MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org convert tests that cause failures because of jvm based messages to junit, or adjust old test harness files, for test failures during iseries run ------------------------------------------------------------------------------------------------------------------------------------------------ Key: DERBY-3089 URL: https://issues.apache.org/jira/browse/DERBY-3089 Project: Derby Issue Type: Improvement Components: Test Affects Versions: 10.3.1.4 Environment: IBM iseries machine, ibm Reporter: Myrna van Lunteren A number of derbyall tests failed on a recent run on an ibm iseries machine. The test failures were as follows: 1. each time a session connects to a jar file for the first time, a message is printed (e.g. 'Attaching to /home/MYRNA/jars/derbyclient.jar'). This results in some diffs. The solution would be to devise a pattern for each jar file & add that to the delete line in harness/Sed.java. A workaround would be to run a selection of troublesome tests (metadata.java, derbyrun.jar, metadata.java with DerbyNetClient) before attempting derbyall. 2. tools/ijConnName.sql fails because the line 'ERROR 08001 - No suitable driver' pops up in a different location. This is probably on a slow machine. A solution would be to remove the line from this test's master altogether by adding a ijConnName_sed.properties file. 3. derbynet/testconnection.java fails because the jvm generated message is a little different, instead of: < Could not connect to Derby Network Server on host xxxFILTERED_HOSTNAMExxx - port 9393: Connection refused ... we get more text: > Could not connect to Derby Network Server on host xxxFILTERED_HOSTNAMExxx, port 9393: A remote host refused an attempted connect operation. Solution would be to add more filtering to the testconnection_sed.properties file. 4. derbynet/NSinSameJVM fails because of different jvm generated strings for the main thread. expected: main-NSinSameJVM: Derby drivers loaded iseries: Thread-0-NSinSameJVM: Derby drivers loaded Solution would be to add masking of this difference to the NSinSameJVM_sed.properties file. If these tests could get converted to junit that would be preferable to fixing up masters. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.