From: essaid.kharrazen at noos.fr (EsSaid Kharrazen) Date: Sun, 25 Jun 2006 16:49:57 +0200 Subject: [Pljava-dev] Tests fails Message-ID: <449EA295.3020600@noos.fr> Hello, I get an exception in the jdbc driver when trying to run the tests org.postgresql.pljava.test.Tester: org.postgresql.util.PSQLException: ERROR: java.sql.SQLException: sp.checkState: Expected 1, got 0 at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1527) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1311) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:190) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:239) at org.postgresql.pljava.test.Tester.testSavepointSanity(Tester.java:610) at org.postgresql.pljava.test.Tester.main(Tester.java:249) I am runing the tests on a MacOSX 10.3.9, Java 1.4.2, PostgreSQL 8.1.4, jdbc3 8.1-407 driver and pljava 1.3.0. There are two tests which produce de same exception "testSavepointSanity" and "testTransactionRecovery". If I remove theese two tests from Tester.java then all tests are performed. Is this something that some one has already encounter ? Thanks for your help.