The patch on this ticket for rails: Add AR test-connections for JDBC via
JRuby
http://rails.lighthouseapp.com/projects/8994/tickets/1685-adding-ar-test-connections-for-jdbc-via-jruby
Was just applied to rails edge:
This means with edge rails you can now run the full active-record
suite of tests against the following databases connections (without
patching rails):
jdbcmysql jdbcpostgresql jdbcsqlite3 jdbcderby jdbch2 jdbchsqldb
There’s still a bunch of work to do to get most of these databases
and the connectors passing the activerecord test suite.
The jdbcmysql adapter/database is the only one close.
Here are my results from a couple of weeks ago:
test status with trunk JRuby (r8541) and activerecord-jdbc v0.9
jdbcmysql: 1807 tests, 6004 assertions, 20 failures, 1 errors
jdbcpostgresql: 1812 tests, 1310 assertions, 4 failures, 1675 errors
jdbcsqlite3: 1807 tests, 889 assertions, 15 failures, 1673 errors
jdbch2: 1807 tests, 1809 assertions, 41 failures, 1361 errors
jdbchsqldb: 1807 tests, 4181 assertions, 33 failures, 553 errors
jdbcderby: 1812 tests, 759 assertions, 20 failures, 1765 errors
There’s some additional info about how to run the tests in the
Lighthouse ticket link.
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email