summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove core files in the clean target.1.1.2Keith Bostic2012-03-201-1/+1
* Set limit of config scenarios tests to 1000 (it had been set low temporarilyDon Anderson2012-03-161-1/+1
* lintKeith Bostic2012-03-153-10/+12
* lint, minor cleanups.Keith Bostic2012-03-154-8/+12
* Set the running state before forking the thread, update more often, it'sKeith Bostic2012-03-151-3/+4
* Changed use of {} in format to use {0}. Apparently {} is not standard.Don Anderson2012-03-151-1/+1
* Changed test to use assertEqual() rather than print its output.Don Anderson2012-03-151-1/+10
* Made superflous 'print' messages to be either tagged with a verbose level,Don Anderson2012-03-153-3/+5
* Merge branch 'master' of https://github.com/wiredtiger/wiredtigerDon Anderson2012-03-1511-774/+790
|\
| * Don't check the stats so often, it's for humans, and 1/10th of a secondKeith Bostic2012-03-151-1/+1
| * Make the tracking numbers mean something in the multi-threaded case.Keith Bostic2012-03-156-31/+84
| * Add the tag back in for the wts_verify() call so which report which verifyKeith Bostic2012-03-153-6/+7
| * Cleanup various build warnings with test/format.Michael Cahill2012-03-156-18/+13
| * Get rid of calls to WEXITSTATUS, they aren't that useful and theyKeith Bostic2012-03-141-2/+2
| * Don't compare with the BDB dump unless there was a BDB dump.Keith Bostic2012-03-141-22/+25
| * Clean up memory leaks, passes valgrind now.Keith Bostic2012-03-142-0/+6
| * whitespace cleanupKeith Bostic2012-03-141-1/+2
| * it's now multi-threaded.Keith Bostic2012-03-141-7/+7
| * whitespaceKeith Bostic2012-03-144-5/+2
| * Cleanup pass: simplify the world and quit passing errors back throughKeith Bostic2012-03-148-405/+257
| * BDB comparison code is always single-threaded, no reason to have multipleKeith Bostic2012-03-141-7/+2
| * Change operations value WT_ITEMs to use a local buffer, too, not a globalKeith Bostic2012-03-144-69/+73
| * with multiple threads, we may race and so our new record may not beKeith Bostic2012-03-141-6/+9
| * whitespaceKeith Bostic2012-03-141-0/+1
| * Don't maintain the random number log if we're not single-threaded.Keith Bostic2012-03-141-0/+4
| * Remove the global session handle, open sessions on demand.Keith Bostic2012-03-145-70/+78
| * Get rid of the global WT_ITEM key, every thread of control has to haveKeith Bostic2012-03-146-85/+119
| * Restructure the ops routine as a threaded function, re-write the bulkKeith Bostic2012-03-144-109/+183
| * Re-structure the ops routines so that the BDB tests come last, thatKeith Bostic2012-03-141-31/+28
| * Instantiate and pass cursors to the ops routines instead of creating andKeith Bostic2012-03-144-121/+109
| * Don't bother with a wts prefix on local functions.Keith Bostic2012-03-141-61/+61
* | Commented out some superflous output messages.Don Anderson2012-03-151-2/+2
* | Changed most uses of 'with self.expectedStderr(msg)' to useDon Anderson2012-03-157-43/+41
* | Capture and check the error message that comes from wiredtiger_open().Don Anderson2012-03-151-3/+4
* | Fixed when file descriptors are captured - it needs to be done beforeDon Anderson2012-03-151-1/+1
* | Modified tests that produce stderr in native code to useDon Anderson2012-03-151-23/+40
* | Modified tests that produce stderr in native code to wrap those callsDon Anderson2012-03-1512-46/+80
* | Capture the stderr and stdout of the native code in files, while keepingDon Anderson2012-03-151-5/+184
|/
* test/format/wts_bulk.c:17: warning: 'value' may be used uninitialized in this...Michael Cahill2012-03-131-1/+1
* test/format/wts.c:12: warning: `wts_read' declared `static' but never definedMichael Cahill2012-03-131-2/+0
* Split up test/format WT code into multiple files (currently bulk-load,Keith Bostic2012-03-124-740/+760
* test/thread/run.c:129: warning: unused variable ‘keyno’Michael Cahill2012-03-111-1/+1
* Fix an error message tag.Keith Bostic2012-03-101-1/+1
* Add the -S option to the test/thread program, that uses a new sessionKeith Bostic2012-03-103-69/+125
* Standardize python spacing.Don Anderson2012-03-092-4/+4
* Standardize python spacing.Don Anderson2012-03-093-3/+6
* Standardize python spacing.Don Anderson2012-03-092-13/+13
* Standardize python spacing.Don Anderson2012-03-092-51/+51
* Add a cursor reset to test/format to avoid eviction live locks.Michael Cahill2012-02-241-0/+9
* Apply style scripts to the test sources.Michael Cahill2012-02-249-40/+39