| Andy Jefferson (JIRA) 2006-03-25, 9:46 am |
| [ http://issues.apache.org/jira/brows...action_12371779 ]
Andy Jefferson commented on JDO-347:
------------------------------------
I would like to know what the StateTransitionsReturnedObjects tests are performing. They state errors like
[java] Assertions A5.9-1 through A5.5.8 (serialization, detachment, attachment) failed:
[java] StateTransitionsReturnedObjects: datastore transaction; current state transient-clean
[java] serialize with active tx returned instance in invalid state detached-clean; expected state transient
What is the "serialization, detachment, attachment" part of the message ?
Is it that a "transient-clean" has been serialised, then detached, then attached and it ends up with "detached-clean" instead of expected "transient" ?
Dumping all tests into one JUnit means that it is time consuming to debug such things, particularly in terms of locating the relevant part in the JPOX log.
> JPOX fails some lifecycle tests
> -------------------------------
>
> Key: JDO-347
> URL: http://issues.apache.org/jira/browse/JDO-347
> Project: JDO
> Type: Bug
> Components: tck20
> Reporter: Martin Zaun
> Attachments: errors_state_transition_argument_instanc
es.txt, errors_state_transition_returned_instanc
es.txt
>
> The integration of fixes for JDO-273 and JDO-258 has added (and fixed) a number of lifecycle test cases that are
> failed by JPOX. See attached error messages.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|