summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* WT-2987 Fix a bug where opening a cursor on an incomplete table drops core (#...Keith Bostic2016-10-241-0/+46
* WT-2904 Fix a bug where the reported checkpoint size could be many times data...Keith Bostic2016-10-241-2/+11
* WT-2880 Add Zstandard compression support (#3075)Keith Bostic2016-10-215-9/+23
* WT-2977 Remove stash and check code from LSM test (#3097)David Hows2016-10-171-18/+1
* WT-2974 lint (#3095)Keith Bostic2016-10-172-43/+44
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-2/+68
* WT-2403 Remove custom_die from new test.Michael Cahill2016-10-141-1/+0
* WT-2403 Add next_random to LSM cursors (#2887)David Hows2016-10-143-5/+291
* WT-2956 utility tests -h option is always overridden by the default setup (#3...Keith Bostic2016-10-1029-77/+18
* WT-2932 Add a configuration option allowing tables to ignore cache limits (#3...Alex Gorrod2016-10-071-0/+64
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-077-9/+11
* WT-2941 Improve test/format to use faster key-generation functions (#3073)Keith Bostic2016-10-041-6/+16
* WT-2933 Fix a race between named snapshots and checkpoints. (#3068)Michael Cahill2016-10-041-0/+16
* WT-2907 Fixed java concurrent close test to have both insert threads and scan...Don Anderson2016-09-281-10/+11
* WT-2895 Reduce the runtime of make check testing with disable long (#3052)David Hows2016-09-285-0/+11
* WT-2858 Rename wtperf's CONFIG structure (#3065)Keith Bostic2016-09-281-0/+56
* WT-2917 split wtperf's configuration into per-database and per-run parts (#3006)Keith Bostic2016-09-271-2/+4
* WT-2864 Update reconfigure test to detect hangs (#3051)Keith Bostic2016-09-231-11/+42
* WT-2874 Change test_compact01 to avoid eviction (#3050)Keith Bostic2016-09-191-3/+5
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-1670-99/+4
* WT-2914 In test/csuite program, added explicit call to wiredtiger_open to sat...Don Anderson2016-09-141-5/+11
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-1/+2
* WT-2911 add support for gcc6 (#3037)Keith Bostic2016-09-131-2/+4
* WT-2908 Change output of shortDesc to use shortName (#3035)David Hows2016-09-131-1/+1
* WT-2900 Add ARM8 build support to WiredTiger and fix ARM CRC assembler tags (...Keith Bostic2016-09-131-17/+20
* WT-2908 Add a dry-run option to python suite (#3033)David Hows2016-09-122-3/+23
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-084-73/+30
* WT-2896 Coverity #1362535: resource leak (#3026)Keith Bostic2016-09-071-3/+5
* WT-2892 hot backup can race with block truncate (#3023)Keith Bostic2016-09-061-4/+4
* WT-2323 code clean up. (#3025)Don Anderson2016-09-061-8/+6
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-064-12/+11
* WT-2875 Add environment variable to disable long csuite tests (#3001)David Hows2016-09-053-0/+19
* WT-2323 Allocate a transaction id at the beginning of join iteration (#2943)Don Anderson2016-09-053-9/+417
* WT-2555 Make test/Format and csuite run on Windows (#3011)Mark Benvenuto2016-09-059-10/+63
* WT-2872 Ensure tests with tiny caches don't get stuck due to the dirty trigge...Michael Cahill2016-09-021-5/+6
* 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