[ http://issues.apache.org/jira/browse/DERBY-2054?page=comments#action_12448977 ] Kristian Waagan commented on DERBY-2054: ----------------------------------------
You are correct, currently the NetworkServer and the client code run in the same process (see NetworkServerTestSetup). When/if we extend the test system to allow for running the NetworkServer in a separate process (possibly on a remote host), the test must be rewritten/modified. I wrote a comment regarding this in the class JavaDoc. > Rewrite 'derbynet/SuicideOfStreaming' to a JUnit test > ----------------------------------------------------- > > Key: DERBY-2054 > URL: http://issues.apache.org/jira/browse/DERBY-2054 > Project: Derby > Issue Type: Test > Components: Test > Affects Versions: 10.3.0.0 > Reporter: Kristian Waagan > Assigned To: Kristian Waagan > Priority: Minor > Attachments: derby-2054-1a.diff, derby-2054-1a.stat, > derby-2054-preview.diff > > > The test 'derbynet/SuicideOfStreaming' should be rewritten to a JUnit test > more in line with our newly created test system. > It is one of the last tests still being run from the deprecated > 'tests/junitTests/' directory, through a wrapper class. -- 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
