summaryrefslogtreecommitdiff
path: root/test/checkpoint/checkpointer.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Don't drop core on LSM-only runs, we can't open a cursor to verify with.Keith Bostic2014-12-011-0/+6
* The type returned from pthread_self() is opaque, we can't cast it to aKeith Bostic2014-10-221-3/+4
* Typo, calling log_print_err() with the wrong return error value.Keith Bostic2014-09-161-2/+2
* 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-061-1/+1
* Clean up error handling in test/checkpoint.Alex Gorrod2014-05-051-19/+26
* Fix memory leaks in test/checkpoint. As reported by Coverity.Alex Gorrod2014-05-051-17/+29
* If there is a value mismatch in a checkpoint, do lookups in the original tree...Michael Cahill2014-05-051-3/+25
* Simplify test/checkpoint: use integer keys in row stores to avoid different c...Michael Cahill2014-05-051-91/+55
* old-style function definition "()", not "(void)"Keith Bostic2014-04-171-3/+3
* Fix some leaks in the checkpoint tester found by valgrind.Michael Cahill2014-04-181-0/+1
* Fix an address-sanitizer failure in the checkpoint test: record numbers are 6...Michael Cahill2014-04-171-3/+3
* Cast atol to u_int to avoid this warning:Michael Cahill2014-04-171-1/+1
* Fix build warning.Alex Gorrod2014-04-171-0/+1
* Fix build warning:Alex Gorrod2014-04-171-2/+2
* whitespace, spellingMichael Cahill2014-04-171-4/+3
* Update checkpoint testAlex Gorrod2014-04-171-5/+28
* Fix build warning:Alex Gorrod2014-04-171-1/+1
* Have the checkpoint tester output a better message when there is a value mism...Michael Cahill2014-04-161-1/+8
* Fix an off-by-one in the key count when verifying checkpoints.Michael Cahill2014-04-161-2/+3
* Make sure checkpoint tester decodes values properly.Alex Gorrod2014-04-161-6/+13
* Updates to checkpoint tester:Alex Gorrod2014-04-161-41/+148
* Fix build warnings in checkpoint tester.Alex Gorrod2014-04-151-1/+1
* Checkpoint tester updates based on review feedback.Alex Gorrod2014-04-151-1/+12
* Update checkpoint tester:Alex Gorrod2014-04-151-5/+9
* Add better error handling to checkpoint test.Alex Gorrod2014-04-151-26/+41
* Checkpointer test getting closer.Alex Gorrod2014-04-151-22/+76
* Implement more of checkpoint test program.Alex Gorrod2014-04-141-0/+146