summaryrefslogtreecommitdiff
path: root/test/recovery
Commit message (Expand)AuthorAgeFilesLines
* WT-3018 lint (#3142)Keith Bostic2016-11-111-1/+1
* WT-3000 Wait for previous writes on first write to new log file (#3139)sueloverso2016-11-112-16/+67
* WT-2956 utility tests -h option is always overridden by the default setup (#3...Keith Bostic2016-10-102-4/+0
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-1/+1
* WT-2843 Modify test for logging if truncate doesn't exist. (#2978)sueloverso2016-08-251-5/+110
* WT-2744 Detect and ignore partial line. (#2851)sueloverso2016-07-051-3/+15
* WT-2486 Update make check so that it runs faster (#2837)Sulabh Mahajan2016-07-012-2/+9
* WT-2715 random abort test failed with partial write (#2810)sueloverso2016-06-221-41/+60
* WT-2714 lint (#2808)Keith Bostic2016-06-171-7/+8
* WT-2706 Fix lost log writes when switching files (#2803)sueloverso2016-06-171-7/+29
* WT-2696 Wait if we find an unbuffered flag without the size set yet. (#2794)sueloverso2016-06-141-68/+121
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-082-0/+7
* WT-2554 Add initial C test framework. (#2655)Alex Gorrod2016-05-233-27/+13
* Merge pull request #2610 from wiredtiger/wt-2508Alex Gorrod2016-04-111-1/+1
|\
| * WT-2508: test programs should remove test directories on the "clean" targetKeith Bostic2016-03-221-1/+1
* | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-292-2/+2
|/
* Merge pull request #2571 from wiredtiger/wt-2471Keith Bostic2016-03-111-2/+3
|\
| * WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-112-5/+7
* | Merge pull request #2570 from wiredtiger/wt-2470sueloverso2016-03-111-3/+5
|\ \
| * | WT-2470: Coverity 1352898: Resource leakKeith Bostic2016-03-111-3/+5
| |/
* | WT-2469: Coverity 1352897: Integer overflowed argumentKeith Bostic2016-03-111-3/+6
|/
* WT-2422: multiple definitions of custom die functionKeith Bostic2016-02-222-0/+4
* WT-2407: recovery lintKeith Bostic2016-02-182-14/+23
* Merge branch 'develop' into wt-2356Michael Cahill2016-02-011-8/+8
|\
* | WT-2356 Put recovery tests in a single directory.Michael Cahill2016-02-015-32/+22
* | WT-2356 Fix warningsSusan LoVerso2016-01-281-3/+3
* | WT-2356 Fix recovery bug in log_scan advancing.Susan LoVerso2016-01-284-0/+282
|/
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* old-style function declaration.Keith Bostic2015-11-141-1/+1
* WT-2184 Fix compiler warning on GCC 4.1:Alex Gorrod2015-11-091-0/+1
* WT-2184 Fix warningsSusan LoVerso2015-11-061-3/+3
* WT-2184 Remove unused vars.Susan LoVerso2015-11-031-2/+1
* Merge branch '2184-recovery-test' of github.com:wiredtiger/wiredtiger into 21...Susan LoVerso2015-11-033-18/+12
|\
| * WT-2184 Updates to the new recovery tests.Alex Gorrod2015-11-033-18/+12
* | WT-2184 Changes from Alex's review.Susan LoVerso2015-11-031-21/+37
|/
* WT-2184 Remove Makefile.in, it is generated.Susan LoVerso2015-11-021-1039/+0
* WT-2184 Fix warning.Susan LoVerso2015-11-021-1/+1
* WT-2184 Remove unused variable 'rc'.Susan LoVerso2015-11-021-1/+1
* WT-2184 Remove LT_SYS_LIBRARY_PATHSusan LoVerso2015-11-021-1/+0
* WT-2184 Remove unneeded includes.Susan LoVerso2015-11-021-8/+0
* WT-2184 Fix long line.Susan LoVerso2015-11-021-1/+3
* WT-2184 Exit with failure if we find absent entries.Susan LoVerso2015-11-021-1/+4
* WT-2184 Add test/recovery to test for write-no-sync semantics.Susan LoVerso2015-11-024-0/+1298