summaryrefslogtreecommitdiff
path: root/test/suite/test_txn05.py
Commit message (Expand)AuthorAgeFilesLines
* WT-3263 Allow recovery log file archiving on clean shutdown. (#3384)sueloverso2017-04-191-3/+8
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3253 Update Python transaction tests to have correct flush configuration (...sueloverso2017-04-051-1/+4
* WT-3121 In the test suite, create a standard way to load extensions (#3241)Don Anderson2017-01-161-14/+8
* WT-3114 Avoid archiving log files immediately after recovery. (#3238)sueloverso2017-01-161-1/+5
* WT-2778 Enhance output formatting when running Python test suite (#2888)Don Anderson2016-07-221-3/+2
* Merge pull request #2348 from wiredtiger/wt-2142-test-cleanupAlex Gorrod2016-01-041-4/+4
|\
| * WT-2142. At the end of a test run, all open connections should be closedDon Anderson2015-11-301-4/+4
* | Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
|/
* 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