You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Mike Matrigali (JIRA)" <de...@db.apache.org> on 2006/08/18 00:11:16 UTC

[jira] Created: (DERBY-1719) autoincrement regression test fails with single diff - looks like just a master issue

 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

        

[jira] Assigned: (DERBY-1719) autoincrement regression test fails with single diff - looks like just a master issue

Posted by "Mike Matrigali (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1719?page=all ]

Mike Matrigali reassigned DERBY-1719:
-------------------------------------

    Assignee: Mike Matrigali

>  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
>         Assigned To: Mike Matrigali
>         Attachments: derby1719-10.1-diff.txt
>
>
> 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

        

[jira] Resolved: (DERBY-1719) autoincrement regression test fails with single diff - looks like just a master issue

Posted by "Mike Matrigali (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1719?page=all ]

Mike Matrigali resolved DERBY-1719.
-----------------------------------

    Fix Version/s: 10.1.3.2
       Resolution: Fixed

Committed fix to 10.1 branch:

m101_142:61>svn commit

Sending        java\testing\org\apache\derbyTesting\functionTests\master\autoincrement.out
Transmitting file data .
Committed revision 432416.

>  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
>         Assigned To: Mike Matrigali
>             Fix For: 10.1.3.2
>
>         Attachments: derby1719-10.1-diff.txt
>
>
> 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

        

[jira] Updated: (DERBY-1719) autoincrement regression test fails with single diff - looks like just a master issue

Posted by "Yip Ng (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1719?page=all ]

Yip Ng updated DERBY-1719:
--------------------------

    Attachment: derby1719-10.1-diff.txt

Master file patch for autoincrement.out

>  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
>         Assigned To: Mike Matrigali
>         Attachments: derby1719-10.1-diff.txt
>
>
> 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

        

[jira] Closed: (DERBY-1719) autoincrement regression test fails with single diff - looks like just a master issue

Posted by "Mike Matrigali (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Matrigali closed DERBY-1719.
---------------------------------


>  autoincrement regression test fails with single diff - looks like just a master issue
> --------------------------------------------------------------------------------------
>
>                 Key: DERBY-1719
>                 URL: https://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
>         Assigned To: Mike Matrigali
>             Fix For: 10.1.3.2
>
>         Attachments: derby1719-10.1-diff.txt
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-1719) autoincrement regression test fails with single diff - looks like just a master issue

Posted by "Yip Ng (JIRA)" <de...@db.apache.org>.
    [ 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