This is the line that it stops at:
Forking command line: /bin/sh -c cd
/home/rcm/tmp/isis-0.1.2-incubating/runtimes/dflt/objectstores/sql/tests-served
&& /usr/java/jdk1.6.0_26/jre/bin/java -jar
/home/rcm/tmp/isis-0.1.2-incubating/runtimes/dflt/objectstores/sql/tests-served/target/surefire/surefirebooter2544362058491521935.jar
/home/rcm/tmp/isis-0.1.2-incubating/runtimes/dflt/objectstores/sql/tests-served/target/surefire/surefire3369931567537246989tmp
/home/rcm/tmp/isis-0.1.2-incubating/runtimes/dflt/objectstores/sql/tests-served/target/surefire/surefire1520401733116391419tmp
This just suggests that one of tests is hanging. I am seeing port 3306
being blocked by my firewall while trying to get to an unknown server.
Now I don't believe anything else on my machine is trying to access
MySql anywhere. Could this be your test settings?
Rob
On 06/07/11 13:40, Kevin Meyer - KMZ wrote:
Hi Rob,
This is really weird - the default SQL tests just use HSQLDB, so there
shouldn't be any issue.
You would need to enable full integration testing to switch on "served"
tests, which then look for database servers (you'll noticed timeouts
searching for "abacus" - my server).
Is your system running:
Default Runtime SQL ObjectStore Integration Tests - Common
or
Default Runtime SQL ObjectStore Integration Tests - Served
If the latter, you *will* need to update the mysql.properties and
postgresql.properties in the sql-tests-served project.
The latter is turned on by profile "integration-tests", BTW.
Regards,
Kevin
On 6 Jul 2011 at 12:55, Robert Matthews wrote:
On trying the site build I get infinite pause in 'Default Runtime SQL
ObjectStore Integration Tests'. I've Ctrl-C'd it so it continues with
the next project and the rest complete fine.
Rob