You are correct... The failed tests dataSourcePermissions_net and OnlineCompressTest are not because of your change. Someone else is investigating those. You don't have to worry about them. :-)

Satheesh

TomohitoNakayama wrote:
Hello.
 
Thank you for finishing DERBY-318 and 308 !
 
 
I had continued testing DERBY-318.
 
Before, I found errors in next three test with modification of DERBY-318.
 derbyall/derbynetclientmats/DerbyNetClient/derbynetmats/derbynetmats/dataSourcePermissions_net
 derbyall/derbynetclientmats/DerbyNetClient/derbynetmats/derbynetmats/updatableResultSet
 derbyall/storeall/storemore/OnlineCompressTest
 
I ran derbyall without modification of DERBY-318 and error was found only in "updatableResultSet.diff".
 
Hence ,
errors in
 dataSourcePermissions_net and
 OnlineCompressTest.java ,
might be caused by modification of DERBY-318.
 
To know much about errors,
I ran tests with modification of DERBY-318 individually.
However, none of these test failed in individual testing.
 
 
I conclude errors found in derbyall after modification of DERBY-318  happen indeterminately and,
they does not imply regression by DERBY-318.
 
 
Best regards.
 
 
/*
 
         Tomohito Nakayama
         [EMAIL PROTECTED]
         [EMAIL PROTECTED]
 
         Naka
         http://www5.ocn.ne.jp/~tomohito/TopPage.html
 
*/
----- Original Message -----
Sent: Friday, June 03, 2005 12:05 PM
Subject: Re: DERBY-318(Re: DERBY-308 just be done and .... (Re: [jira] Updated: (DERBY-308) Modify dblook to support "GENERATED BY DEFAULT AS IDENTITY"))

Hi Tomohito,

Once I applied both your patches, I found some problems. The problems were:
  1. We needed to update dblook_test_net.out in both DerbyNet and DerbyNetClient directories.
  2. Found a small problem in dblook itself. It was generating default info for identity columns also, since toString() now returns GENERATED_BY_DEFAULT string. dblook needed to be modified.
I applied the changes already. I think everything should be fine now. Please look at my changes below. If they are incorrect, feel free to send another patch. You can see the actual changes by: svn diff -r179707:179708

Satheesh

Sending        java\testing\org\apache\derbyTesting\functionTests\master\DerbyNet\dblook_test_net.out
Sending        java\testing\org\apache\derbyTesting\functionTests\master\DerbyNetClient\dblook_test_net.out
Sending        java\testing\org\apache\derbyTesting\functionTests\master\dblook_test.out
Sending        java\tools\org\apache\derby\impl\tools\dblook\DB_Table.java
Transmitting file data ....
Committed revision 179708.

TomohitoNakayama wrote:
Hello.

Thank you.

I have uploaded patch.
There found three error in result of derbyall.

I don't think they are caused by my modification...
I will execute derbyall again and confirm it.

Best regards.

/*

        Tomohito Nakayama
        [EMAIL PROTECTED]
        [EMAIL PROTECTED]

        Naka
        http://www5.ocn.ne.jp/~tomohito/TopPage.html

*/
----- Original Message ----- From: "Army" <[EMAIL PROTECTED]>
To: "Derby Development" <[email protected]>
Sent: Thursday, June 02, 2005 1:04 AM
Subject: Re: DERBY-318(Re: DERBY-308 just be done and .... (Re: [jira] Updated: (DERBY-308) Modify dblook to support "GENERATED BY DEFAULT AS IDENTITY"))


TomohitoNakayama wrote:

I concluded as next.
Thinking "GENERATED BY DEFAULT AS IDENTITY" is a kind of default,
returning not null value for that column does not cause problem.
On the contrast , returning null value for column of "GENERATED BY DEFAULT AS IDENTITY"
may cause some inconsistency, because the column is a column with special default value.


Well, a GENERATED ALWAYS AS IDENTITY column is also "a column with special default value", and yet Derby currently returns null for the default of that kind of column.  So to make GENERATED BY DEFAULT columns match this behavior (by returning null) is, I think, the most consistent thing.

On the other hand, I agree that a non-null string such as "GENERATED_BY_DEFAULT" has its benefits, as well.  Since no one else has commented one way or the other, and since I think we should get this issue resolved sooner rather than later, I think you can go ahead and do things the way you think is best.

So please feel free to make the change as you prefer, and to post the patch to the list so we can proceed.

Thanks!
Army




-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 267.4.0 - Release Date: 2005/06/01






No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.1 - Release Date: 2005/06/03

No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.6.1 - Release Date: 2005/06/03



Reply via email to