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 "Ole Solberg (JIRA)" <de...@db.apache.org> on 2006/02/15 11:54:09 UTC

[jira] Created: (DERBY-987) test blobclob4BLOB fails on Win2003

test blobclob4BLOB fails on Win2003
-----------------------------------

         Key: DERBY-987
         URL: http://issues.apache.org/jira/browse/DERBY-987
     Project: Derby
        Type: Bug
    Versions: 10.2.0.0    
 Environment: OS: Microsoft(R) Windows(R) Server 2003, - 5.2.3790 Service Pack 1 Build 3790 - CYGWIN_NT-5.2 1.5.12(0.116/4/2) 2004-11-10 08:34 Cygwin, JVM: Sun Microsystems Inc. 1.5.0_04
    Reporter: Ole Solberg
    Priority: Minor


Problem diffing DOS/Unix text?

"Signature":
jdbcapi diff -------------------------------------------------------------
********* Diff file jdbcapi/jdbcapi/blobclob4BLOB.diff
*** Start: blobclob4BLOB jdk1.5.0_04 jdbcapi:jdbcapi 2006-02-14 22:00:37 ***
48 del
< EXPECTED SQLSTATE(XJ076): The position argument '9,905' exceeds the size of the BLOB/CLOB.
48a48
> EXPECTED SQLSTATE(XJ076): The position argument '9 905' exceeds the size of the BLOB/CLOB.
50 del
< EXPECTED SQLSTATE(XJ076): The position argument '5,910' exceeds the size of the BLOB/CLOB.
50a50
> EXPECTED SQLSTATE(XJ076): The position argument '5 910' exceeds the size of the BLOB/CLOB.
.
.
69 del
< EXPECTED SQLSTATE(XJ070): Negative or zero position argument '-4,000' passed in a Blob or Clob method.
769a769
> EXPECTED SQLSTATE(XJ070): Negative or zero position argument '-4 000' passed in a Blob or Clob method.
Test Failed.
*** End:   blobclob4BLOB jdk1.5.0_04 jdbcapi:jdbcapi 2006-02-14 22:02:01 ***




-- 
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-987) test blobclob4BLOB fails on Win2003

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

    Fix Version: 10.0.2.0
     Resolution: Duplicate

DERBY-957

> test blobclob4BLOB fails on Win2003
> -----------------------------------
>
>          Key: DERBY-987
>          URL: http://issues.apache.org/jira/browse/DERBY-987
>      Project: Derby
>         Type: Test
>   Components: Regression Test Failure
>     Versions: 10.2.0.0
>  Environment: OS: Microsoft(R) Windows(R) Server 2003, - 5.2.3790 Service Pack 1 Build 3790 - CYGWIN_NT-5.2 1.5.12(0.116/4/2) 2004-11-10 08:34 Cygwin, JVM: Sun Microsystems Inc. 1.5.0_04
>     Reporter: Ole Solberg
>     Priority: Minor
>      Fix For: 10.0.2.0

>
> Problem diffing DOS/Unix text?
> "Signature":
> jdbcapi diff -------------------------------------------------------------
> ********* Diff file jdbcapi/jdbcapi/blobclob4BLOB.diff
> *** Start: blobclob4BLOB jdk1.5.0_04 jdbcapi:jdbcapi 2006-02-14 22:00:37 ***
> 48 del
> < EXPECTED SQLSTATE(XJ076): The position argument '9,905' exceeds the size of the BLOB/CLOB.
> 48a48
> > EXPECTED SQLSTATE(XJ076): The position argument '9 905' exceeds the size of the BLOB/CLOB.
> 50 del
> < EXPECTED SQLSTATE(XJ076): The position argument '5,910' exceeds the size of the BLOB/CLOB.
> 50a50
> > EXPECTED SQLSTATE(XJ076): The position argument '5 910' exceeds the size of the BLOB/CLOB.
> .
> .
> 69 del
> < EXPECTED SQLSTATE(XJ070): Negative or zero position argument '-4,000' passed in a Blob or Clob method.
> 769a769
> > EXPECTED SQLSTATE(XJ070): Negative or zero position argument '-4 000' passed in a Blob or Clob method.
> Test Failed.
> *** End:   blobclob4BLOB jdk1.5.0_04 jdbcapi:jdbcapi 2006-02-14 22:02:01 ***

-- 
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] Commented: (DERBY-987) test blobclob4BLOB fails on Win2003

Posted by "Daniel John Debrunner (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-987?page=comments#action_12366486 ] 

Daniel John Debrunner commented on DERBY-987:
---------------------------------------------

