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 <Kn...@Sun.COM> on 2005/09/18 21:33:46 UTC

Re: svn commit: r289227 - in /db/derby/code/trunk/java: client/org/apache/derby/jdbc/ testing/org/apache/derbyTesting/functionTests/master/ testing/org/apache/derbyTesting/functionTests/master/DerbyNet/ testing/org/apache/derbyTesting/functionTests/master/...

kmarsden@apache.org writes:

> Author: kmarsden
> Date: Thu Sep 15 05:49:14 2005
> New Revision: 289227
>
> URL: http://svn.apache.org/viewcvs?rev=289227&view=rev
> Log:
> DERBY-530 
> ClientDriver ignores Properties object in connect(String url, Properties connectionProperties) method

This check-in broke derbyall on non-windows platforms because a canon
used backslash as path separator.

********* Diff file derbyall/derbynetclientmats/DerbyNetClient/derbynetmats/jdbcapi/checkDriver.diff
*** Start: checkDriver jdk1.5.0_01 DerbyNetClient derbynetmats:jdbcapi 2005-09-18 19:39:19 ***
35 del
< Connection info for connect(jdbc:derby://localhost:1527/testpropdb;traceFile=[DERBY_SYSTEM_HOME]\trace.out, {})
36 del
< getURL() = jdbc:derby://localhost:1527/testpropdb;traceFile=[DERBY_SYSTEM_HOME]\trace.out
36a35,36
> Connection info for connect(jdbc:derby://localhost:1527/testpropdb;traceFile=[DERBY_SYSTEM_HOME]/trace.out, {})
> getURL() = jdbc:derby://localhost:1527/testpropdb;traceFile=[DERBY_SYSTEM_HOME]/trace.out
40 del
< Connection info for connect(jdbc:derby://localhost:1527/testpropdb, {traceFile=[DERBY_SYSTEM_HOME]\trace2.out})
41 del
< getURL() = jdbc:derby://localhost:1527/testpropdb;traceFile=[DERBY_SYSTEM_HOME]\trace2.out
41a40,41
> Connection info for connect(jdbc:derby://localhost:1527/testpropdb, {traceFile=[DERBY_SYSTEM_HOME]/trace2.out})
> getURL() = jdbc:derby://localhost:1527/testpropdb;traceFile=[DERBY_SYSTEM_HOME]/trace2.out
Test Failed.
*** End:   checkDriver jdk1.5.0_01 DerbyNetClient derbynetmats:jdbcapi 2005-09-18 19:39:25 ***

-- 
Knut Anders

Re: svn commit: r289227 - in /db/derby/code/trunk/java: client/org/apache/derby/jdbc/ testing/org/apache/derbyTesting/functionTests/master/ testing/org/apache/derbyTesting/functionTests/master/DerbyNet/ testing/org/apache/derbyTesting/functionTests/master/...

Posted by Knut Anders Hatlen <Kn...@Sun.COM>.
Kathey Marsden <km...@sbcglobal.net> writes:

> Knut Anders Hatlen wrote:
>
>>kmarsden@apache.org writes:
>>
>>  
>>
>>>Author: kmarsden
>>>Date: Thu Sep 15 05:49:14 2005
>>>New Revision: 289227
>>>
>>>URL: http://svn.apache.org/viewcvs?rev=289227&view=rev
>>>Log:
>>>DERBY-530 
>>>ClientDriver ignores Properties object in connect(String url, Properties connectionProperties) method
>>>    
>>>
>>
>>This check-in broke derbyall on non-windows platforms because a canon
>>used backslash as path separator.
>>
>>********* Diff file derbyall/derbynetclientmats/DerbyNetClient/derbynetmats/jdbcapi/checkDriver.diff
>>  
>>
> Thanks Knut for reporting this.
>
> I checked in  r289989 to address this failure with checkDriver.  Could
> you  verify and then I will merge to 10.1

Thanks, it works fine now.

By the way, results from running derbyall on a number of platforms are
published every day on http://www.multinet.no/~solberg/public/Apache/.

-- 
Knut Anders


Re: svn commit: r289227 - in /db/derby/code/trunk/java: client/org/apache/derby/jdbc/ testing/org/apache/derbyTesting/functionTests/master/ testing/org/apache/derbyTesting/functionTests/master/DerbyNet/ testing/org/apache/derbyTesting/functionTests/master/...

Posted by Kathey Marsden <km...@sbcglobal.net>.
Knut Anders Hatlen wrote:

>kmarsden@apache.org writes:
>
>  
>
>>Author: kmarsden
>>Date: Thu Sep 15 05:49:14 2005
>>New Revision: 289227
>>
>>URL: http://svn.apache.org/viewcvs?rev=289227&view=rev
>>Log:
>>DERBY-530 
>>ClientDriver ignores Properties object in connect(String url, Properties connectionProperties) method
>>    
>>
>
>This check-in broke derbyall on non-windows platforms because a canon
>used backslash as path separator.
>
>********* Diff file derbyall/derbynetclientmats/DerbyNetClient/derbynetmats/jdbcapi/checkDriver.diff
>  
>
Thanks Knut for reporting this.

I checked in  r289989 to address this failure with checkDriver.  Could
you  verify and then I will merge to 10.1

Kathey