summaryrefslogtreecommitdiff
path: root/test/checkpoint
Commit message (Expand)AuthorAgeFilesLines
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-1/+2
* WT-2554 Add initial C test framework. (#2655)Alex Gorrod2016-05-232-4/+7
* WT-2600: clean up test program includes (#2708)Keith Bostic2016-05-022-13/+2
* WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-111-1/+1
* WT-2422: multiple definitions of custom die functionKeith Bostic2016-02-221-0/+2
* Consistently use __wt_yield() in all of the test programs.Keith Bostic2016-01-042-2/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-014-4/+4
* Display both key and value when cursors don't match.Keith Bostic2015-08-311-21/+16
* whitespaceKeith Bostic2015-08-291-2/+1
* log_print_err doesn't need a trailing newline in the message.Keith Bostic2015-08-291-6/+6
* whitespaceKeith Bostic2015-08-291-2/+1
* Fix a comment.Keith Bostic2015-08-281-2/+1
* SERVER-19340 Avoid type aliasing in the random number generator.Michael Cahill2015-07-271-1/+1
* WT-1987 Simplify some more test scripts with "set -e".Michael Cahill2015-07-011-7/+8
* WT-1987 Add a TEST_WRAPPER variable for running all tests with valgrind or si...Michael Cahill2015-07-011-6/+6
* Avoid read/write races in the PRNG: switch to using an 8B value insteadKeith Bostic2015-05-301-3/+3
* Merge pull request #1960 from wiredtiger/windows_test_fixAlex Gorrod2015-05-131-1/+0
|\
| * Change to __wt_existsDavid Hows2015-05-121-1/+0
* | Merge branch 'develop' into encryption-apiMichael Cahill2015-05-122-4/+4
|\ \ | |/
| * Changes for CRDavid Hows2015-05-111-2/+2
| * Fix failed testsDavid Hows2015-05-111-2/+3
| * Change all testutils functions to return nothingDavid Hows2015-05-111-2/+1
| * test/checkpoint is using __wt_random_init/__wt_random, test programs areKeith Bostic2015-05-081-1/+1
* | Merge branch 'develop' into encryption-apiKeith Bostic2015-05-082-3/+1
|\ \ | |/
| * Info 768: global struct member 'home_init' (line 67, fileKeith Bostic2015-05-081-1/+0
| * test_checkpoint.c 249 Warning 534: Ignoring return value of functionKeith Bostic2015-05-081-2/+1
* | Merge branch 'develop' into encryption-apiKeith Bostic2015-05-083-29/+17
|\ \ | |/
| * Add-back void cast on cleanupDavid Hows2015-05-081-1/+1
| * Initialise g.homeDavid Hows2015-05-081-0/+2
| * Revert format to old dieDavid Hows2015-05-071-1/+1
| * CR ChangesDavid Hows2015-05-071-8/+7
| * Add testutils to all testsDavid Hows2015-05-053-32/+19
* | Do a full pass, simplify all the if/free pairs in the tree.Keith Bostic2015-05-021-2/+1
|/
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-044-0/+4
* Don't drop core on LSM-only runs, we can't open a cursor to verify with.Keith Bostic2014-12-012-2/+8
* Push the checkpoint program a little harder, it's failing in someKeith Bostic2014-12-012-2/+23
* The type returned from pthread_self() is opaque, we can't cast it to aKeith Bostic2014-10-222-6/+9
* Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204.Keith Bostic2014-10-171-3/+3
* Clean up remaining gcc warnings.Keith Bostic2014-10-101-1/+0
* gcc doesn't like externs inside functions (warning: nested externKeith Bostic2014-10-101-3/+4
* Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-13/+17
* Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version.Keith Bostic2014-10-041-1/+0
* Typo, calling log_print_err() with the wrong return error value.Keith Bostic2014-09-161-2/+2
* Make random number generation be per session in the WiredTiger library,Keith Bostic2014-09-131-1/+4
* Don't assign to ret if ret is never read.Keith Bostic2014-07-021-8/+6
* Ignored return values.Keith Bostic2014-07-021-5/+11
* Dead assignment (ignored return value).Keith Bostic2014-07-021-1/+3
* Fix lint in test/checkpoint.Alex Gorrod2014-05-063-3/+4
* Clean up error handling in test/checkpoint.Alex Gorrod2014-05-053-43/+68
* Fix build warning.Alex Gorrod2014-05-051-6/+5