[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4092) ParentChildTest#testProxyReuse regression

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Aug 17 14:50:15 EDT 2009


ParentChildTest#testProxyReuse regression
-----------------------------------------

                 Key: HHH-4092
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4092
             Project: Hibernate Core
          Issue Type: Bug
          Components: testsuite
            Reporter: Steve Ebersole
            Assignee: Steve Ebersole


Unfortunately with CI down I have no clue when, how, etc but currently 2 tests on ParentChildTest are now failing (see also HHH-3852).  This issue is for the testProxyReuse() test method.  Somehow a Glarch instance is hanging around unexpectedly after all the deletes are performed and causes assertEquals( 2, doDelete( s, "from java.lang.Object" ) ) to fail (the result is 3).

Temporarily marking this (along with HHH-3852) as FailureExpected to move forward with 3.5.0.Beta-1

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