summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-04-231-3/+65
|\
| * Add some tests of the wt load command's command line arguments.Keith Bostic2015-04-221-0/+59
| * shorten long lines.Keith Bostic2015-04-221-3/+6
* | Push renaming down into `api_data.py`, replacing lower-case handleKeith Bostic2015-04-212-2/+2
|/
* Merge branch 'develop' into merge-config-earlyKeith Bostic2015-04-211-2/+2
|\
| * Fix coverity reports in test/format code.Alex Gorrod2015-04-201-2/+2
* | Remove tab characters.Keith Bostic2015-04-171-1/+1
* | Convert loop to more traditional PythonKeith Bostic2015-04-171-4/+1
|/
* Fix a bug in LSM where updates with overwrite could be skipped.Alex Gorrod2015-04-161-0/+84
* Make the die() function look like all the other test programs,Keith Bostic2015-04-145-49/+57
* Fix the interrupt code to clean up the correct directory.Keith Bostic2015-04-141-3/+8
* Fix the usage statement (options without arguments go first).Keith Bostic2015-04-141-2/+2
* Merge branch 'develop' into sweep-flush-optAlex Gorrod2015-04-143-3/+133
|\
| * Merge branch 'develop' into cursor-pinMichael Cahill2015-04-146-30/+115
| |\
| | * Have test/format flush completion messages so we can see progress in automate...Michael Cahill2015-04-141-0/+1
| * | Merge branch 'develop' into cursor-pinKeith Bostic2015-04-1313-46/+123
| |\ \
| * | | Add support for alternating between search and search-near calls,Keith Bostic2015-04-051-4/+14
| * | | WT_CURSOR::search() near current position.Keith Bostic2015-04-051-0/+119
* | | | Make test/thread use WT_TEST not cwd, and add some more logging.Alex Gorrod2015-04-142-9/+26
* | | | Allow longer connection config strings in test/thread.Alex Gorrod2015-04-141-2/+6
* | | | Merge branch 'develop' into sweep-flush-optAlex Gorrod2015-04-146-29/+113
|\ \ \ \ | | |_|/ | |/| |
| * | | Change to build format without installing Berkeley DB.Keith Bostic2015-04-136-29/+113
| | |/ | |/|
* | | Fix the offset used in test/thread.Alex Gorrod2015-04-131-4/+4
* | | Add a new statistic to track sweep evictions.Alex Gorrod2015-04-133-13/+62
|/ /
* | Add a test of file_manager(close_handle_minimum).Keith Bostic2015-04-101-0/+4
* | Remove core files when cleaning out the directory.Keith Bostic2015-04-102-1/+4
* | Merge branch 'develop' into sweep-file-handle-minimumKeith Bostic2015-04-099-40/+109
|\ \
| * | KNFKeith Bostic2015-04-081-1/+2
| * | Merge branch 'win_test_fops_new' of https://github.com/markbenvenuto/wiredtig...Keith Bostic2015-04-085-3/+71
| |\ \
| | * | Enable test/fops for Windows, and add to CIMark Benvenuto2015-04-085-4/+72
| | |/
| * | Remove setvbuf calls to configure line-buffering, setvbuf(_IOLBF) isKeith Bostic2015-04-081-3/+0
| * | Replace setvbuf calls to configure line-buffering with FILE handle flushKeith Bostic2015-04-084-23/+24
| * | Clean up the value type, we mostly use it as a uint32_t.Keith Bostic2015-04-081-7/+7
| * | test/format for WindowsMark Benvenuto2015-04-083-5/+7
| |/
* | Make this test run again: set the file_manager.close_handle_minimum toKeith Bostic2015-04-081-5/+6
|/
* Fix a few old-style function definitions for gcc.Keith Bostic2015-04-043-3/+3
* Merge pull request #1841 from wiredtiger/log-cursor-fixMichael Cahill2015-04-021-1/+3
|\
| * Reset eol if we continue. Return NOTFOUND if checksum mismatch. #1840Susan LoVerso2015-04-011-1/+3
* | Increased test size for log cursors. Fixed how the 'none' compressorDon Anderson2015-04-011-125/+125
* | Modify log_scan callback args to send in next LSN. #1837Susan LoVerso2015-03-311-0/+125
|/
* Coverity 1129018, 1129019, 1129020, 1129021: Side effect in assertionKeith Bostic2015-03-311-42/+49
* Add a __setitem__ to cursors in the Python API.Keith Bostic2015-03-311-12/+3
* Merge branch 'develop' into var-col-store-bugAlex Gorrod2015-03-3158-348/+116
|\
| * Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-3158-348/+116
* | Add the rest of the col gap test case.Alex Gorrod2015-03-311-11/+20
* | Add a test case for a new bug in variable length column stores.Alex Gorrod2015-03-311-0/+39
|/
* Basic test of variable-length column store tables with large namespace gaps.Keith Bostic2015-03-271-0/+84
* The sweep test depends on checkpoints running to find clean handles to discar...Michael Cahill2015-03-261-6/+10
* Merge branch 'develop' into checkpoint-closing-filesMichael Cahill2015-03-2636-100/+155
|\
| * Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-252-1/+22