[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6677) skip @BeforeClassOnce / @AfterClassOnce if test is ignored

Strong Liu (JIRA) noreply at atlassian.com
Mon Sep 26 09:18:36 EDT 2011


skip @BeforeClassOnce / @AfterClassOnce if test is ignored 
-----------------------------------------------------------

                 Key: HHH-6677
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6677
             Project: Hibernate Core
          Issue Type: Bug
          Components: testsuite
    Affects Versions: 4.0.0.CR3
            Reporter: Strong Liu
             Fix For: 4.0.0.next


https://hudson.qa.jboss.com/hudson/job/hibernate-core-master-matrix/database=postgresql84,jdk=java16_default,label=hibernate/lastCompletedBuild/testReport/org.hibernate.test.rowid/RowIdTest/classMethod/

this test fails on PostgreSQL but it should be ignored by @RequiresDialect( value = Oracle9iDialect.class ) on PostgreSQL.
the failure happens at buildSessionFactory method (with @BeforeClassOnce) in the base test class.

--
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