Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 90555 invoked from network); 15 Dec 2010 14:20:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Dec 2010 14:20:56 -0000 Received: (qmail 3566 invoked by uid 500); 15 Dec 2010 14:20:56 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 3117 invoked by uid 500); 15 Dec 2010 14:20:56 -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 3107 invoked by uid 99); 15 Dec 2010 14:20:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 14:20:55 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [148.87.113.121] (HELO rcsinet10.oracle.com) (148.87.113.121) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 14:20:47 +0000 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id oBFEKPcY009746 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 15 Dec 2010 14:20:26 GMT Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id oBFEKNC0004372 for ; Wed, 15 Dec 2010 14:20:24 GMT Received: from abhmt003.oracle.com by acsmt353.oracle.com with ESMTP id 876997401292422810; Wed, 15 Dec 2010 06:20:10 -0800 Received: from localhost (/129.159.112.134) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 15 Dec 2010 06:20:09 -0800 From: Knut Anders Hatlen To: derby-dev@db.apache.org Subject: Re: re 10.7 release & JDBC CTS suite testing References: <4D067AF9.7020205@oracle.com> <4D067FB9.5070702@sbcglobal.net> Mail-Followup-To: derby-dev@db.apache.org Date: Wed, 15 Dec 2010 15:20:07 +0100 In-Reply-To: (Knut Anders Hatlen's message of "Tue, 14 Dec 2010 11:49:11 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain X-Virus-Checked: Checked by ClamAV on apache.org Knut Anders Hatlen writes: > Kathey Marsden writes: > >> On 12/13/2010 11:58 AM, Rick Hillegas wrote: >>> >>> I see that Ole ran this test on 10.5.3 and 10.6.1. Ole no longer >>> works on Derby. As you note, no-one has run that test on 10.6.2 or >>> 10.7.1. >>> >> Is there someone that has access to these tests that can run them now >> that Ole is gone or is it just one more bit of testing we don't do >> anymore? It would be nice to know we are compliant for a release off >> trunk. > > I found the instructions for running these tests and have started > them. So if everything goes well, we'll have the results shortly. It didn't go all that well... Here's what the report says: batchUpdate.out: passed: 68 callStmt.out: passed: 1,580; failed: 20 connection.out: passed: 36 dateTime.out: passed: 152 dbMeta.out: passed: 940 escapeSyntax.out: passed: 324 exception.out: passed: 56 prepStmt.out: passed: 1,072; failed: 12 resultSet.out: passed: 452; failed: 4 rsMeta.out: passed: 84 stmt.out: passed: 132 Total time: 09:58:28 I haven't looked at all the failures yet. Those I have looked at appear to happen because our meta-data now says that we support BOOLEAN, whereas the database schema created by the test itself contains workarounds for Derby's lack of support for BOOLEAN (like using SMALLINT columns instead of BOOLEAN columns). So I think there are some changes required for the DDL and DML scripts that create the database schema in order to make the test run successfully, but I haven't found anything that appears to be a Derby problem yet. -- Knut Anders