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 "Knut Anders Hatlen (JIRA)" <de...@db.apache.org> on 2006/03/19 17:07:25 UTC

[jira] Closed: (DERBY-1128) jdbc4/TestDbMetaData.java fails because of changes in SQLException text

     [ http://issues.apache.org/jira/browse/DERBY-1128?page=all ]
     
Knut Anders Hatlen closed DERBY-1128:
-------------------------------------

    Resolution: Fixed

Committed revision 386984.

> jdbc4/TestDbMetaData.java fails because of changes in SQLException text
> -----------------------------------------------------------------------
>
>          Key: DERBY-1128
>          URL: http://issues.apache.org/jira/browse/DERBY-1128
>      Project: Derby
>         Type: Test
>   Components: Regression Test Failure
>     Versions: 10.2.0.0
>     Reporter: Knut Anders Hatlen
>     Assignee: Knut Anders Hatlen
>     Priority: Minor
>      Fix For: 10.2.0.0
>  Attachments: derby-1128.diff, derby-1128.stat
>
> jdbc4/TestDbMetaData.java fails with the following diff:
> ********* Diff file jdbc4/DerbyNetClient/jdbc4/TestDbMetaData.diff
> *** Start: TestDbMetaData jdk1.6.0-beta2 DerbyNetClient jdbc4:jdbc4 2006-03-16 20:13:06 ***
> 49 del
> < SQLSTATE(0A000):java.sql.SQLException: 0A000.S : [0] getClientInfoProperties ()
> 50 del
> < Caused by: org.apache.derby.client.am.SqlException: 0A000.S : [0] getClientInfoProperties ()
> 50a49,50
> > SQLSTATE(0A000):java.sql.SQLException: Feature not implemented: getClientInfoProperties ().
> > Caused by: org.apache.derby.client.am.SqlException: Feature not implemented: getClientInfoProperties ().
> 58 del
> < SQLSTATE(0A000):java.sql.SQLException: 0A000.S : [0] getSchemas (String, String)
> 59 del
> < Caused by: org.apache.derby.client.am.SqlException: 0A000.S : [0] getSchemas (String, String)
> 59a58,59
> > SQLSTATE(0A000):java.sql.SQLException: Feature not implemented: getSchemas (String, String).
> > Caused by: org.apache.derby.client.am.SqlException: Feature not implemented: getSchemas (String, String).
> Test Failed.
> *** End:   TestDbMetaData jdk1.6.0-beta2 DerbyNetClient jdbc4:jdbc4 2006-03-16 20:13:16 ***
> (http://www.multinet.no/~solberg/public/Apache/DerbyJDK16/testlog/JDK16Jvm1.6SunOS-5.10_i86pc-i386/386413-jdbc4_diff.txt)
> The failure is caused by changes in MessageUtil which have modified the exception message.

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


Re: [jira] Closed: (DERBY-1128) jdbc4/TestDbMetaData.java fails because of changes in SQLException text

Posted by Rick Hillegas <Ri...@sun.com>.
Hi Knut Anders,

Thanks for cleaning up this regression.

Cheers,
-Rick

Knut Anders Hatlen (JIRA) wrote:

>     [ http://issues.apache.org/jira/browse/DERBY-1128?page=all ]
>     
>Knut Anders Hatlen closed DERBY-1128:
>-------------------------------------
>
>    Resolution: Fixed
>
>Committed revision 386984.
>
>  
>
>>jdbc4/TestDbMetaData.java fails because of changes in SQLException text
>>-----------------------------------------------------------------------
>>
>>         Key: DERBY-1128
>>         URL: http://issues.apache.org/jira/browse/DERBY-1128
>>     Project: Derby
>>        Type: Test
>>  Components: Regression Test Failure
>>    Versions: 10.2.0.0
>>    Reporter: Knut Anders Hatlen
>>    Assignee: Knut Anders Hatlen
>>    Priority: Minor
>>     Fix For: 10.2.0.0
>> Attachments: derby-1128.diff, derby-1128.stat
>>
>>jdbc4/TestDbMetaData.java fails with the following diff:
>>********* Diff file jdbc4/DerbyNetClient/jdbc4/TestDbMetaData.diff
>>*** Start: TestDbMetaData jdk1.6.0-beta2 DerbyNetClient jdbc4:jdbc4 2006-03-16 20:13:06 ***
>>49 del
>>< SQLSTATE(0A000):java.sql.SQLException: 0A000.S : [0] getClientInfoProperties ()
>>50 del
>>< Caused by: org.apache.derby.client.am.SqlException: 0A000.S : [0] getClientInfoProperties ()
>>50a49,50
>>    
>>
>>>SQLSTATE(0A000):java.sql.SQLException: Feature not implemented: getClientInfoProperties ().
>>>Caused by: org.apache.derby.client.am.SqlException: Feature not implemented: getClientInfoProperties ().
>>>      
>>>
>>58 del
>>< SQLSTATE(0A000):java.sql.SQLException: 0A000.S : [0] getSchemas (String, String)
>>59 del
>>< Caused by: org.apache.derby.client.am.SqlException: 0A000.S : [0] getSchemas (String, String)
>>59a58,59
>>    
>>
>>>SQLSTATE(0A000):java.sql.SQLException: Feature not implemented: getSchemas (String, String).
>>>Caused by: org.apache.derby.client.am.SqlException: Feature not implemented: getSchemas (String, String).
>>>      
>>>
>>Test Failed.
>>*** End:   TestDbMetaData jdk1.6.0-beta2 DerbyNetClient jdbc4:jdbc4 2006-03-16 20:13:16 ***
>>(http://www.multinet.no/~solberg/public/Apache/DerbyJDK16/testlog/JDK16Jvm1.6SunOS-5.10_i86pc-i386/386413-jdbc4_diff.txt)
>>The failure is caused by changes in MessageUtil which have modified the exception message.
>>    
>>
>
>  
>