------------------------------------------------------------------------ r925377 | kmarsden | 2010-03-19 19:54:04 +0100 (Fri, 19 Mar 2010) | 10 lines Changed paths: M /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/DerbyNetAutoStart.java DERBY-4322 intermittent failure in runtimeinfo. Contributed by Myrna van Lunteren. The theory is that this failure is caused by a problem in the previous test DerbyNetAutostart which launches a process to start the server and can be left pinging if the check for the server in the launching process, does not allow enough time for the server to come up. The pings increment the session number as seen by runtimeinfo. So the changes are to DerbyNetAutoStart and are to 1) Make sure the server launching process retries enough times for the launched process comes up. 2) Make sure if something does go wrong, the launched process is destroyed ------------------------------------------------------------------------