summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* WT-2788 Do not touch memory already freed during a close API call. (#2992)Don Anderson2016-08-301-0/+179
* WT-2863 Support UTF-8 paths on Windows (#2984)Mark Benvenuto2016-08-261-1/+1
* WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-261-5/+2
* WT-2862 de-linted a test program. (#2982)Don Anderson2016-08-261-25/+27
* WT-2853 Don't force eviction if multiple cursors are pinning the page. (#2974)Michael Cahill2016-08-252-0/+326
* WT-2843 Modify test for logging if truncate doesn't exist. (#2978)sueloverso2016-08-251-5/+110
* WT-2695 Integrate s390x accelerated crc32c support (#2967)Keith Bostic2016-08-253-1/+190
* WT-2829 Fix missing define for BerkeleyDB (#2968)David Hows2016-08-173-7/+9
* WT-2719 Fix memory leak in reconfig test (#2960)David Hows2016-08-151-0/+1
* WT-2834 Fix sign-change warning with auto conversion from uint to int (#2961)Sulabh Mahajan2016-08-151-1/+2
* WT-2834 Shared bloom filters allow only a partial shortcut. (#2958)Don Anderson2016-08-152-0/+204
* WT-2832 Python test uses hard-coded temporary directory (#2951)Keith Bostic2016-08-151-1/+1
* WT-2827 Set a reasonable minimum for log_size. (#2946)sueloverso2016-08-151-0/+8
* WT-2719 Allow make check without verbose configured. (#2959)Michael Cahill2016-08-151-0/+2
* WT-2719 add fuzz testing for WiredTiger options and reconfiguration (#2945)Keith Bostic2016-08-126-16/+289
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-4/+4
* WT-2638 Add extension to the Windows file system implementation. (#2947)Alex Gorrod2016-08-111-5/+7
* WT-2813 Configure eviction dirty settings explicitly for LSM in test/format (...sueloverso2016-08-081-0/+5
* WT-2812 Verify cache_size before dividing. (#2931)sueloverso2016-08-041-0/+58
* WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-033-6/+7
* WT-2803 Add VERBOSE=1 to all make check jobs (#2920)David Hows2016-08-011-1/+1
* WT-2791 Have evergreen upload artifacts for each build. Rename current artifa...David Hows2016-07-261-7/+23
* WT-2778 Enhance output formatting when running Python test suite (#2888)Don Anderson2016-07-22105-278/+260
* WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic2016-07-213-53/+47
* WT-2767 in test/suite/run.py, add -s N option to run an individual scenario (...Don Anderson2016-07-183-12/+39
* WT-2773 search_near in an index should find exact matches. (#2882)Michael Cahill2016-07-171-0/+68
* WT-2774 minor cleanups/improvements (#2881)Keith Bostic2016-07-181-3/+3
* WT-2738 Remove test/format debugging code. (#2879)Alex Gorrod2016-07-151-1/+0
* WT-2738 Remove the ability to change the default checkpoint name (#2877)Keith Bostic2016-07-152-2/+1
* WT-2765 wt dump: indices need to be shown in the dump output (#2873)Don Anderson2016-07-143-13/+81
* WT-2763 Change test ID's in test_intpack to fix OSX test errors (#2872)David Hows2016-07-142-14/+20
* WT-2757 Column tables behave differently when column names are provided (#2864)Keith Bostic2016-07-121-0/+109
* WT-2755 flexelint configuration treats size_t as 4B type (#2858)Keith Bostic2016-07-111-1/+2
* WT-2711 Change statistics log configuration options (#2834)Keith Bostic2016-07-083-29/+37
* WT-2751 column-store statistics incorrectly calculates the number of entries ...Keith Bostic2016-07-071-0/+6
* 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-016-25/+15
* 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