summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* bda036d wasn't sufficient, complete the change so that we test a fewKeith Bostic2015-03-081-4/+2
* More testing focus on row-store (60%), focus less on variable-lengthKeith Bostic2015-03-061-3/+3
* Don't clear operations values if the number of operations is 0, thatKeith Bostic2015-03-052-14/+5
* Simplify Berkeley DB configuration, don't try and optimize for read-onlyKeith Bostic2015-03-051-4/+1
* Disable compression from test/format smoke test.Alex Gorrod2015-03-051-1/+1
* Merge pull request #1716 from wiredtiger/format-compression-configAlex Gorrod2015-03-055-91/+80
|\
| * Simplify the operations loop -- basically, we want to do N loops ofKeith Bostic2015-03-043-37/+44
| * If no timer and no operations, only do one pass through the loop,Keith Bostic2015-03-041-4/+2
| * Instead of introducing an additional configuration string (timeout),Keith Bostic2015-03-044-33/+23
| * Merge branch 'develop' into format-compression-configKeith Bostic2015-03-041-0/+2
| |\
| * \ Merge branch 'develop' into format-compression-configKeith Bostic2015-03-041-0/+5
| |\ \
| * | | Use the standard types for retrieving/reporting run times.Keith Bostic2015-03-041-5/+5
| * | | sort the configuration strings.Keith Bostic2015-03-041-4/+4
| * | | Output runtime for each iteration of test/format.Alex Gorrod2015-03-041-2/+6
| * | | Merge branch 'develop' into format-compression-configAlex Gorrod2015-03-044-54/+47
| |\ \ \
| * | | | Add time out functionality to test/format.Alex Gorrod2015-03-044-14/+29
| * | | | Stop testing for compression library existance in test/format.Alex Gorrod2015-03-031-33/+8
* | | | | Fix gcc47 build warnings in packing test.Alex Gorrod2015-03-052-4/+4
| |_|_|/ |/| | |
* | | | Fix -Werror=maybe-uninitialized complaint.Keith Bostic2015-03-041-0/+2
| |_|/ |/| |
* | | Add packing/Makefile.am.Keith Bostic2015-03-041-0/+5
| |/ |/|
* | Make the packing tests compile again, add them to the list of testKeith Bostic2015-03-033-29/+28
* | Lint.Keith Bostic2015-03-031-25/+19
|/
* Merge pull request #1713 from wiredtiger/shared-cache-reconfigure-bugKeith Bostic2015-03-032-26/+182
|\
| * Add more content to shared cache test case.Alex Gorrod2015-03-031-0/+20
| * Fix a bug in the reconfigure API related to shared cache quotas.Alex Gorrod2015-03-032-26/+162
* | Rework test_stat01 to check that we're calculating overflow statisticsKeith Bostic2015-03-021-40/+58
|/
* Make the spell-checker happy again.Keith Bostic2015-03-021-5/+5
* Coverity 1129077, replace uses of access(2) with stat(2).Keith Bostic2015-03-021-12/+20
* Merge pull request #1704 from wiredtiger/recovery-fixesMichael Cahill2015-03-021-5/+9
|\
| * If the LSN given doesn't exist, don't return an error, but do forceSusan LoVerso2015-02-251-5/+9
* | Added test for wt dump on an index. Refs #1709.Don Anderson2015-02-271-0/+34
* | Fixup test/format reporting.Alex Gorrod2015-02-271-1/+2
|/
* Fixup test case.Alex Gorrod2015-02-251-6/+6
* Move prefix compression test case into it's own file.Alex Gorrod2015-02-252-22/+67
* Add a test case to reproduce reconciliation bug in #1697.Alex Gorrod2015-02-251-0/+22
* 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