summaryrefslogtreecommitdiff
path: root/test/format/salvage.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2103: add incremental backup testing to formatKeith Bostic2016-04-141-2/+2
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-081-2/+2
* WT-2405 Switch new testing error handler to be shared in test utilAlex Gorrod2016-02-191-2/+2
* WT-2405 Switch test/format to use shared testutil_dieAlex Gorrod2016-02-191-8/+8
* WT-2405: test utility error handling.Keith Bostic2016-02-181-4/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Add ability to turn verify and salvage off in test/format.Alex Gorrod2015-06-301-0/+3
* Don't call fclose multiple times, clear the FILE handle to make sureKeith Bostic2015-05-101-1/+1
* Rework test/format to use the WiredTiger RNG, not rand.Keith Bostic2015-05-091-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* warning: embedding a directive within macro arguments has undefinedKeith Bostic2014-10-291-4/+8
* Fix backward ifdef.Alex Gorrod2014-10-171-1/+1
* Port all examples, most tests, and wtperf to WindowsMark Benvenuto2014-10-161-0/+8
* MSVC doesn't yet support "%zu", replace with #defines.Keith Bostic2014-10-151-1/+1
* Minor cleanups: complain if we see off_t from now, hardwire tests for theKeith Bostic2014-10-021-1/+1
* Tables aren't "wt", they're "wt.wt", fix things up so we corrupt themKeith Bostic2014-09-011-13/+30
* Copy the corrupted file before salvaging it, the dd command toKeith Bostic2014-09-011-1/+8
* We can overwrite the first block when corrupting the file, force theKeith Bostic2014-08-301-1/+1
* salvage.c: In function 'corrupt':Keith Bostic2014-08-301-5/+5
* More salvage testing, randomly overwrite roughly 2% of the file,Keith Bostic2014-08-301-0/+144