You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2010/10/13 05:55:49 UTC

[Db-derby Wiki] Update of "DerbyJUnitTesting" by MyrnavanLunteren

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The "DerbyJUnitTesting" page has been changed by MyrnavanLunteren.
http://wiki.apache.org/db-derby/DerbyJUnitTesting?action=diff&rev1=54&rev2=55

--------------------------------------------------

  Sometimes when running JUnit tests with jvm options that are known to slow things down significantly network server start timeouts can occur, for instance in derbynet.SecureServerTest. This is governed by the default wait time set in org.apache.derbyTesting.junit.NetworkServerTestSetup. 
  To allow for one-off adjusting of the settings, without modifying the wait time in the test framework source, one can use the following property (10.5 and up) to overwrite the default: 
   * derby.tests.networkServerStartTimeout=[int indicating wait time in seconds]
-  This property will overwrite the default specified in 
+  This property will overwrite the default specified in class `org.apache.derbyTesting.junit.NetworkServerTestSetup`.
  
  == Switching the Derby harness over to JUnit ==