summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-02-16WT-3184 bug fix: special case searching an index that has a custom collator. ...Don Anderson
2017-02-14WT-3180 bug fix: disable long tests in the top-level main program, (#3298)Don Anderson
2017-02-14WT-2909 Create automatable test verifying checkpoint integrity after errors (...Keith Bostic
2017-02-14WT-2909 Add a custom file system fault injection test to verify checkpoint in...Don Anderson
2017-02-14WT-3144 bug fix: random cursor returns not-found when descending to an empty ...Keith Bostic
2017-02-13WT-3174 Coverity/lint cleanup (#3293)Keith Bostic
2017-02-13WT-3135 WT-3159 Fix search_near() with custom collators for index keys of var...Don Anderson
2017-01-25WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)Keith Bostic
2017-01-24WT-3120 Add error handling to get_key/get_value in a test (#3262)Keith Bostic
2017-01-24WT-2790 Fix a text case false positive in test_sweep01. (#3263)sueloverso
2017-01-23WT-3120 Fix ordering problem in connection_close for filesystem loaded in an ...Keith Bostic
2017-01-23WT-3120 Fix ordering problem in connection_close for custom filesystem loaded...Don Anderson
2017-01-20WT-3105 Fix the thread group usage on eviction reconfigure and add test. (#3252)sueloverso
2017-01-19WT-3134 Coverity scan reports 1368529 and 1368528 (#3251)Keith Bostic
2017-01-18WT-3083 Fix a bug in wtperf config dump (#3224)Sulabh Mahajan
2017-01-18WT-3118 Protect test against unexpectedly slow child start. (#3248)sueloverso
2017-01-17WT-3121 Make all ROTN encryption tests skipable (#3247)David Hows
2017-01-16WT-3121 In the test suite, create a standard way to load extensions (#3241)Don Anderson
2017-01-16WT-3114 Avoid archiving log files immediately after recovery. (#3238)sueloverso
2017-01-12WT-3110 Add more test cases for the WT command line utility (#3232)David Hows
2017-01-10WT-3106 Add truncate operation to wt command line utility (#3227)David Hows
2017-01-04WT-3100 test bug: format is weighted to delete, insert, then write operations.Keith Bostic
2017-01-04WT-3100 test bug: format is weighted to delete, insert, then write operations...Keith Bostic
2016-12-20WT-3091Add stats to test_perf001 test, so we can investigate what happened wh...David Hows
2016-12-20WT-2833 Add projections to wt dump utility (#3192)Don Anderson
2016-12-19WT-3082 Python test suite: shorten default run to avoid timeouts. (#3206)Don Anderson
2016-12-19WT-3080 Python test suite: add elapsed time for tests (#3201)Don Anderson
2016-12-16WT-2402 Misaligned structure accesses lead to undefined behavior (#3203)Keith Bostic
2016-12-15WT-283 Add WT_SESSION::alter method (#3177)sueloverso
2016-12-15WT-2402 Pad structures to avoid cache line sharing. (#3191)Michael Cahill
2016-12-15SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic
2016-12-14WT-3070 Fix search_near on indexes. (#3195)Michael Cahill
2016-12-13WT-3061 Syscall testing should support pwrite64 on LinuxDavid Hows
2016-12-12WT-3056 Allow projected table and join cursors to use primary keys (#3186)Don Anderson
2016-12-07WT-2336 Fix a "noreturn" warning in a new test. (#3183)Michael Cahill
2016-12-07WT-2336 Add a test validating schema operations via file system call monitori...Don Anderson
2016-12-06WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic
2016-12-05WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic
2016-12-05WT-3034 Add support for named snapshots including updates. (#3161)Michael Cahill
2016-11-29WT-3028 Don't check for blocked eviction with in-memory workloads. (#3159)Michael Cahill
2016-11-14WT-2962 Allow configuration of builtin extensions. (#3137)Michael Cahill
2016-11-11WT-3016 Change how file size is determined during compact tests to allow (#3140)Don Anderson
2016-11-11WT-3018 lint (#3142)Keith Bostic
2016-11-11WT-3000 Wait for previous writes on first write to new log file (#3139)sueloverso
2016-11-08WT-3002 Allow applications to exempt threads from eviction. (#3116)Keith Bostic
2016-11-07WT-3009 Remove the eviction_dirty_target from test/format runs with less than...David Hows
2016-11-03WT-2999 Remove C99ism.Michael Cahill
2016-11-03WT-2999 Added contributed test case that demonstrated the leak. (#3122)Don Anderson
2016-11-01WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic
2016-10-26WT-2968 Fix Jenkins failures from merge. (#3108)sueloverso