summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Run the statistics server thread 5% of the time, occasionally specify a listKeith Bostic2015-02-233-2/+21
* Merge pull request #1669 from wiredtiger/recovery-testsueloverso2015-02-181-0/+103
|\
| * Add test to detect file ID problems in recovery. Refs #1622.Don Anderson2015-02-111-0/+103
* | Run recovery after crashing test/format in the recovery test.Michael Cahill2015-02-171-4/+7
* | Add -R to recovery test.Susan LoVerso2015-02-161-1/+2
* | Change to -R. #1651Susan LoVerso2015-02-121-3/+3
* | Add test/check that printlog does not advance logs. #1651Susan LoVerso2015-02-101-0/+4
* | Allow 'wt' command to run with or without recovery. #1651Susan LoVerso2015-02-101-4/+8
|/
* Merge branch 'rec-split-fix' into rec-split-fix-keithKeith Bostic2015-02-051-0/+104
|\
| * Merge branch 'develop' into rec-split-fixKeith Bostic2015-02-051-0/+104
| |\
| | * Changed tabs to spaces.Don Anderson2015-02-051-2/+2
| | * Modify the test to run printlog without reopening the connection.Don Anderson2015-02-051-2/+0
| | * Renamed the log cursor test, and run it both with/without a connection reopen.Don Anderson2015-02-051-5/+12
| | * Moved test for log cursor to its own test file. Refs #1637Don Anderson2015-02-052-23/+100
| | * Add a test for log cursor. Refs #1530Don Anderson2015-02-041-1/+23
* | | Split long lines.Keith Bostic2015-02-051-2/+5
|/ /
* | Add a (really dumb) test of splits.Michael Cahill2015-02-051-0/+92
|/
* Merge pull request #1540 from wiredtiger/huffman-configMichael Cahill2015-02-042-0/+143
|\
| * Remove unused variable. #1536Susan LoVerso2015-01-091-4/+4
| * Fix huffman config and add huffman tests. #1536Susan LoVerso2015-01-092-0/+143
* | fix a commentKeith Bostic2015-02-021-1/+1
* | Enable attach supportMark Benvenuto2015-01-271-2/+1
* | MCI configuration updateMark Benvenuto2015-01-271-1/+1
* | Enhance the drop test case to drop indices and drop with fresh sessions.Don Anderson2015-01-232-10/+27
* | Merge pull request #1578 from wiredtiger/python-sys-pathAlex Gorrod2015-01-211-2/+4
|\ \
| * | Added clarifying comments.Don Anderson2015-01-201-0/+2
| * | Put the local build directories to the front of the sys path.Don Anderson2015-01-171-2/+2
* | | Merge branch 'develop' into cursor-equalMichael Cahill2015-01-173-5/+103
|\ \ \
| * | | Clip readonly reconfigure tests.Michael Cahill2015-01-171-6/+2
| * | | Don't allow "readonly" to be reconfigured on cursors.Michael Cahill2015-01-171-0/+1
| * | | Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-14140-7/+457
| |\ \ \ | | |/ /
| * | | fix formatting (I think)Keith Bostic2014-12-221-3/+3
| * | | Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-2211-86/+236
| |\ \ \
| * | | | Add more tests for WT_CURSOR::reconfigure.Michael Cahill2014-12-221-22/+33
| * | | | Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-1510-64/+149
| |\ \ \ \
| * | | | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-113-5/+95
* | | | | | Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-0/+103
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | BUILD-479 Move mci project file into test subdirectoryJonathan Reams2015-01-121-0/+103
| | |_|_|/ | |/| | |
* | | | | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not.Michael Cahill2015-01-171-8/+8
* | | | | Fix cursor compare test to use new name.Alex Gorrod2015-01-141-10/+10
* | | | | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-101-9/+106
|/ / / /
* | | | Merge pull request #1516 from wiredtiger/windows-errorsMichael Cahill2015-01-072-4/+4
|\ \ \ \
| * | | | Merge Mark Benvenuto's changes (c85f885ea08c575dee7f1594f1c0371dea2caec6).Keith Bostic2015-01-042-4/+4
| | |_|/ | |/| |
* | | | Save a copy of the crashed database directory before running recovery.Susan LoVerso2015-01-051-0/+4
* | | | Don't drop core when running the recovery test script.Keith Bostic2015-01-041-0/+3
* | | | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-04138-0/+138
* | | | Allow recovery test script to take an arg for number of runs. #1476Susan LoVerso2014-12-301-3/+9
* | | | Add a test for recovery when toggling logging on and off.Michael Cahill2014-12-301-0/+194
* | | | Skip Unix specific permissions test on WindowsMark Benvenuto2014-12-231-0/+2
|/ / /
* | | Merge pull request #1476 from wiredtiger/format-recoverMichael Cahill2014-12-225-80/+159
|\ \ \