"Øystein Grøvlen (JIRA)" <[EMAIL PROTECTED]> writes: > [ > https://issues.apache.org/jira/browse/DERBY-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511808 > ] > > Øystein Grøvlen commented on DERBY-2923: > ---------------------------------------- > > I have not been able to figure out how to run client/server tests in > the upgrade test. I tried using the clientServerDecorator, but then > it was reported that another Derby instance had already booted the > database. I also tried using the defaultServerDecorator and use the > derby.drda.startNetworkServer property to start a server, but then I > was not able to get a connection even if the server seemed to have > started.
For ad hoc testing, you could perhaps try to create a system/wombat database manually with 10.2, and then run the JUnit tests against that database with the allowPreReleaseUpgrade flag. Not sure if it works, but it's worth a try. -- Knut Anders
