[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-5324) Tests fail on mysql

Gail Badner (JIRA) noreply at atlassian.com
Mon Jul 12 11:17:17 EDT 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gail Badner updated HHH-5324:
-----------------------------

    Summary: Tests fail on mysql  (was: Testes fail on mysql)

> Tests fail on mysql
> -------------------
>
>                 Key: HHH-5324
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5324
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: testsuite
>    Affects Versions: 3.5.x, 3.6
>            Reporter: Strong Liu
>            Assignee: Strong Liu
>             Fix For: 3.5.x, 3.6
>
>
> 1. org.hibernate.test.criteria.CriteriaQueryTest.testProjectedCompositeId() 
> line 1283, the Criteria.list return type is List, in the following assert, it converted to Long, then CCE.
> this has not been found till now is because of the default test db (hsqldb) does not support Tuple Distinct Counts
> 2. org.hibernate.test.sql.hand.quotedidentifiers.NativeSqlAndQuotedIdentifiersTest
> in this test class, it overrides the prepareTest method, and calls sfi() to get a sessionfactory, but this test also has an applyTo method to determine if the dialect.openQuote() is quote ("), when the open quote is not quote ("), the sfi() return null
> 3. org.hibernate.test.schemaupdate.MigrationTest does not clean the DB when it finished
> 4. org.hibernate.test.component.basic.ComponentTest.testComponentFormulaQuery() parameters does not match
> 5. org.hibernate.test.annotations.quote.resultsetmappings.ExplicitSqlResultSetMappingTest uses quote(") as the Quote character in the query string, this fails on Mysql

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list