[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4092?page=c...
]
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira