[ http://issues.apache.org/jira/browse/DERBY-907?page=comments#action_12365954 ]
Kathey Marsden commented on DERBY-907: -------------------------------------- Thanks Deepa. I submitted this patch. This is a lot better and clearer for test writers and readers. Date: Fri Feb 10 11:22:37 2006 New Revision: 376804 URL: http://svn.apache.org/viewcvs?rev=376804&view=rev Log: DERBY-907 regression test failure in RecoveryAfterBackup on wssd5.6 ibm jvm (j2me) I changed the comment in TestUtil.getConnection to just say "tests use this..." instead of "store tests use this.. " Please file an issue for the other test cleanup and to doc the proper way to shutdown or get connections with special attributes in the testing README. I am still a bit concerned that folks will be looking for an alternate startJBMS() method l when they do this and won't think to look in TestUtil for the getConnection() method even with the doc. Maybe a bread crumb trail comment in startJBMS would be helpful too to make it clearer. > regression test failure in RecoveryAfterBackup on wssd5.6 ibm jvm (j2me) > ------------------------------------------------------------------------ > > Key: DERBY-907 > URL: http://issues.apache.org/jira/browse/DERBY-907 > Project: Derby > Type: Bug > Components: Regression Test Failure > Versions: 10.2.0.0 > Reporter: Mike Matrigali > Assignee: Deepa Remesh > Priority: Critical > Attachments: derby-907-v2.diff, derby-907-v2.status > > It looks like this test may be using a class that does not exist in j2me, can > someone with j2me > knowledge take a look? If so test either should not run there, or test may > need to change. This > failed from 1/27 codeline, last passed 1/13 that I know of. > *** Start: RecoveryAfterBackup jdk1.3.1 subset - 2.1 storeall:storerecovery > 2006-01-29 20:40:13 *** > 1 del > < Count: 2 Sum: 1 > 2 del > < Inserting records ... > 3 del > < Shutting down database ... > 4 del > < Database shutdown completed > 5 del > < Starting restore with roll-forward recovery.. > 6 del > < Verifying database ... > 7 del > < Count: 256 Sum: 32640 > 7 add > > Exception in thread "main" java.lang.NoClassDefFoundError: > > javax.sql.DataSource > Test Failed. > *** End: RecoveryAfterBackup jdk1.3.1 subset - 2.1 storeall:storerecovery > 2006-01-29 20:40:14 *** -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
