summaryrefslogtreecommitdiff
path: root/test/suite
Commit message (Expand)AuthorAgeFilesLines
* WT-2275 Convert a file URI truncate into a range truncate.Susan LoVerso2016-01-211-3/+0
* Merge pull request #2441 from wiredtiger/WT-1517Michael Cahill2016-01-201-0/+93
|\
| * WT-1517 Set the packing size = 1 by default in the fast path.Michael Cahill2016-01-201-3/+0
| * WT-1517: schema format edge casesKeith Bostic2016-01-191-0/+45
| * WT-1517: schema format edge casesKeith Bostic2016-01-191-0/+51
* | Merge pull request #2442 from wiredtiger/WT-2295-index-exclusiveMichael Cahill2016-01-202-0/+23
|\ \
| * | WT-2995 Review error handling in create.Michael Cahill2016-01-201-0/+8
| * | WT-2295 Added a test for creating an index with exclusive flag.Don Anderson2016-01-191-0/+15
| |/
* | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-193-4/+200
|\ \ | |/
| * WT-2335 Add some tests with too few closing brackets.Michael Cahill2016-01-191-0/+4
| * WT-2335 Add a test case.Michael Cahill2016-01-191-0/+11
| * Merge pull request #2420 from wiredtiger/wt-2308-join-extractorAlex Gorrod2016-01-141-0/+169
| |\
| | * WT-2308. Add test for equality joins with extractors.Don Anderson2016-01-051-0/+169
| * | WT-2331 Require that reference cursors that are joined be positioned.Don Anderson2016-01-141-4/+16
| |/
* | Expand rebalance test.Alex Gorrod2016-01-061-2/+8
* | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-0465-453/+246
|\ \ | |/
| * Merge pull request #2348 from wiredtiger/wt-2142-test-cleanupAlex Gorrod2016-01-0465-453/+246
| |\
| | * Merge branch 'develop' into wt-2142-test-cleanupDon Anderson2016-01-018-75/+496
| | |\
| | * | WT-2142. In test suite, replace lambda expressions by functions.Don Anderson2016-01-0112-31/+44
| | * | WT-2142. At the end of a test run, all open connections should be closedDon Anderson2015-11-3065-450/+230
* | | | replace tab characters with spacesKeith Bostic2016-01-011-2/+2
* | | | Force the populated tree to disk, we don't rebalance in-memory objects.Keith Bostic2016-01-011-0/+3
* | | | Add a smoke-test of the WT_SESSION.rebalance API.Keith Bostic2016-01-011-0/+72
|/ / /
* | | Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-01152-152/+152
| |/ |/|
* | Fix a typo in the test.Keith Bostic2015-12-261-1/+1
* | test_compact02.test_compact02.test_compact02(64KB.1mb.file) occasionallyKeith Bostic2015-12-261-3/+2
* | The test_compact02.test_compact02.test_compact02(128KB.1mb.file) keepsKeith Bostic2015-12-261-2/+4
* | Merge pull request #2397 from wiredtiger/WT-2291-more-random-skipKeith Bostic2015-12-211-0/+84
|\ \
| * | WT-2291 remove largest random test category.Alex Gorrod2015-12-211-1/+0
| * | Add more scenarios (specifically, test insert with a single element).Keith Bostic2015-12-191-10/+24
| * | WT-2291: Add a test case to ensure that the random walk is reasonably random.Alex Gorrod2015-12-171-0/+71
* | | whitespaceKeith Bostic2015-12-161-1/+1
* | | SERVER-21833: Add compaction support for multi-block reconciliations,Keith Bostic2015-12-161-17/+40
* | | The test doesn't need to checkpoint after deleting records (and ifKeith Bostic2015-12-161-14/+4
* | | WT-2290: when re-writing a multi-block page for compaction, withKeith Bostic2015-12-161-6/+4
* | | typoKeith Bostic2015-12-151-1/+1
* | | Review/rework test_compact02: the real fix is to reopen the connectionKeith Bostic2015-12-151-25/+37
* | | whitespaceKeith Bostic2015-12-151-2/+2
* | | Rename the test names in the file from test_bug016 to test_compact02.Keith Bostic2015-12-141-4/+4
* | | Rename test_compact.py to be test_compact01.py, rename test_bug016.pyKeith Bostic2015-12-142-0/+0
* | | Minor whitespace/typo cleanup.Keith Bostic2015-12-141-4/+4
* | | SERVER-21833 Add unit test to test compact bug.Susan LoVerso2015-12-141-0/+128
|/ /
* | Change the parameter to be called "sample_size" and to be a count of theKeith Bostic2015-12-121-4/+2
* | WT-2262: Add the new next_random_sample_percent configuration thatKeith Bostic2015-12-111-43/+57
* | Merge branch 'develop' into WT-2262Keith Bostic2015-12-112-1/+87
|\ \
| * | WT-2246: Don't use the maximum record number (UINT64_MAX) to flag anKeith Bostic2015-12-101-0/+86
| * | Fix a test name, leftover from a copy/paste.Keith Bostic2015-12-101-1/+1
* | | Merge branch 'WT-2262' into WT-2262-keithKeith Bostic2015-12-102-1/+6
|\ \ \ | |/ /
| * | Merge pull request #2371 from wiredtiger/wt-2235-printlog-hexsueloverso2015-12-092-1/+6
| |\ \
| | * | WT-2235. Changes to wt printlog to add -x option and remove -p.Don Anderson2015-12-042-1/+6
| | |/