Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 75259 invoked from network); 19 May 2007 13:15:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 May 2007 13:15:06 -0000 Received: (qmail 41608 invoked by uid 500); 19 May 2007 13:15:11 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 41578 invoked by uid 500); 19 May 2007 13:15:11 -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 41568 invoked by uid 99); 19 May 2007 13:15:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 May 2007 06:15:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.18.1.36] (HELO gmp-ea-fw-1.sun.com) (192.18.1.36) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 May 2007 06:15:04 -0700 Received: from d1-emea-10.sun.com ([192.18.2.120]) by gmp-ea-fw-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l4JDEchn000380 for ; Sat, 19 May 2007 13:14:40 GMT Received: from conversion-daemon.d1-emea-10.sun.com by d1-emea-10.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) id <0JIA00B01HUUGY00@d1-emea-10.sun.com> (original mail from Oystein.Grovlen@Sun.COM) for derby-dev@db.apache.org; Sat, 19 May 2007 14:14:38 +0100 (BST) Received: from [192.168.0.5] ([80.202.23.252]) by d1-emea-10.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0JIA0033KI4D3O80@d1-emea-10.sun.com> for derby-dev@db.apache.org; Sat, 19 May 2007 14:14:37 +0100 (BST) Date: Sat, 19 May 2007 15:14:41 +0200 From: =?ISO-8859-1?Q?=D8ystein_Gr=F8vlen?= Subject: Status of encodingTests Sender: Oystein.Grovlen@Sun.COM To: derby-dev@db.apache.org Message-id: <464EF841.5080903@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 8BIT User-Agent: Thunderbird 1.5.0.8 (X11/20061204) X-Virus-Checked: Checked by ClamAV on apache.org What is the current status of encodingTests in the old test suite? DERBY-2568 mentions that it has been reported to be invalid. The reason I ask is that when I run with locators for Blob, derbyall fails in TestPreparedStatementMethods. This test has been converted to JUnit and called PreparedStatementTest. I assume the reason it is still run in the old harness is the encoding tests. In order to get derbyall to run without failures with locators, I would have to fix the same issues that I have already fixed for PreparedStatementTest. That would be a waste of time if the encoding tests are not valid. I guess I have three options: 1. Fix Blob lifespan issues in TestPreparedStatementMethods, and continue with two versions of the same test. 2. Disable TestPreparedStatementMethods (similar to what is done for LobStreamsTest in DERBY-2568). 3. Find some way that the Junit test PreparedStatementTest can be used for the encoding test, instead. Since I am getting short on time wrt code freeze, I am tempted to go with the 2nd alternative. Objections? -- �ystein