Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 11826 invoked from network); 4 May 2005 18:15:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2005 18:15:27 -0000 Received: (qmail 72855 invoked by uid 500); 4 May 2005 18:17:28 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 72801 invoked by uid 500); 4 May 2005 18:17:27 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 72784 invoked by uid 99); 4 May 2005 18:17:27 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_30_40,HTML_MESSAGE,HTML_TITLE_EMPTY X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from brmea-mail-4.Sun.COM (HELO brmea-mail-4.sun.com) (192.18.98.36) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 04 May 2005 11:17:27 -0700 Received: from phys-bur-2 ([129.148.9.73]) by brmea-mail-4.sun.com (8.12.10/8.12.9) with ESMTP id j44IFLi7015629 for ; Wed, 4 May 2005 12:15:21 -0600 (MDT) Received: from conversion-daemon.bur-mail1.east.sun.com by bur-mail1.east.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) id <0IFZ00A019BNVI@bur-mail1.east.sun.com> (original mail from Lance.Andersen@Sun.COM) for derby-dev@db.apache.org; Wed, 04 May 2005 14:15:20 -0400 (EDT) Received: from [127.0.0.1] (vpn-129-150-66-87.East.Sun.COM [129.150.66.87]) by bur-mail1.east.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTPA id <0IFZ00HQU9DJWG@bur-mail1.east.sun.com> for derby-dev@db.apache.org; Wed, 04 May 2005 14:15:20 -0400 (EDT) Date: Wed, 04 May 2005 14:15:24 -0400 From: "Lance J. Andersen" Subject: Re: Running an individual test area In-reply-to: To: Derby Development Message-id: <4279113C.6090407@sun.com> MIME-version: 1.0 Content-type: multipart/alternative; boundary="Boundary_(ID_LK3Ww7d4D6RpCc9E9XKeeg)" X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) References: <4278E8DF.9090504@sun.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. --Boundary_(ID_LK3Ww7d4D6RpCc9E9XKeeg) Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Hi Mryna, Nope, I was running J2SE 1.4 according to the *.sum file. The skip file was also empty. The issue turned out to be that I had a typo in the jar name for jakarta-oro-2.0.8.jar in the window i was running the tests from. Also appears that if you modify the master *.out file, you need to rebuild the derbyTesting.jar. Perhaps this could be called out a little clearer in the instructions for running the tests? Also, I got the tests that I cared about to pass, however I see some tests fail with errors such as: Test savepointJdbc30 starting Tests common to DRDA and embedded Cloudscape Test1 - no unnamed savepoints allowed if autocommit is true FAIL -- unexpected exception: java.lang.AbstractMethodError: org.apache.derby.impl.jdbc.EmbedConnection.setSavepoint()Ljava/sql/Savepoint; Test savepointJdbc30 finished Any ideas what i should check in my configuration to address the above error? Myrna van Lunteren wrote: >Are you maybe (I'm sure it's a dumb question) running with jdk13? >Check the .sum, and see if there's any helpful info it the >jdk14_skip.txt file? > >Myrna > >On 5/4/05, Lance J. Andersen wrote: > > >>Hopefully something simple. >> >>I am trying to just run the jdk14 test suite. >> >>During the run, I see it creates the *.tmp files but i do not get any >>*.out files and the jdk14_pass/fail.txt are zero in size. >> >>Any idea as to what the magic is the i am missing? >> >> >> >> > > --Boundary_(ID_LK3Ww7d4D6RpCc9E9XKeeg) Content-type: text/html; charset=us-ascii Content-transfer-encoding: 7BIT Hi Mryna,

Nope, I was running J2SE 1.4 according to the *.sum file.  The skip file was also empty.

The issue turned out to be that I had a typo in the jar name for jakarta-oro-2.0.8.jar in the window i was running the tests from.

Also appears that if you modify the master *.out file, you need to rebuild the derbyTesting.jar.  Perhaps this could be called out a little clearer in the instructions for running the tests?


Also,  I got the tests that I cared about to pass, however I see some tests fail with errors such as:

Test savepointJdbc30 starting
Tests common to DRDA and embedded Cloudscape
Test1 - no unnamed savepoints allowed if autocommit is true
FAIL -- unexpected exception:
java.lang.AbstractMethodError: org.apache.derby.impl.jdbc.EmbedConnection.setSavepoint()Ljava/sql/Savepoint;
Test savepointJdbc30 finished


Any ideas what i should check in my configuration to address the above error?


Myrna van Lunteren wrote:
Are you maybe (I'm sure it's a dumb question) running with jdk13?
Check the .sum, and see if there's any helpful info it the
jdk14_skip.txt file?

Myrna

On 5/4/05, Lance J. Andersen <Lance.Andersen@sun.com> wrote:
  
Hopefully something simple.

I am trying to just run the jdk14 test suite.

During the run, I see it creates the *.tmp files but i do not get any
*.out files and the jdk14_pass/fail.txt are zero in size.

Any idea as to what the magic is the i am missing?

    
>
  
--Boundary_(ID_LK3Ww7d4D6RpCc9E9XKeeg)--