[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-6700) mysql test failures

Gail Badner (JIRA) noreply at atlassian.com
Wed Nov 9 05:29:19 EST 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44278#comment-44278 ] 

Gail Badner commented on HHH-6700:
----------------------------------

UUIDBinaryTest#testUsage is failing on H2 because a the ID that is generated has 36 characters. The column was defined to have 16 characters. I've changed the length to 36 and pushed to master.

> mysql test failures
> -------------------
>
>                 Key: HHH-6700
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6700
>             Project: Hibernate Core
>          Issue Type: Sub-task
>         Environment: MySql 51
>            Reporter: Strong Liu
>
> org.hibernate.test.hql.ASTParserLoadingTest.testJPAQLQualifiedIdentificationVariablesControl 	
> org.hibernate.test.hql.ASTParserLoadingTest.testPaginationWithPolymorphicQuery 	
> org.hibernate.test.hql.ASTParserLoadingTest.testImplicitPolymorphism 	
> org.hibernate.test.hql.ASTParserLoadingTest.testCachedJoinedAndJoinFetchedManyToOne 	
> org.hibernate.test.hql.ASTParserLoadingTest.testCachedJoinedAndJoinFetchedOneToMany 	
> org.hibernate.test.id.uuid.sqlrep.sqlbinary.UUIDBinaryTest.testUsage 	
> org.hibernate.test.id.uuid.strategy.CustomStrategyTest.testUsage 	
> org.hibernate.test.instrument.runtime.JavassistInstrumentationTest.testLazy 	
> org.hibernate.test.instrument.runtime.JavassistInstrumentationTest.testCustomColumnReadAndWrite 	
> org.hibernate.test.instrument.runtime.JavassistInstrumentationTest.testFetchAll 	
> org.hibernate.test.instrument.runtime.JavassistInstrumentationTest.testLazyManyToOne 	
> org.hibernate.test.instrument.runtime.JavassistInstrumentationTest.testPropertyInitialized 	
> org.hibernate.test.querycache.QueryCacheTest.testCaseInsensitiveComparison 	
> org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testTextTypeInSQLQuery 	
> org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testImageTypeInSQLQuery 	
> org.hibernate.test.tm.CMTTest.testConcurrentCachedDirtyQueries 	
> org.hibernate.test.sql.hand.custom.mysql.MySQLCustomSQLTest.testScalarStoredProcedure 	
> org.hibernate.test.sql.hand.custom.mysql.MySQLCustomSQLTest.testParameterHandling 	
> org.hibernate.test.sql.hand.custom.mysql.MySQLCustomSQLTest.testEntityStoredProcedure 	
> org.hibernate.test.sql.hand.custom.mysql.MySQLCustomSQLTest.testHandSQL 	

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list