You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by gm...@apache.org on 2008/01/09 16:56:54 UTC

svn commit: r610425 - /db/torque/test/trunk/profile/derby/notes.txt

Author: gmonroe
Date: Wed Jan  9 07:56:26 2008
New Revision: 610425

URL: http://svn.apache.org/viewvc?rev=610425&view=rev
Log:
Updated to new version of derby, added notes on how to test, added in test case settings

Added:
    db/torque/test/trunk/profile/derby/notes.txt

Added: db/torque/test/trunk/profile/derby/notes.txt
URL: http://svn.apache.org/viewvc/db/torque/test/trunk/profile/derby/notes.txt?rev=610425&view=auto
==============================================================================
--- db/torque/test/trunk/profile/derby/notes.txt (added)
+++ db/torque/test/trunk/profile/derby/notes.txt Wed Jan  9 07:56:26 2008
@@ -0,0 +1,15 @@
+Notes on running the tests with Derby's Embedded Server
+
+1) The default goal (torque-test:run) will fail with the embedded driver because
+     it is hard to shutdown the embedded server between operations.
+     
+     In order to test the embedded driver, the four sub-goals need to be run
+     separately.  E.g:
+     
+     maven -Dtorque.test.profile=derby torque-test:pre-test
+     maven -Dtorque.test.profile=derby torque-test:test
+     maven -Dtorque.test.profile=derby torque-test:post-test1
+     maven -Dtorque.test.profile=derby torque-test:post-test2
+
+ 2) The Bookstore database directory should be manually deleted between
+     test case runs because some tables can not be dropped.
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org