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

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


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

Steve Ebersole commented on HHH-4092:
-------------------------------------

Actually not sure which is the unexpected one.  After the deletes, there are still 2 Fees and a Glarch in the db.  One of those objects was clearly not expected to be there when the test was originally written.

> 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