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

TESTS FAILED
Ant Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:127: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:83: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.
Date of build: 11/02/2006 22:28:44
Time to build: 48 minutes 8 seconds
Last changed: 12/31/2005 20:44:14
Last log entry: less noisy

 Unit Tests: (913)  Total Errors and Failures: (56)
testDetachedCriteriaorg.hibernate.test.criteria.CriteriaQueryTest
testComponentQueriesorg.hibernate.test.hql.ASTParserLoadingTest
testCollectionFetchWithDistinctionAndLimitorg.hibernate.test.hql.ASTParserLoadingTest
testTempTableGenerationIsolationorg.hibernate.test.hql.BulkManipulationTest
testBooleanHandlingorg.hibernate.test.hql.BulkManipulationTest
testSimpleInsertorg.hibernate.test.hql.BulkManipulationTest
testSimpleNativeSQLInsertorg.hibernate.test.hql.BulkManipulationTest
testInsertWithManyToOneorg.hibernate.test.hql.BulkManipulationTest
testInsertWithMismatchedTypesorg.hibernate.test.hql.BulkManipulationTest
testInsertIntoSuperclassPropertiesFailsorg.hibernate.test.hql.BulkManipulationTest
testInsertAcrossMappedJoinFailsorg.hibernate.test.hql.BulkManipulationTest
testUpdateWithWhereExistsSubqueryorg.hibernate.test.hql.BulkManipulationTest
testUpdateOnComponentorg.hibernate.test.hql.BulkManipulationTest
testUpdateOnManyToOneorg.hibernate.test.hql.BulkManipulationTest
testUpdateOnImplicitJoinFailsorg.hibernate.test.hql.BulkManipulationTest
testUpdateOnDiscriminatorSubclassorg.hibernate.test.hql.BulkManipulationTest
testUpdateOnAnimalorg.hibernate.test.hql.BulkManipulationTest
testUpdateOnMammalorg.hibernate.test.hql.BulkManipulationTest
testUpdateSetNullUnionSubclassorg.hibernate.test.hql.BulkManipulationTest
testUpdateSetNullOnDiscriminatorSubclassorg.hibernate.test.hql.BulkManipulationTest
testUpdateSetNullOnJoinedSubclassorg.hibernate.test.hql.BulkManipulationTest
testDeleteOnDiscriminatorSubclassorg.hibernate.test.hql.BulkManipulationTest
testDeleteOnJoinedSubclassorg.hibernate.test.hql.BulkManipulationTest
testDeleteOnMappedJoinorg.hibernate.test.hql.BulkManipulationTest
testDeleteUnionSubclassAbstractRootorg.hibernate.test.hql.BulkManipulationTest
testDeleteUnionSubclassConcreteSubclassorg.hibernate.test.hql.BulkManipulationTest
testDeleteUnionSubclassLeafSubclassorg.hibernate.test.hql.BulkManipulationTest
testDeleteWithMetadataWhereFragmentsorg.hibernate.test.hql.BulkManipulationTest
testDeleteRestrictedOnManyToOneorg.hibernate.test.hql.BulkManipulationTest
testScrollingJoinFetchesForwardorg.hibernate.test.hql.ScrollableCollectionFetchingTest
testScrollingJoinFetchesReverseorg.hibernate.test.hql.ScrollableCollectionFetchingTest
testScrollingJoinFetchesPositioningorg.hibernate.test.hql.ScrollableCollectionFetchingTest
testWithClauseFailsWithFetchorg.hibernate.test.hql.WithClauseTest
testWithClauseorg.hibernate.test.hql.WithClauseTest
testInterfaceProxiesorg.hibernate.test.interfaceproxy.InterfaceProxyTest
testQueryorg.hibernate.test.legacy.FooBarTest
testOneToOneGeneratororg.hibernate.test.legacy.FooBarTest
testLimitorg.hibernate.test.legacy.FooBarTest
testFindByCriteriaorg.hibernate.test.legacy.FooBarTest
testReachabilityorg.hibernate.test.legacy.FooBarTest
testVersionedCollectionsorg.hibernate.test.legacy.FooBarTest
testPSCacheorg.hibernate.test.legacy.FooBarTest
testCompositeIDsorg.hibernate.test.legacy.FumTest
testSQLFunctionsorg.hibernate.test.legacy.SQLFunctionsTest
testReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTest
testOneToManyLinkTableorg.hibernate.test.onetomany.OneToManyTest
testPaginationorg.hibernate.test.pagination.PaginationTest
testManyToManyPropertyReforg.hibernate.test.propertyref.PropertyRefTest
testAutoDetectAliasingorg.hibernate.test.sql.GeneralTest
testScalarStoredProcedureorg.hibernate.test.sql.MySQLTest
testParameterHandlingorg.hibernate.test.sql.MySQLTest
testEntityStoredProcedureorg.hibernate.test.sql.MySQLTest
testFiltersWithJoinedSubclassorg.hibernate.test.subclassfilter.JoinedSubclassFilterTest
testSubselectFetchWithLimitorg.hibernate.test.subselectfetch.SubselectFetchTest
testUnionSubclassorg.hibernate.test.unionsubclass2.UnionSubclassTest
testJoinFetchPropertyReforg.hibernate.test.propertyref.PropertyRefTest
 

 Modifications since last build:  (first 50 of 2071)
