03-25-06 02:46 PM
[ [url]http://issues.apache.org/jira/browse/JDO-347?page=comments#action_12371779[/
url] ]
Andy Jefferson commented on JDO-347:
------------------------------------
I would like to know what the StateTransitionsReturnedObjects tests are perf
orming. They state errors like
[java] Assertions A5.9-1 through A5.5.8 (serialization, detachment, atta
chment) failed:
[java] StateTransitionsReturnedObjects: datastore transaction; current s
tate transient-clean
[java] serialize with active tx returned instance in invalid state detac
hed-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 atta
ched 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 su
ch things, particularly in terms of locating the relevant part in the JPOX l
og.
> 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_instances.txt
>
> The integration of fixes for JDO-273 and JDO-258 has added (and fixed) a n
umber 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
[ Post a follow-up to this message ]
|