summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* WT-3253 Update Python transaction tests to have correct flush configuration (...sueloverso2017-04-053-3/+12
* WT-3247 Test should exit instead of abort to avoid a core dump. (#3367)sueloverso2017-04-051-5/+3
* WT-3254 Fix typo in reconfig string (#3366)sueloverso2017-04-041-1/+1
* WT-2439 Enhance reconciliation page layout (#3358)Keith Bostic2017-03-301-1/+1
* Revert "WT-2439 Improve page layout: keep pages more than half full (#3277)"Michael Cahill2017-03-291-1/+1
* WT-2439 Improve page layout: keep pages more than half full (#3277)Sulabh Mahajan2017-03-291-1/+1
* WT-3238 Java: Fix Cursor.compare and Cursor.equals to return int values. (#3355)Don Anderson2017-03-292-0/+176
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-2438-342/+409
* WT-98 Update the current cursor value without a search (#3346)Keith Bostic2017-03-241-43/+43
* WT-98 Update the current cursor value without a search (#3330)Keith Bostic2017-03-243-138/+272
* WT-3228 Remove with overwrite shouldn't return WT_NOTFOUND (#3339)Keith Bostic2017-03-241-23/+44
* WT-3227 Python test suite inserts unnecessary whitespace in error output. (#3...Keith Bostic2017-03-176-6/+6
* WT-3211 WT_CURSOR.remove cannot always retain its position. (#3321)Keith Bostic2017-03-144-3/+455
* WT-3207 Report a message for conflicting forced checkpoints, rather than an e...Alex Gorrod2017-03-102-9/+23
* WT-3213 Only error if fixed-length and long_running_txn is set.sueloverso2017-03-081-1/+1
* WT-3182 Update Evergreen configuration to include long make check (#3314)Alex Gorrod2017-02-281-1/+1
* WT-3182 Switch make-check to run the short test suite by default (#3313)Keith Bostic2017-02-289-34/+40
* WT-3191 lint (#3310)Keith Bostic2017-02-2121-101/+61
* WT-3184 bug fix: special case searching an index that has a custom collator. ...Don Anderson2017-02-162-0/+171
* WT-3180 bug fix: disable long tests in the top-level main program, (#3298)Don Anderson2017-02-141-11/+18
* WT-2909 Create automatable test verifying checkpoint integrity after errors (...Keith Bostic2017-02-141-17/+16
* WT-2909 Add a custom file system fault injection test to verify checkpoint in...Don Anderson2017-02-144-2/+665
* WT-3144 bug fix: random cursor returns not-found when descending to an empty ...Keith Bostic2017-02-141-0/+49
* WT-3174 Coverity/lint cleanup (#3293)Keith Bostic2017-02-131-4/+4
* WT-3135 WT-3159 Fix search_near() with custom collators for index keys of var...Don Anderson2017-02-132-0/+363
* WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)Keith Bostic2017-01-251-2/+0
* WT-3120 Add error handling to get_key/get_value in a test (#3262)Keith Bostic2017-01-241-4/+4
* WT-2790 Fix a text case false positive in test_sweep01. (#3263)sueloverso2017-01-241-1/+6
* WT-3120 Fix ordering problem in connection_close for filesystem loaded in an ...Keith Bostic2017-01-231-3/+4
* WT-3120 Fix ordering problem in connection_close for custom filesystem loaded...Don Anderson2017-01-232-0/+101
* WT-3105 Fix the thread group usage on eviction reconfigure and add test. (#3252)sueloverso2017-01-201-0/+12
* WT-3134 Coverity scan reports 1368529 and 1368528 (#3251)Keith Bostic2017-01-192-12/+9
* WT-3083 Fix a bug in wtperf config dump (#3224)Sulabh Mahajan2017-01-181-0/+296
* WT-3118 Protect test against unexpectedly slow child start. (#3248)sueloverso2017-01-181-1/+13
* WT-3121 Make all ROTN encryption tests skipable (#3247)David Hows2017-01-1710-12/+30
* WT-3121 In the test suite, create a standard way to load extensions (#3241)Don Anderson2017-01-1634-497/+207
* WT-3114 Avoid archiving log files immediately after recovery. (#3238)sueloverso2017-01-163-2/+9
* WT-3110 Add more test cases for the WT command line utility (#3232)David Hows2017-01-123-0/+199
* WT-3106 Add truncate operation to wt command line utility (#3227)David Hows2017-01-101-0/+92
* WT-3100 test bug: format is weighted to delete, insert, then write operations.Keith Bostic2017-01-041-1/+1
* WT-3100 test bug: format is weighted to delete, insert, then write operations...Keith Bostic2017-01-043-26/+97
* WT-3091Add stats to test_perf001 test, so we can investigate what happened wh...David Hows2016-12-201-1/+2
* WT-2833 Add projections to wt dump utility (#3192)Don Anderson2016-12-203-2/+162
* WT-3082 Python test suite: shorten default run to avoid timeouts. (#3206)Don Anderson2016-12-198-12/+15
* WT-3080 Python test suite: add elapsed time for tests (#3201)Don Anderson2016-12-191-0/+4
* WT-2402 Misaligned structure accesses lead to undefined behavior (#3203)Keith Bostic2016-12-161-10/+11
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-155-2/+225
* WT-2402 Pad structures to avoid cache line sharing. (#3191)Michael Cahill2016-12-152-22/+28
* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic2016-12-154-16/+71
* WT-3070 Fix search_near on indexes. (#3195)Michael Cahill2016-12-141-11/+60