10698modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/impl/SessionFactoryImpl.javaHHH-1767 : incorrect warnings when building collection caches
10696modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/engine/StatefulPersistenceContext.javaHHH-1756 : BatchFetchQueue and evicted proxies
10694added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/instrument/domain/Problematic.hbm.xmladded tests specific for lazy properties using user-type mappings
10694added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/instrument/cases/TestLazyPropertyCustomTypeExecutable.javaadded tests specific for lazy properties using user-type mappings
10694added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/instrument/domain/CustomBlobType.javaadded tests specific for lazy properties using user-type mappings
10694modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/instrument/runtime/AbstractTransformingClassLoaderInstrumentTestCase.javaadded tests specific for lazy properties using user-type mappings
10694modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/instrument/cases/AbstractExecutable.javaadded tests specific for lazy properties using user-type mappings
10694added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/instrument/domain/Problematic.javaadded tests specific for lazy properties using user-type mappings
10690modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/type/SerializableType.javaHHH-2135 : SerializableType change for Terradata support
10688modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/impl/SessionImpl.javaHHH-2206 - SessionImpl serialization
10680modifiedepbernard//trunk/Hibernate3/src/org/hibernate/action/EntityDeleteAction.javaHHH-2203 make Post*Event extends AbstractEvent
10680modifiedepbernard//trunk/Hibernate3/src/org/hibernate/event/PostDeleteEvent.javaHHH-2203 make Post*Event extends AbstractEvent
10680modifiedepbernard//trunk/Hibernate3/src/org/hibernate/action/EntityInsertAction.javaHHH-2203 make Post*Event extends AbstractEvent
10680modifiedepbernard//trunk/Hibernate3/src/org/hibernate/event/PostInsertEvent.javaHHH-2203 make Post*Event extends AbstractEvent
10680modifiedepbernard//trunk/Hibernate3/src/org/hibernate/action/EntityIdentityInsertAction.javaHHH-2203 make Post*Event extends AbstractEvent
10670modifiedepbernard//trunk/Hibernate3/src/org/hibernate/util/JDBCExceptionReporter.javaHHH-2202 Workaround Sybase weirdness
10661modifiedepbernard//trunk/Hibernate3/src/org/hibernate/mapping/UniqueKey.javaHHH-2199 apply supportsNoNullUnique to UniqueKey
10661modifiedepbernard//trunk/Hibernate3/src/org/hibernate/mapping/Constraint.javaHHH-2199 apply supportsNoNullUnique to UniqueKey
10661modifiedepbernard//trunk/Hibernate3/src/org/hibernate/mapping/Index.javaHHH-2199 apply supportsNoNullUnique to UniqueKey
10661modifiedepbernard//trunk/Hibernate3/src/org/hibernate/mapping/Table.javaHHH-2199 apply supportsNoNullUnique to UniqueKey
10661modifiedepbernard//trunk/Hibernate3/src/org/hibernate/cfg/Configuration.javaHHH-2199 apply supportsNoNullUnique to UniqueKey
10659modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/legacy/NonReflectiveBinderTest.javaHBX-621 & HBX-793 meta attribute were doing a concat instead of an override.(merge from branch_3_2)
10659modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/mapping/MetaAttribute.javaHBX-621 & HBX-793 meta attribute were doing a concat instead of an override.(merge from branch_3_2)
10659modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/legacy/Wicked.hbm.xmlHBX-621 & HBX-793 meta attribute were doing a concat instead of an override.(merge from branch_3_2)
10659modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/cfg/HbmBinder.javaHBX-621 & HBX-793 meta attribute were doing a concat instead of an override.(merge from branch_3_2)
10653modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/Zoo.javause ordinal value for db value
10653modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/Classification.javause ordinal value for db value
10653modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ClassificationType.javause ordinal value for db value
10652modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ClassificationType.javafixed bug in objectToSQLString()
10649modifiedepbernard//trunk/Hibernate3/src/org/hibernate/impl/SessionImpl.javaHHH-2174
10647modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/legacy/Baz.hbm.xmlMake Ingres 2006 happy by not having $ in the start of a table nor column name.(merged from 3.2 branch)
10647modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/FooBarCopy.hbm.xmlMake Ingres 2006 happy by not having $ in the start of a table nor column name.(merged from 3.2 branch)
10647modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/legacy/FooBar.hbm.xmlMake Ingres 2006 happy by not having $ in the start of a table nor column name.(merged from 3.2 branch)
10616modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/FromElementType.javadecrease log level
10615modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/action/EntityUpdateAction.javaHHH-1774 : proper binding of multi-column parameter types to queries
10615modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/loader/Loader.javaHHH-1774 : proper binding of multi-column parameter types to queries
10615added[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/param/CollectionFilterKeyParameterSpecification.javaHHH-1774 : proper binding of multi-column parameter types to queries
10615added[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/param/DynamicFilterParameterSpecification.javaHHH-1774 : proper binding of multi-column parameter types to queries
10615modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javaHHH-1774 : proper binding of multi-column parameter types to queries
10615modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/ParameterTranslationsImpl.javaHHH-1774 : proper binding of multi-column parameter types to queries
10615modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/HqlSqlWalker.javaHHH-1774 : proper binding of multi-column parameter types to queries
10615modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/loader/hql/QueryLoader.javaHHH-1774 : proper binding of multi-column parameter types to queries
10613modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/subclassfilter/JoinedSubclassFilterTest.javafixed test issue on HSQLDB
10613modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.javafixed test issue on HSQLDB
10609modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ClassificationType.javafixed test bug
10606modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javafixed erroneous assertions for Sybase/SQLServer
10604modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/TestCase.javadisable test data cleanup validation by default
10603modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/jpa/ql/JPAQLComplianceTest.javaremoved (now) erroneous test
10599modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/optlock/OptimisticLockTest.javatest in case of versioning + batching
10596modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/legacy/MasterDetailTest.javafixed minor issue in use of save

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

Reply via email to