summaryrefslogtreecommitdiff
path: root/test/suite/test_perf001.py
Commit message (Collapse)AuthorAgeFilesLines
* WT-2142. At the end of a test run, all open connections should be closedDon Anderson2015-11-301-6/+1
| | | | | | | | | | | | | | | | | | | | | to prevent cascading errors. Clean up and (mostly) standardize how connection configuration is added to and modified. Details: - class TestSuiteConnection wraps an opened Connection, calls to close() remove it from the list of active connections. - WiredTigerTestCase.wiredtiger_open uses a TestSuiteConnection, and this version of wiredtiger_open is now used everywhere. - in tearDown(), active connections are explicitly closed. - In WiredTigerTestCase derived classes, we now use use self.conn_config if possible in tests in preference to overloading setUpConnectionOpen(). - Explicitly call close on extra connections created dynamically. - Remove some unused code.
* whitespace cleanup.Keith Bostic2015-09-271-1/+0
|
* Add a __setitem__ to cursors in the Python API, remove lots of boilerplate ↵Michael Cahill2015-03-311-7/+2
| | | | c.set_key ... c.set_value ... c.insert code.
* Check that every scenario has a unique name within its test.Michael Cahill2015-03-251-2/+3
| | | | refs #1813
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
|
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
| | | | Move lang/java and lang/python into the public domain.
* Simplify scans through the global table of transaction IDs.Michael Cahill2013-05-271-2/+2
| | | | | | | Stop caching multiple copies of the oldest transaction ID required to stay in memory. In the process, fix a race that could invalidate the calculation of the oldest ID. refs #552
* Update index performance test to test combinations of file and LSM.Alex Gorrod2013-05-241-29/+36
|
* Update new test case to run in a reasonable time.Alex Gorrod2013-05-241-37/+13
|
* Add a test case for a performance regression.Alex Gorrod2013-05-241-0/+95