View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20061203003450

TESTS FAILED
Ant Error Message: /home/test_cc/work/scripts/build-hibernate-db-matrix.xml:92: The following error occurred while executing this line: /home/test_cc/work/scripts/build-hibernate-db-matrix.xml:83: The following error occurred while executing this line: /home/test_cc/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.
Date of build: 12/03/2006 00:34:50
Time to build: 8 minutes 58 seconds

 Unit Tests: (945)
error testReturnPropertyComponentRenameSQLLoaderTest
error testManyToManyPropertyRefPropertyRefTest
error testUnionSubclassUnionSubclassTest
failure testFetchInSubqueryFailureExpectedASTParserLoadingTest
failure testJoinFetchPropertyRefPropertyRefTest
 
 Unit Test Error Details: (5)
Test: testReturnPropertyComponentRename
Class: SQLLoaderTest
Type: org.hibernate.exception.SQLGrammarException
Message: could not execute query
org.hibernate.exception.SQLGrammarException: could not execute query
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.loader.Loader.doList(Loader.java:2211)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2092)
at org.hibernate.loader.Loader.list(Loader.java:2087)
at org.hibernate.loader.custom.CustomLoader.list(CustomLoader.java:289)
at org.hibernate.impl.SessionImpl.listCustomQuery(SessionImpl.java:1695)
at org.hibernate.impl.AbstractSessionImpl.list(AbstractSessionImpl.java:142)
at org.hibernate.impl.SQLQueryImpl.list(SQLQueryImpl.java:152)
at org.hibernate.test.legacy.SQLLoaderTest.testReturnPropertyComponentRename(SQLLoaderTest.java:430)
at org.hibernate.test.TestCase.runTest(TestCase.java:249)
at org.hibernate.test.TestCase.runBare(TestCase.java:311)
Caused by: java.sql.SQLException: Column not found: id2593_0_
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcResultSet.findColumn(Unknown Source)
at org.hsqldb.jdbc.jdbcResultSet.getInt(Unknown Source)
at org.hibernate.type.IntegerType.get(IntegerType.java:28)
at org.hibernate.type.NullableType.nullSafeGet(NullableType.java:113)
at org.hibernate.type.NullableType.nullSafeGet(NullableType.java:102)
at org.hibernate.loader.Loader.getKeyFromResultSet(Loader.java:1088)
at org.hibernate.loader.Loader.getRowFromResultSet(Loader.java:553)
at org.hibernate.loader.Loader.doQuery(Loader.java:689)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
at org.hibernate.loader.Loader.doList(Loader.java:2208)
... 24 more
Test: testManyToManyPropertyRef
Class: PropertyRefTest
Type: java.lang.ClassCastException
Message: java.lang.Long
java.lang.ClassCastException: java.lang.Long
at org.hibernate.type.StringType.toString(StringType.java:44)
at org.hibernate.type.NullableType.nullSafeSet(NullableType.java:87)
at org.hibernate.type.NullableType.nullSafeSet(NullableType.java:65)
at org.hibernate.persister.collection.AbstractCollectionPersister.writeKey(AbstractCollectionPersister.java:746)
at org.hibernate.persister.collection.AbstractCollectionPersister.remove(AbstractCollectionPersister.java:1046)
at org.hibernate.action.CollectionRemoveAction.execute(CollectionRemoveAction.java:28)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298)
at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at org.hibernate.test.propertyref.PropertyRefTest.testManyToManyPropertyRef(PropertyRefTest.java:87)
at org.hibernate.test.TestCase.runTest(TestCase.java:249)
at org.hibernate.test.TestCase.runBare(TestCase.java:311)
Test: testUnionSubclass
Class: UnionSubclassTest
Type: org.hibernate.exception.SQLGrammarException
Message: could not execute query
org.hibernate.exception.SQLGrammarException: could not execute query
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.loader.Loader.doList(Loader.java:2211)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2092)
at org.hibernate.loader.Loader.list(Loader.java:2087)
at org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:95)
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1569)
at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:283)
at org.hibernate.test.unionsubclass2.UnionSubclassTest.testUnionSubclass(UnionSubclassTest.java:93)
at org.hibernate.test.TestCase.runTest(TestCase.java:249)
at org.hibernate.test.TestCase.runBare(TestCase.java:311)
Caused by: java.sql.SQLException: Unexpected token: , in statement [select this_.person_id as person1_2990_0_, this_.name as name2990_0_, this_.sex as sex2990_0_, this_.address as address2990_0_, this_.zip as zip2990_0_, this_.country as country2990_0_, this_.title as title2991_0_, this_.salary as salary2991_0_, this_.manager as manager2991_0_, this_.comments as comments2992_0_, this_.salesperson as salesper2_2992_0_, this_.clazz_ as clazz_0_ from ( select null as comments, sex, country, null as title, person_id, address, null as manager, zip, name, null as salesperson, null as salary, 0 as clazz_ from UPerson union select null as comments, sex, country, title, person_id, address, manager, zip, name, null as salesperson, salary, 1 as clazz_ from UEmployee union select comments, sex, country, null as title, person_id, address, null as manager, zip, name, salesperson, null as salary, 2 as clazz_ from UCustomer ) this_ where (this_.address, this_.zip, this_.country) in ((?, ?, ?), (?, ?, ?))]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.<init>(Unknown Source)
at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source)
at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:497)
at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:415)
at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139)
at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1540)
at org.hibernate.loader.Loader.doQuery(Loader.java:661)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
at org.hibernate.loader.Loader.doList(Loader.java:2208)
... 23 more
Test: testFetchInSubqueryFailureExpected
Class: ASTParserLoadingTest
Type: junit.framework.AssertionFailedError
Message: Test where marked as FailureExpected, but did not fail!
junit.framework.AssertionFailedError: Test where marked as FailureExpected, but did not fail!
at org.hibernate.test.TestCase.runBare(TestCase.java:304)
Test: testJoinFetchPropertyRef
Class: PropertyRefTest
Type: junit.framework.AssertionFailedError
Message: expected:<2> but was:<1>
junit.framework.AssertionFailedError: expected:<2> but was:<1>
at org.hibernate.test.propertyref.PropertyRefTest.testJoinFetchPropertyRef(PropertyRefTest.java:207)
at org.hibernate.test.TestCase.runTest(TestCase.java:249)
at org.hibernate.test.TestCase.runBare(TestCase.java:311)
 

 Modifications since last build:  (0)

_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to