Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 23182 invoked from network); 23 Feb 2006 16:40:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Feb 2006 16:40:03 -0000 Received: (qmail 66589 invoked by uid 500); 23 Feb 2006 16:40:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 66548 invoked by uid 500); 23 Feb 2006 16:40:01 -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 66539 invoked by uid 99); 23 Feb 2006 16:40:01 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2006 08:40:01 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 6E913DD for ; Thu, 23 Feb 2006 17:39:40 +0100 (CET) Message-ID: <1124560206.1140712780450.JavaMail.jira@ajax.apache.org> Date: Thu, 23 Feb 2006 17:39:40 +0100 (CET) From: "Deepa Remesh (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1041) Modify derbynet/testProperties.java test to run with 10.1client/10.2 server In-Reply-To: <1542670980.1140710200578.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1041?page=all ] Deepa Remesh updated DERBY-1041: -------------------------------- Attachment: derby-1041_10.1_v1.diff derby-1041_10.1_v1.status Attaching a patch 'derby-1041_10.1_v1.diff' for 10.1 branch. Patch does following: * Modifies the test derbynet/testProperties.java to use a different stream for the shutdown process. * Modifies master file Ran derbynet/testProperties.java with 10.1 client and 10.2 server jars. Also ran the test with10.1 jars in DerbyNetClient and DerbyNet frameworks. Tests run with Sun JDK 1.4.2 on Win XP. Please take a look at this patch. Thanks. > Modify derbynet/testProperties.java test to run with 10.1client/10.2 server > --------------------------------------------------------------------------- > > Key: DERBY-1041 > URL: http://issues.apache.org/jira/browse/DERBY-1041 > Project: Derby > Type: Sub-task > Components: Test > Environment: Testing with 10.1 client / 10.2 server > Reporter: Deepa Remesh > Assignee: Deepa Remesh > Priority: Minor > Fix For: 10.1.2.3 > Attachments: derby-1041_10.1_v1.diff, derby-1041_10.1_v1.status > > The test derbynet/testProperties.java fails with 10.1 client /10.2 server with following diff: > (< Shutdown successful. > 6a6 > > Apache Derby Network Server - 10.2.0.0 alpha shutdown at xxxxxxFILTERED-TIMESTAMPxxxxxGMT > 11 del > ) > This diff is caused by checkin for DERBY-515, which changes the shutdown message. Solution is to not print the shutdown message to the test output file. We just need to wait for successful server shutdown by checking that there are no exceptions. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira