summaryrefslogtreecommitdiff
path: root/test/suite/test_txn01.py
Commit message (Expand)AuthorAgeFilesLines
* WT-2778 Enhance output formatting when running Python test suite (#2888)Don Anderson2016-07-221-2/+2
* Merge pull request #2348 from wiredtiger/wt-2142-test-cleanupAlex Gorrod2016-01-041-7/+0
|\
| * WT-2142. At the end of a test run, all open connections should be closedDon Anderson2015-11-301-7/+0
* | Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
|/
* Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-311-6/+2
* Check that every scenario has a unique name within its test.Michael Cahill2015-03-251-2/+3
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Add '--parallel N' option to run.py. Using '--parallel' requiresDon Anderson2013-12-191-6/+6
* spelling typoKeith Bostic2013-08-011-1/+1
* Now the 'transactional' keyword is gone, remove uses it in the test suite.Keith Bostic2013-07-081-2/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Test setting the isolation level on the conn.open_session callKeith Bostic2012-08-171-5/+18
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* Make cursors long-lived objects: instead of txn_commit and txn_rollbackKeith Bostic2012-08-131-8/+5
* Don't use cursor after it's been closed in test_txn01.Alex Gorrod2012-08-111-1/+1
* Add a test that default transactions run in read-committed mode.Keith Bostic2012-08-101-0/+38
* remove [tab]sKeith Bostic2012-08-101-7/+7
* Update a comment, no change.Keith Bostic2012-08-101-0/+2
* Test the transactional cursor sees all of the records.Keith Bostic2012-08-101-6/+14
* Bug fixes mixing read-committed with checkpoints.Michael Cahill2012-08-101-1/+1
* Test a bunch more file formats in the basic transaction test.Keith Bostic2012-08-081-39/+61
* Remove the rest of the <tab> characters in the static test suite,Keith Bostic2012-07-261-4/+2
* Fix txn01 to use the new "checkpoint" key to open_cursor.Michael Cahill2012-06-191-1/+1
* Rename the "snapshot" config key in session.checkpoint to "name".Keith Bostic2012-06-161-1/+1
* Improve unit tests for transactions.Michael Cahill2012-05-231-15/+34
* Add more documentation for transactions.Michael Cahill2012-05-231-0/+8
* Add tests to make sure checkpoints are transactionally consistent.Michael Cahill2012-05-171-0/+72