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