"Bryan Pendleton (JIRA)" <[email protected]> writes: > Bryan Pendleton commented on DERBY-557: > --------------------------------------- > > This change looks good to me. The patch applies cleanly to the > current trunk. I read through the test code and thought it was > fine. With your patch applied, I ran > > java -Dframework=DerbyNetClient -Dverbose=true > org.apache.derbyTesting.functionTests.harness.RunTest > jdbcapi/derbyStress.java > > and got the expected results (test passed, with the new print > statement appearing in the output as expected).
Thanks for testing the patch, Bryan. I just realized I forgot to put conn.close() into the test method. Probably not important since it's just a regression test, but I'll upload a new patch anyway. -- Knut Anders
