Hi. As you see I used jtds driver for this one. It doesn't support
setting the transaction isolation level to snapshot, but I tuned the
database this way:
ALTER DATABASE cruisecontrol SET ALLOW_SNAPSHOT_ISOLATION ON;
ALTER DATABASE cruisecontrol SET READ_COMMITTED_SNAPSHOT ON;

This should set the default isolation level to snapshot.

When I runned the tests with the MS jdbc driver I got one more error
than with the jdts driver. It is
org.hibernate.test.legacy.MasterDetailTest.testCachedCollectionRefresh.
But I'm not sure in the results as the cruesecintrol builds give half
the errors of these I've got from the mentioned tests.

So to conclude see if you see the results consistent with your local
tests. I'll modify the build if you do not like the jtds driver or
something else.

--- Begin Message --- View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20061207113515

TESTS FAILED
Ant Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:120: 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: 12/07/2006 11:35:15
Time to build: 10 minutes 39 seconds
Last changed: 12/31/2005 20:44:14
Last log entry: less noisy

 Unit Tests: (953)  Total Errors and Failures: (8)
testOnCascadeDeleteorg.hibernate.test.legacy.FooBarTest
testReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTest
testManyToManyPropertyReforg.hibernate.test.propertyref.basic.PropertyRefTest
testUnionSubclassorg.hibernate.test.unionsubclass2.UnionSubclassTest
testImplicitJoinsInDifferentClausesorg.hibernate.test.hql.ASTParserLoadingTest
testExpressionWithParamInFunctionorg.hibernate.test.hql.HQLTest
testConcatenationorg.hibernate.test.hql.HQLTest
testJoinFetchPropertyReforg.hibernate.test.propertyref.basic.PropertyRefTest
 

 Modifications since last build:  (first 50 of 2384)
10945modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/WithClauseTest.javaspecialized InvalidWithClauseException
10945modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/HqlSqlWalker.javaspecialized InvalidWithClauseException
10945added[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/InvalidWithClauseException.javaspecialized InvalidWithClauseException
10943modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javaremoved FailureExpected
10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xmltest failures - shallow + implicit joins
10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javatest failures - shallow + implicit joins
10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/HQLTest.javatest failures - shallow + implicit joins
10941modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.javatest failures - shallow + implicit joins
10939modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/jdbc/ConnectionManager.javabug in borrowed connection releasing
10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/Dialect.javaHHH-2221 : MySQL and temporary table creation
10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/MySQLDialect.javaHHH-2221 : MySQL and temporary table creation
10936modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/TestCase.javaHHH-2221 : MySQL and temporary table creation
10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/Cache71Dialect.javaHHH-2221 : MySQL and temporary table creation
10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/exec/AbstractStatementExecutor.javaHHH-2221 : MySQL and temporary table creation
10936modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/BulkManipulationTest.javaHHH-2221 : MySQL and temporary table creation
10933modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.java(follow-on) HHH-2257 : implicit joins and shallow queries
10932modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/HQLTest.javaHHH-2284 : HQL + sub-component references
10932added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ComponentContainer.javaHHH-2284 : HQL + sub-component references
10932added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ComponentContainer.hbm.xmlHHH-2284 : HQL + sub-component references
10932modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.javaHHH-2284 : HQL + sub-component references
10932modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/QueryTranslatorTestCase.javaHHH-2284 : HQL + sub-component references
10930modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javaHHH-2257 : implicit joins and shallow queries
10930modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.javaHHH-2257 : implicit joins and shallow queries
10930modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/QueryTranslatorTestCase.javaHHH-2257 : implicit joins and shallow queries
10928modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/PropertyRefSuite.javaoops!
10927modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/mapping/PersistentClass.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10924modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/jpa/ql/JPAQLComplianceTest.javaadditional test query
10923deleted[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/Person.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10923deleted[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/Person.hbm.xmlHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10923deleted[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/Group.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10923deleted[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/PropertyRefTest.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10922modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/AllTests.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920deleted[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/Account.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/inheritence/joined/BankAccount.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/inheritence/joined/Account.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/PropertyRefTest.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/component/complete/Identity.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/inheritence/unionHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/component/complete/Account.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/inheritence/discrimHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920deleted[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/joineduidHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/AllTests.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/Person.hbm.xmlHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/inheritence/joined/Person.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/component/partial/Mapping.hbm.xmlHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/Group.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/component/partialHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/component/partial/PartialComponentPropertyRefTest.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/inheritence/union/UnionSubclassPropertyRefTest.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests
10920added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/inheritence/union/Account.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests


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

Reply via email to