summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* WT-2962 Allow configuration of builtin extensions. (#3137)Michael Cahill2016-11-141-1/+1
* WT-3016 Change how file size is determined during compact tests to allow (#3140)Don Anderson2016-11-111-2/+5
* 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-3002 Allow applications to exempt threads from eviction. (#3116)Keith Bostic2016-11-081-0/+47
* WT-3009 Remove the eviction_dirty_target from test/format runs with less than...David Hows2016-11-071-2/+1
* WT-2999 Remove C99ism.Michael Cahill2016-11-031-2/+2
* WT-2999 Added contributed test case that demonstrated the leak. (#3122)Don Anderson2016-11-032-0/+171
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-4/+3
* WT-2968 Fix Jenkins failures from merge. (#3108)sueloverso2016-10-261-1/+1
* WT-2968 Don't open file handles on backup. (#3101)sueloverso2016-10-261-0/+156
* WT-2947 replace test suite populate functions with *DataSet classes (#3083)Don Anderson2016-10-2663-897/+981
* WT-2415 Add support for joins to return false positives from the Bloom filter...Don Anderson2016-10-251-0/+115
* 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