Postgres has slipped downhill:
[junit] Tests run: 615, Failures: 7, Errors: 12, Time elapsed: 211.185 sec
[junit] Test org.apache.ojb.broker.AllTests FAILED
[junit] Running org.apache.ojb.odmg.AllTests [junit] Tests run: 129, Failures: 0, Errors: 0, Time elapsed: 26.91 sec
[junit] Running org.apache.ojb.soda.AllTests [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.406 sec
[junit] Running org.apache.ojb.otm.AllTests [junit] Tests run: 79, Failures: 1, Errors: 0, Time elapsed: 18.614 sec [junit] Test org.apache.ojb.otm.AllTests FAILED
Brian; I've changed some stuff after looking at your test output -- could you please re-test?
With the latest stuff from OJB_1_0_BRANCH I get the following with PostgreSQL 8.0.1 and postgresql-8.0.309.jdbc2.jar JDBC-driver:
[junit] Running org.apache.ojb.broker.AllTests [junit] Tests run: 615, Failures: 0, Errors: 0, Time elapsed: 142,125 sec [junit] Running org.apache.ojb.odmg.AllTests [junit] Tests run: 129, Failures: 0, Errors: 0, Time elapsed: 16,235 sec
[junit] Running org.apache.ojb.soda.AllTests [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2,516 sec
[junit] Running org.apache.ojb.otm.AllTests [junit] Tests run: 79, Failures: 1, Errors: 0, Time elapsed: 13,953 sec [junit] Test org.apache.ojb.otm.AllTests FAILED
If your results differ, make sure that no other connection is open to the TEMPLATE1 or OJBTEST database and make a full "ant clean junit", to avoid any stale testdata from old testruns.
Regards, Martin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
