Suggestion for integration tests with database
Hi, I'd suggest to have a build property that specified which database to use and to default it to Hypersonic SQL. Hypersonic SQL is nice because: 1/ It's small: a single JAR 2/ It doesn't need to be started 3/ It's fast (in-memory mode) So it's perfect for testing. We still need the ability to switch to MySQL using a build property though but at least anyone building the XWiki project will succeed... WDYT? -Vincent
On 5/23/05, Vincent Massol <[email protected]> wrote:
Hi,
I'd suggest to have a build property that specified which database to use and to default it to Hypersonic SQL.
Hypersonic SQL is nice because:
1/ It's small: a single JAR 2/ It doesn't need to be started 3/ It's fast (in-memory mode)
So it's perfect for testing.
We still need the ability to switch to MySQL using a build property though but at least anyone building the XWiki project will succeed...
WDYT?
I have not tested the integration of hsql with xwiki yet but it's on my todolist. Jérémi -- http://www.sport42.net - http://fr.runnerslifestyle.com Développeur http://www.xwiki.org Tel : 06.84.50.33.49 skype: jeremi23
I agree.. see my other post on tests Ludovic Vincent Massol a écrit :
Hi,
I'd suggest to have a build property that specified which database to use and to default it to Hypersonic SQL.
Hypersonic SQL is nice because:
1/ It's small: a single JAR 2/ It doesn't need to be started 3/ It's fast (in-memory mode)
So it's perfect for testing.
We still need the ability to switch to MySQL using a build property though but at least anyone building the XWiki project will succeed...
WDYT?
-Vincent
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
participants (3)
-
jeremi joslin -
Ludovic Dubost -
Vincent Massol