Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 28780 invoked from network); 17 Aug 2006 22:28:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Aug 2006 22:28:16 -0000 Received: (qmail 43188 invoked by uid 500); 17 Aug 2006 22:28:13 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 43136 invoked by uid 500); 17 Aug 2006 22:28:13 -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 43106 invoked by uid 99); 17 Aug 2006 22:28:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 15:28:13 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 15:28:12 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 81FF67142D4 for ; Thu, 17 Aug 2006 22:25:14 +0000 (GMT) Message-ID: <5176687.1155853514529.JavaMail.jira@brutus> Date: Thu, 17 Aug 2006 15:25:14 -0700 (PDT) From: "Yip Ng (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-1719) autoincrement regression test fails with single diff - looks like just a master issue In-Reply-To: <17010534.1155852676265.JavaMail.jira@brutus> 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-1719?page=comments#action_12428811 ] Yip Ng commented on DERBY-1719: ------------------------------- I just checked. The result is right and the master file needs to be updated. > autoincrement regression test fails with single diff - looks like just a master issue > -------------------------------------------------------------------------------------- > > Key: DERBY-1719 > URL: http://issues.apache.org/jira/browse/DERBY-1719 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Affects Versions: 10.1.4.0 > Reporter: Mike Matrigali > > Here's the diff: > *** Start: autoincrement jdk1.4.2_07 derbylang:derbylang 2006-08-17 13:50:01 *** > 285 del > < ij> -- should see 20. > 285a285 > > ij> -- should see 0. > Test Failed. > *** End: autoincrement jdk1.4.2_07 derbylang:derbylang 2006-08-17 13:50:29 *** > From the public test results here are a few examples of the problem: > http://www.multinet.no/~solberg/public/Apache/Derby-10.1/testlog/CYGWIN_NT-5.2_i686-unknown/430740-derbyall_diff.txt > http://www.multinet.no/~solberg/public/Apache/Derby-10.1/testlog/Linux-2.6.9-34.ELsmp_x86_64-x86_64/430740-derbyall_diff.txt > It looks like it came in with one the following 3 changes: > http://www.multinet.no/~solberg/public/Apache/Derby-10.1/UpdateInfo/430740.txt > Changes from 426767/430334 to 430740: > ------------------------------------------------------------------------ > r430381 | kmarsden | 2006-08-10 15:43:20 +0200 (Thu, 10 Aug 2006) | 11 lines > DERBY-353 It is desirable to have IDENTITY_VAL_LOCAL() function return last recent user specified value or system generated value for BY DEFAULT identity columns. > Merged from trunk 267331, contributed by V.Narayanan > DERBY-1554 IDENTITY_VAL_LOCAL() returned value is modified incorrectly by a multi-row INSERT statement. > Merged from trunk 429425, contributed by Yip Ng > ------------------------------------------------------------------------ > r430534 | kmarsden | 2006-08-10 23:20:52 +0200 (Thu, 10 Aug 2006) | 6 lines > DERBY-1456 Network Server agentError calls log only to console and are hard to diagnose > merge from trunk (svn 428012) > Contributed by Sunitha Kambhampati > ------------------------------------------------------------------------ > r430539 | kmarsden | 2006-08-10 23:29:00 +0200 (Thu, 10 Aug 2006) | 7 lines > DERBY-1466 Network Server should flush the PrintWriter after console output > merge from trunk (svn 422826) > Contributed by Sunitha Kambhampati > ------------------------------------------------------------------------ > > U java/engine/org/apache/derby/impl/sql/execute/InsertResultSet.java > U java/engine/org/apache/derby/iapi/jdbc/DRDAServerStarter.java > U java/drda/org/apache/derby/impl/drda/NetworkServerControlImpl.java > U java/drda/org/apache/derby/impl/drda/DRDAProtocolException.java > U java/testing/org/apache/derbyTesting/functionTests/tests/lang/autoincrement.sql > U java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/DerbyNetNewServer.java > Updated to revision 430740. > 430740 URL: https://svn.apache.org/repos/asf/db/derby/code/branches/10.1 > To me it looks like the current result is right and the master is wrong, but would appreciate it if someone > associated with the change could verify. -- 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