Hi, I've been trying to reproduce a test failure I saw while running suites.All against the 10.9.1 release candidate - see DERBY-5800.
However, running junit.textui.TestRunner org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest does not do the same thing as what is started from the jdbcapi._Suite. The failures in DERBY-5800 include the class: org.apache.derbyTesting.functionTests.tests.jdbcapi.JDBCDriversEmbeddedTest I can run this class, of course. (so far not able to duplicate the problem). And of course I can run the full jdbcapi._Suite (or modify it so it only has the AutoloadTest)... I tried running junit.textui.TestRunner -m org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest.fullAutoloadSuite - but that results in a 'method not found' (the method isn't public). Looks like there is no way to run the full Autoload test without modifying the code - or did I miss something? Thx, Myrna
