Run Hibernate tests on your DB

Posted by    |      

Dear DB vendors, contributors, and others,

If you would like to run hibernate tests on other DB besides the default one (H2), please read this doc first.

For example, if you're working on a dialect to support your DB, it would better to run hibernate tests on it and make sure all tests pass(or at least, skip the failed test with a JIRA and explain why it should be skipped).

Hibernate Core CI can be viewed here , you can also download the nightly build from here and view javadoc.

Hibernate Core Matrix Testing job is here , currently, we run hibernate tests on :

  1. DB2 v9.7
  2. Oracle 11gR1
  3. Oracle 11gR1 RAC
  4. Oracle 11gR2
  5. Oracle 11gR2 RAC
  6. MySql 5.1
  7. Sql Server 2008 R1
  8. Sql Server 2008 R2
  9. PostgreSql 8.4
  10. Sybase ASE 15.5

We're choosing these DBs since they are widely used and they are supported by JBoss product , so JBoss QA team maintains them for us, we (hibernate team) do not have resource/time to maintain DB instances for testing.

For other DB(vendors), if you'd like to let us run hibernate tests on your DB, we are happy to add it to our matrix testing job, if you could provide us the DB connection info and maintain the DB instance yourself.

BTW, we're working hard to get all failures fixed before Hibernate Core 4.0 Final release, so, any help would be appreciated :D


Back to top