summaryrefslogtreecommitdiff
path: root/test/suite/test_txn05.py
Commit message (Expand)AuthorAgeFilesLines
* WT-2142. At the end of a test run, all open connections should be closedDon Anderson2015-11-301-4/+4
* Python, whitespace cleanup.Keith Bostic2015-08-201-1/+1
* Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-311-3/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Change timing to allow archive thread to complete on tests thatDon Anderson2014-12-091-5/+5
* Fix timeouts for other txn tests. #1359Susan LoVerso2014-12-091-1/+3
* To yield a thread, use time.sleep(0), not Python's keyword 'yield'.Don Anderson2014-12-021-3/+3
* Minor cleanup. Add enabled/none test case back in. #1074Susan LoVerso2014-06-191-1/+4
* Split the global transaction_sync configuration into two parts: a sync method...Michael Cahill2014-06-191-1/+3
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Turn off archiving on primary connection. #710Susan LoVerso2013-12-091-2/+3
* Do a hot backup to test recovery, otherwise the copy can race with log archiv...Michael Cahill2013-12-091-4/+2
* Fix archive asserts and minor clean up. #710Susan LoVerso2013-12-031-20/+13
* Add txn recovery test for truncate. #710Susan LoVerso2013-12-021-0/+241