The diff is an i18n issue. For some reason, in some cases, a Long passed into an exception gets displayed using locale specific formating. It would most likely be cleaner if it consistently displayed a neutral form, such as 9905.

I've seen these type of localized longs from store errors in the past and assumed they were a two part number
like a row location due to the comma.

> test blobclob4BLOB fails on Win2003
> -----------------------------------
>
>          Key: DERBY-987
>          URL: http://issues.apache.org/jira/browse/DERBY-987
>      Project: Derby
>         Type: Bug
>     Versions: 10.2.0.0
>  Environment: OS: Microsoft(R) Windows(R) Server 2003, - 5.2.3790 Service Pack 1 Build 3790 - CYGWIN_NT-5.2 1.5.12(0.116/4/2) 2004-11-10 08:34 Cygwin, JVM: Sun Microsystems Inc. 1.5.0_04
>     Reporter: Ole Solberg
>     Priority: Minor

>
> Problem diffing DOS/Unix text?
> "Signature":
> jdbcapi diff -------------------------------------------------------------
> ********* Diff file jdbcapi/jdbcapi/blobclob4BLOB.diff
> *** Start: blobclob4BLOB jdk1.5.0_04 jdbcapi:jdbcapi 2006-02-14 22:00:37 ***
> 48 del
> < EXPECTED SQLSTATE(XJ076): The position argument '9,905' exceeds the size of the BLOB/CLOB.
> 48a48
> > EXPECTED SQLSTATE(XJ076): The position argument '9 905' exceeds the size of the BLOB/CLOB.
> 50 del
> < EXPECTED SQLSTATE(XJ076): The position argument '5,910' exceeds the size of the BLOB/CLOB.
> 50a50
> > EXPECTED SQLSTATE(XJ076): The position argument '5 910' exceeds the size of the BLOB/CLOB.
> .
> .
> 69 del
> < EXPECTED SQLSTATE(XJ070): Negative or zero position argument '-4,000' passed in a Blob or Clob method.
> 769a769
> > EXPECTED SQLSTATE(XJ070): Negative or zero position argument '-4 000' passed in a Blob or Clob method.
> Test Failed.
> *** End:   blobclob4BLOB jdk1.5.0_04 jdbcapi:jdbcapi 2006-02-14 22:02:01 ***

-- 
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-987) test blobclob4BLOB fails on Win2003

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

Ole Solberg updated DERBY-987:
------------------------------

    Component: Regression Test Failure
         type: Test  (was: Bug)

> test blobclob4BLOB fails on Win2003
> -----------------------------------
>
>          Key: DERBY-987
>          URL: http://issues.apache.org/jira/browse/DERBY-987
>      Project: Derby
>         Type: Test
>   Components: Regression Test Failure
>     Versions: 10.2.0.0
>  Environment: OS: Microsoft(R) Windows(R) Server 2003, - 5.2.3790 Service Pack 1 Build 3790 - CYGWIN_NT-5.2 1.5.12(0.116/4/2) 2004-11-10 08:34 Cygwin, JVM: Sun Microsystems Inc. 1.5.0_04
>     Reporter: Ole Solberg
>     Priority: Minor

>
> Problem diffing DOS/Unix text?
> "Signature":
> jdbcapi diff -------------------------------------------------------------
> ********* Diff file jdbcapi/jdbcapi/blobclob4BLOB.diff
> *** Start: blobclob4BLOB jdk1.5.0_04 jdbcapi:jdbcapi 2006-02-14 22:00:37 ***
> 48 del
> < EXPECTED SQLSTATE(XJ076): The position argument '9,905' exceeds the size of the BLOB/CLOB.
> 48a48
> > EXPECTED SQLSTATE(XJ076): The position argument '9 905' exceeds the size of the BLOB/CLOB.
> 50 del
> < EXPECTED SQLSTATE(XJ076): The position argument '5,910' exceeds the size of the BLOB/CLOB.
> 50a50
> > EXPECTED SQLSTATE(XJ076): The position argument '5 910' exceeds the size of the BLOB/CLOB.
> .
> .
> 69 del
> < EXPECTED SQLSTATE(XJ070): Negative or zero position argument '-4,000' passed in a Blob or Clob method.
> 769a769
> > EXPECTED SQLSTATE(XJ070): Negative or zero position argument '-4 000' passed in a Blob or Clob method.
> Test Failed.
> *** End:   blobclob4BLOB jdk1.5.0_04 jdbcapi:jdbcapi 2006-02-14 22:02:01 ***

-- 
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