I've committed Deepa's recent patch which enables the upgrade tests to run with unpackaged classes and the old jars. This patch also adds the upgrade tests to derbyall. Developers running tests in their subversion view should not encounter any problems.
BUT, those running distributed jar tests on machines apart from where the tests are being built now need to set the derbyTesting.jar.path property to the location where the Derby 10.1 jars reside for the upgrade tests to complete successfully. e.g. if you get the jars from svn like so: svn co http://svn.apache.org/repos/asf/db/derby/jars/10.1.2.1/ /opt/derby/10.1 then you need to pass in: -DderbyTesting.jar.path=/opt/derby to org.apache.derbyTesting.functionTests.harness.RunSuite when running derbyall. For more information about setting the derbyTesting.jar.path property, please see the testing readme in java/testing/README.htm or at http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/README.htm?view=co Thanks, andrew
