Issue Details (XML | Word | Printable)

Key: JDO-259
Type: Test Test
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Craig Russell
Reporter: Michelle Caisse
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

Write tests for new persistent-nontransactional-dirty behavior assertions

Created: 10/Dec/05 09:58 AM   Updated: 17/Mar/06 09:13 AM
Component/s: tck2
Affects Version/s: JDO 2 beta
Fix Version/s: JDO 2 final

Time Tracking:
Not Specified

File Attachments:
  Size
Java Source File Licensed for inclusion in ASF works NontransactionalWriteDatastoreCommit.java 2006-03-14 08:27 AM Craig Russell 3 kB
Java Source File Licensed for inclusion in ASF works NontransactionalWriteDatastoreCommitConflict.java 2006-03-14 08:27 AM Craig Russell 3 kB
Java Source File Licensed for inclusion in ASF works NontransactionalWriteDatastoreRollback.java 2006-03-14 08:27 AM Craig Russell 3 kB
Java Source File Licensed for inclusion in ASF works NontransactionalWriteOptimisticCommit.java 2006-03-14 08:28 AM Craig Russell 3 kB
Java Source File Licensed for inclusion in ASF works NontransactionalWriteOptimisticCommitConflict.java 2006-03-14 08:28 AM Craig Russell 3 kB
Java Source File Licensed for inclusion in ASF works NontransactionalWriteOptimisticRollback.java 2006-03-14 08:28 AM Craig Russell 3 kB
Java Source File Licensed for inclusion in ASF works NontransactionalWriteTest.java 2006-03-14 08:27 AM Craig Russell 7 kB
Java Source File Licensed for inclusion in ASF works NontransactionalWriteThrows.java 2006-03-14 08:27 AM Craig Russell 3 kB

Resolution Date: 17/Mar/06 09:13 AM


 Description  « Hide
A5.6.2-4 [If a datastore transaction is begun, commit will write the changes to the datastore with no checking as to the current state of the instances in the datastore. That is, the changes made outside the transaction together with any changes made inside the transaction will overwrite the current state of the datastore.]

A5.6.2-6 [If a datastore transaction is begun, rollback will not write any changes to the datastore.]

A5.6.2-8 [If an optimistic transaction is begun, commit will write the changes to the datastore after checking as to the current state of the instances in the datastore. The changes made outside the transaction together with any changes made inside the transaction will update the current state of the datastore if the version checking is successful.]

A5.6.2-10 [If an optimistic transaction is begun, rollback will not write any changes to the datastore. The persistent-nontransactional-dirty instances will transition according to the RestoreValues flag. ]



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Matthew T. Adams made changes - 05/Jan/06 03:05 AM
Field Original Value New Value
Assignee Matthew T. Adams [ matthewadams ]
Matthew T. Adams made changes - 05/Jan/06 03:14 AM
Resolution Won't Fix [ 2 ]
Status Open [ 1 ] Resolved [ 5 ]
Michael Bouschen made changes - 07/Jan/06 02:23 AM
Resolution Won't Fix [ 2 ]
Status Resolved [ 5 ] Reopened [ 4 ]
Michael Bouschen made changes - 07/Jan/06 02:24 AM
Summary Write tests for attach/detach behavior assertions Write tests for new persistent-nontransactional-dirty behavior assertions
Craig Russell made changes - 07/Jan/06 08:42 AM
Assignee Matthew T. Adams [ matthewadams ]
Craig Russell made changes - 04/Feb/06 04:27 AM
Fix Version/s JDO 2 rc1 [ 12310771 ]
Affects Version/s JDO 2 beta [ 12310683 ]
Craig Russell made changes - 04/Feb/06 04:44 AM
Type New Feature [ 2 ] Test [ 6 ]
Craig Russell made changes - 25/Feb/06 07:41 AM
Fix Version/s JDO 2 rc1 [ 12310771 ]
Fix Version/s JDO 2 final [ 12310830 ]
Craig Russell made changes - 10/Mar/06 10:09 AM
Assignee Craig Russell [ clr ]
Craig Russell made changes - 10/Mar/06 10:09 AM
Status Reopened [ 4 ] In Progress [ 3 ]
Craig Russell made changes - 14/Mar/06 08:27 AM
Attachment NontransactionalWriteDatastoreCommit.java [ 12324124 ]
Attachment NontransactionalWriteTest.java [ 12324122 ]
Attachment NontransactionalWriteThrows.java [ 12324123 ]
Craig Russell made changes - 14/Mar/06 08:27 AM
Craig Russell made changes - 14/Mar/06 08:28 AM
Craig Russell made changes - 17/Mar/06 09:13 AM
Resolution Fixed [ 1 ]
Status In Progress [ 3 ] Resolved [ 5 ]