summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* WT-2667 Add fops to Evergreen testing for Windows and Linux (#2828)David Hows2016-06-231-12/+13
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-222-3/+3
* WT-2605 fix key format for join suite test, which fixes valgrind error (#2823)Don Anderson2016-06-221-2/+1
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-212-2/+2
* WT-2715 random abort test failed with partial write (#2810)sueloverso2016-06-221-41/+60
* WT-2720 Change the return codes in run.py to error on failures (#2817)David Hows2016-06-212-10/+10
* WT-2667 Combine compile and unit-test tasks in Evergreen on all platforms (#2...David Hows2016-06-211-36/+22
* WT-2605 Fix valgrind (#2813)David Hows2016-06-201-0/+1
* WT-2714 lint (#2808)Keith Bostic2016-06-172-16/+17
* WT-2712 Coverity 1356928 and 1356929: ASSERT_SIDE_EFFECT (#2807)Keith Bostic2016-06-172-2/+4
* WT-2706 Fix lost log writes when switching files (#2803)sueloverso2016-06-171-7/+29
* WT-2605 Rename a variable to avoid shadowing "basename".Michael Cahill2016-06-171-5/+5
* WT-2605 Add C tests used in testing joins (#2787)Don Anderson2016-06-173-0/+415
* WT-2667 Split evergreen compile-posix into separate compile and test stages (...David Hows2016-06-151-11/+53
* 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 (#2790)Keith Bostic2016-06-081-7/+7
* WT-2514 Fix logging to not use an empty path name. (#2789)sueloverso2016-06-081-14/+41
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-0815-27/+38
* WT-2687 test suite should verify the exit status of the wt utility (#2778)Keith Bostic2016-06-067-41/+64
* WT-2268 WT-2597 JSON load/dump Unicode fixes (#2749)Don Anderson2016-05-312-22/+185
* Wt 2661 coverity (#2746)Keith Bostic2016-05-254-13/+13
* WT-2659: csuite tests, assorted lint and cleanup. (#2744)Keith Bostic2016-05-245-25/+32
* WT-2656 Fix GCC 4.7 compiler warnings (#2743)David Hows2016-05-241-10/+12
* WT-2554 Fix build warnings (#2740)sueloverso2016-05-231-2/+2
* WT-2554 Add initial C test framework. (#2655)Alex Gorrod2016-05-2337-134/+1047
* WT-2644 Fix 'wt load -r' (rename) with LSM (#2735)Don Anderson2016-05-192-12/+19
* WT-2632 Tolerate EBUSY when a checkpoint cursor is open. (#2734)sueloverso2016-05-191-3/+10
* WT-2628 Reconciliation can return without unlocking the page lock (#2728)Keith Bostic2016-05-161-9/+3
* WT-2615 Enabling checkpoints in test/format leads to reduced concurrency (#2720)Keith Bostic2016-05-054-14/+31
* WT-2616 Fix a deadlock with in-memory size lookups. (#2716)Michael Cahill2016-05-041-1/+4
* WT-2600: clean up test program includes (#2708)Keith Bostic2016-05-0220-207/+92
* WT-2595 Fix compiler warning in packing test. (#2704)Alex Gorrod2016-04-295-17/+26
* WT-2343 Add test to make sure we cannot rename/drop when a backup cursorSusan LoVerso2016-04-281-2/+31
* Merge pull request #2689 from wiredtiger/wt-2571-join-cleanup2Michael Cahill2016-04-272-249/+310
|\
| * WT-2571 In join tests, use scenarios instead of lots of nested loops.Don Anderson2016-04-222-249/+310
* | WT-2584: don't use periods in error messagesKeith Bostic2016-04-232-2/+2
* | WT-2574: format doesn't free all allocated configure memoryKeith Bostic2016-04-221-7/+16
* | WT-2574: format doesn't free all allocated configure memoryKeith Bostic2016-04-221-17/+15
|/
* Merge pull request #2684 from wiredtiger/wt-2574-free-dup-configMichael Cahill2016-04-221-0/+9
|\
| * Clear pointer after freeing memory.Alex Gorrod2016-04-221-1/+3
| * WT-2574 Ensure test/format doesn't leak memoryAlex Gorrod2016-04-221-0/+7
* | WT-2553 Fix implicit size_t conversion in test/format.Michael Cahill2016-04-221-1/+1
|/
* Merge pull request #2680 from wiredtiger/wt-2574-free-config-memsueloverso2016-04-211-5/+24
|\
| * WT-2574: format doesn't free all allocated configure memoryKeith Bostic2016-04-211-5/+24
* | WT-2572: don't select an in-memory format run if incompatible options configuredKeith Bostic2016-04-211-0/+2
* | WT-2572: recovery tests require logging, must turn off in-memory configurationKeith Bostic2016-04-212-9/+38
* | WT-2572: recovery tests require logging, must turn off in-memory configurationKeith Bostic2016-04-211-1/+1
|/
* Merge pull request #2654 from wiredtiger/wt-2360-join-disjunctionMichael Cahill2016-04-212-30/+677
|\
| * Merge branch 'develop' into wt-2360-join-disjunctionMichael Cahill2016-04-197-65/+103
| |\
| * \ Merge branch 'develop' into wt-2360-join-disjunctionDon Anderson2016-04-1427-375/+573
| |\ \