summaryrefslogtreecommitdiff
path: root/test/suite/test_txn02.py
Commit message (Expand)AuthorAgeFilesLines
* WT-3263 Allow recovery log file archiving on clean shutdown. (#3384)sueloverso2017-04-191-1/+0
* 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/+3
* WT-2778 Enhance output formatting when running Python test suite (#2888)Don Anderson2016-07-221-8/+4
* 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
|/
* WT-2151 Add zero-fill configuration to recovery test.Susan LoVerso2015-09-301-0/+9
* 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-16/+3
* Add test/check that printlog does not advance logs. #1651Susan LoVerso2015-02-101-0/+4
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Used prune_scenario limit the number of scenarios for default test runs.Don Anderson2014-12-121-6/+3
* Changed python test suite to allow for shorter runs by default,Don Anderson2014-12-111-7/+19
* The style scripts complain about trailing semi-colons in Python code,Keith Bostic2014-12-091-4/+3
* Change timing to allow archive thread to complete on tests thatDon Anderson2014-12-091-6/+8
* Give time.sleep a small timeout. #1359Susan LoVerso2014-12-091-2/+3
* To yield a thread, use time.sleep(0), not Python's keyword 'yield'.Don Anderson2014-12-021-2/+2
* 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-8/+5
* Add per-txn sync configuration support. #1074Susan LoVerso2014-06-181-1/+7
* 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
* Add code to close/reopen connection part of the time. #710Susan LoVerso2013-12-051-1/+9
* Replace test_txn02 with superset of operations that was test_txn04. #710Susan LoVerso2013-12-031-16/+91
* Explicitly enabled logging in tests that need it.Michael Cahill2013-10-091-3/+5
* Speed up tests by allowing smaller log files (100K) and using them.Michael Cahill2013-07-261-1/+1
* Add support for recovery of remove operations and column stores.Michael Cahill2013-07-261-7/+11
* Implement basic transactional recovery.Michael Cahill2013-07-261-13/+10
* Test fine-grained durability in test_txn02.Michael Cahill2013-07-261-4/+16
* 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
* Remove trailing semi-colons & complain if they re-appear.Keith Bostic2012-11-291-2/+2
* 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-4/+2
* Add read-committed checks, change to check state after every operation.Keith Bostic2012-08-101-24/+26
* whitespaceMichael Cahill2012-06-291-2/+3
* Fix visibility of values returned after a search.Michael Cahill2012-06-291-0/+5
* Fix two bugs with snapshot isolation:Michael Cahill2012-06-201-5/+24
* More extensive transaction testing, plus some related bug fixes.Michael Cahill2012-05-311-21/+73
* Improve unit tests for transactions.Michael Cahill2012-05-231-0/+82