summaryrefslogtreecommitdiff
path: root/test/huge
Commit message (Expand)AuthorAgeFilesLines
* WT-2422: multiple definitions of custom die functionKeith Bostic2016-02-221-0/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2217: use WT_CURSOR.update to insert the record, WT_CURSOR.insertKeith Bostic2015-11-151-2/+2
* WT-1987 Simplify some more test scripts with "set -e".Michael Cahill2015-07-011-0/+2
* WT-1987 Add a TEST_WRAPPER variable for running all tests with valgrind or si...Michael Cahill2015-07-011-1/+1
* Huge test no longer needs to declare __wt_getoptDavid Hows2015-05-121-1/+0
* Fix further void castsDavid Hows2015-05-111-3/+3
* Changes for CRDavid Hows2015-05-111-1/+1
* Fix failed testsDavid Hows2015-05-111-3/+3
* Change all testutils functions to return nothingDavid Hows2015-05-111-3/+2
* huge.c 224 Warning 534: Ignoring return value of functionKeith Bostic2015-05-081-1/+1
* CR ChangesDavid Hows2015-05-071-1/+0
* Add testutils to all testsDavid Hows2015-05-052-38/+34
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Port all examples, most tests, and wtperf to WindowsMark Benvenuto2014-10-161-0/+2
* MSVC doesn't yet support "%zu", replace with #defines.Keith Bostic2014-10-151-1/+7
* gcc doesn't like externs inside functions (warning: nested externKeith Bostic2014-10-101-2/+3
* Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-1/+7
* Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version.Keith Bostic2014-10-041-1/+0
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-011-5/+7
* Fix compiler warning:Alex Gorrod2014-01-101-2/+3
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Back off -s to 1Mb.Susan LoVerso2013-12-271-4/+5
* Don't step off the end of the allocated buffer.Keith Bostic2013-12-271-2/+3
* Minor restructuring, no real change.Keith Bostic2013-12-271-10/+7
* Don't allocate more buffer memory than we need.Keith Bostic2013-12-271-1/+1
* Always check the value, it's big no matter what the store.Keith Bostic2013-12-201-6/+4
* Don't recreate the directory when exiting successfully.Keith Bostic2013-12-201-1/+1
* Don't leave random big files lying around.Keith Bostic2013-12-201-0/+2
* Change the output line when larger than a GB value, so it's clear whenKeith Bostic2013-12-201-1/+5
* note if big key or data in outputKeith Bostic2013-12-201-2/+2
* Remove Makefile.in from version control.Michael Cahill2013-12-191-721/+0
* Replace the Python "huge" test with a standalone C program -- this isn'tKeith Bostic2013-12-184-0/+949