Hello.

I think we may ignore error message in this case.

Perhaps then the easiest solution for this test is to specify a PrintWriter for console output in this line of the test instead of null.
That way the error output  could go to a file.
This would be the affected line of code.

   networkServer.start(null);

I see ....
It may be needed to check the file of error output whether any other Exception 
was found in that file ....


However, I feel worry about missing chance to see the problem that
closure of connection falls on shutting down database .....

Are there any other test for the situation that closure of connection
falls on shutting down database ?

No I don't think there are.  I don't think this is a good test of that
since it is so intermittent.
I know there are folks that are looking at security, so I don't  know
ultimately if  a client shutting down the database will be allowed or
how it will be controlled.

It is true that this is not a good test for the situation.
I think new test should be made for that .


Best regards.


/*

        Tomohito Nakayama
        [EMAIL PROTECTED]
        [EMAIL PROTECTED]
        [EMAIL PROTECTED]

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

*/
----- Original Message ----- From: "Kathey Marsden" <[EMAIL PROTECTED]>
To: "Derby Development" <[email protected]>
Sent: Friday, August 12, 2005 5:09 AM
Subject: Re: [jira] Commented: (DERBY-273) The 
derbynet/dataSourcePermissions_net.java test fails intermittently


TomohitoNakayama wrote:

I think we may ignore error message in this case.

Perhaps then the easiest solution for this test is to specify a PrintWriter for console output in this line of the test instead of null.
That way the error output  could go to a file.
This would be the affected line of code.

   networkServer.start(null);


However, I feel worry about missing chance to see the problem that
closure of connection falls on shutting down database .....

Are there any other test for the situation that closure of connection
falls on shutting down database ?

No I don't think there are.  I don't think this is a good test of that
since it is so intermittent.
I know there are folks that are looking at security, so I don't  know
ultimately if  a client shutting down the database will be allowed or
how it will be controlled.

Kathey






--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.5/68 - Release Date: 2005/08/10




--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.7/70 - Release Date: 2005/08/11

Reply via email to