I'm running the tests in the manner prescribed here: http://cayenne.apache.org/running-unit-tests.html
I just set up the database servers locally. It's possible I got the connection.properties file wrong (I have so in the past), but it looks like the bulk of the tests are running. I think I'm going to update that template file to include examples for all the database servers we support, rather than just mysql. In the past I had always run by placing the JDBC driver JARs on the classpath somehow. So, this is the first time I've let maven handle that aspect. The connections are being made however, and I doubt the failures are driver related. Re: the CI server, I'm not sure what you can do for DB connections if the Cayenne zone is still down. My guess is the Hudson folks aren't going to want us running MySQL, PostgreSQL, etc. on their machines. I do think we really need to tie all this into the CI server though. I don't think any of us really tests in anything except HSQLDB until it's release time. -- Kevin On 1/25/08 4:39 PM, "Aristedes Maniatis" <[EMAIL PROTECTED]> wrote: > > On 26/01/2008, at 8:34 AM, Kevin Menard wrote: > >> Mac OS X (Java 1.5) >> =================== >> >> HSQLDB: PASS >> PostgreSQL 8.2: FAIL (74 failed tests) >> Derby: FAIL (9 failed tests) > > How are you doing these tests? Is there a simple way we can integrate > some of these into the CI build, perhaps by switching a flag for maven > before the tests start? > > Ari > > > > --------------------------> > ish > http://www.ish.com.au > Level 1, 30 Wilson Street Newtown 2042 Australia > phone +61 2 9550 5001 fax +61 2 9550 4001 > GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A > >
