Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 48710 invoked from network); 10 Mar 2007 09:46:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Mar 2007 09:46:20 -0000 Received: (qmail 88936 invoked by uid 500); 10 Mar 2007 09:46:28 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 88908 invoked by uid 500); 10 Mar 2007 09:46: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: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 88899 invoked by uid 99); 10 Mar 2007 09:46:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2007 01:46:27 -0800 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, 10 Mar 2007 01:46:15 -0800 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 l2A9jlUZ008617 for ; Sat, 10 Mar 2007 09:45:53 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 <0JEO00H01LNVKR00@d1-emea-10.sun.com> (original mail from Knut.Hatlen@Sun.COM) for derby-dev@db.apache.org; Sat, 10 Mar 2007 09:45:47 +0000 (GMT) Received: from localhost ([129.159.112.231]) by d1-emea-10.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0JEO00L2VLSAI9G9@d1-emea-10.sun.com> for derby-dev@db.apache.org; Sat, 10 Mar 2007 09:45:47 +0000 (GMT) Date: Sat, 10 Mar 2007 10:45:46 +0100 From: Knut Anders Hatlen Subject: Re: [jira] Updated: (DERBY-681) Eliminate the parser's rewriting of the abstract syntax tree for queries with GROUP BY and/or HAVING clauses In-reply-to: <18899316.1173458829359.JavaMail.jira@brutus> Sender: Knut.Hatlen@Sun.COM To: derby-dev@db.apache.org Message-id: Organization: Sun Microsystems MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT References: <18899316.1173458829359.JavaMail.jira@brutus> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (usg-unix-v) X-Virus-Checked: Checked by ClamAV on apache.org "A B (JIRA)" writes: > [ https://issues.apache.org/jira/browse/DERBY-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > A B updated DERBY-681: > ---------------------- > > Derby Info: (was: [Patch Available]) > > I ran derbyall with the latest patch and there was one unexpected failure (Derby client only): > > *** Start: setTransactionIsolation jdk1.4.2 DerbyNetClient derbynetmats:jdbcapi 2007-03-08 18:28:42 *** > 532 del > < count=2, setTransactionIsolation() commits > 532 add >> passCommitCheck=true > Test Failed. > > However, I re-ran the test without your changes and it still failed, > so I do not think it's related. The machine on which I ran derbyall > is one I haven't used before so I don't know the specs; I'll look > into it. I think this problem may go away if you run ant clean or ant clobber. The canon for DerbyNetClient was removed about a week ago, but ant all won't automatically delete the old canon from classes. -- Knut Anders