summaryrefslogtreecommitdiff
path: root/test/checkpoint/test_checkpoint.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-1/+2
* WT-2600: clean up test program includes (#2708)Keith Bostic2016-05-021-2/+1
* 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
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Merge branch 'develop' into encryption-apiMichael Cahill2015-05-121-3/+3
|\
| * 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
* | Merge branch 'develop' into encryption-apiKeith Bostic2015-05-081-2/+1
|\ \ | |/
| * test_checkpoint.c 249 Warning 534: Ignoring return value of functionKeith Bostic2015-05-081-2/+1
* | Merge branch 'develop' into encryption-apiKeith Bostic2015-05-081-27/+14
|\ \ | |/
| * 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-051-30/+16
* | 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-041-0/+1
* 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
* Fix lint in test/checkpoint.Alex Gorrod2014-05-061-1/+1
* Clean up error handling in test/checkpoint.Alex Gorrod2014-05-051-17/+21
* Fix memory leaks in test/checkpoint. As reported by Coverity.Alex Gorrod2014-05-051-0/+8
* Stop running checkpoint tests after a failure.Michael Cahill2014-05-051-3/+2
* If test/checkpoint detects an error, exit with a non-zero status, to simplify...Michael Cahill2014-04-221-2/+4
* whitespace, spellingMichael Cahill2014-04-171-6/+5
* Don't double free in checkpoint testAlex Gorrod2014-04-161-1/+3
* Fix build warning.Alex Gorrod2014-04-161-0/+1
* Updates to checkpoint tester:Alex Gorrod2014-04-161-2/+7
* Fix build warnings in checkpoint tester.Alex Gorrod2014-04-151-2/+2
* Checkpoint tester updates based on review feedback.Alex Gorrod2014-04-151-0/+2
* Update checkpoint tester:Alex Gorrod2014-04-151-0/+2
* Add better error handling to checkpoint test.Alex Gorrod2014-04-151-29/+57
* Checkpointer test getting closer.Alex Gorrod2014-04-151-0/+15
* Implement more of checkpoint test program.Alex Gorrod2014-04-141-6/+14
* Add the start of a test that verifies checkpoints.Alex Gorrod2014-04-141-0/+283