summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* WT-3762 Add a "force" flag to WT_CONNECTION::set_timestamp. (#3800)Michael Cahill2017-11-231-0/+10
* WT-3648 Read the thread's timestamp information once. (#3782)sueloverso2017-11-102-9/+11
* WT-3696 Add checks to ensure session usage is single threaded. (#3760)Alex Gorrod2017-11-064-6/+6
* WT-3717 Add a verbose lookaside mode (#3774)Alex Gorrod2017-11-032-2/+3
* WT-3705 Code style fixes, and remove debian packaging (#3771)Alex Gorrod2017-11-021-7/+7
* WT-3713 Make error output more concise. Some refactoring. (#3775)sueloverso2017-11-011-40/+99
* WT-3714 Make the data ranges easier to view. (#3773)sueloverso2017-10-312-2/+2
* WT-3711 Add signal handler to random_abort. (#3772)sueloverso2017-10-312-6/+28
* WT-3652 Skip unnecessary lookaside reads / writes (#3764)Alex Gorrod2017-10-311-2/+3
* Revert WT-3705 Full build Friday and lint (#3770)Alex Gorrod2017-10-311-7/+7
* WT-3707 Install signal handler to detect child unexpectedly failing. (#3769)sueloverso2017-10-301-5/+31
* WT-3630 Send the test environment to "make check". (#3766)Michael Cahill2017-10-301-1/+1
* WT-3705 Full build Friday and lint (#3765)Keith Bostic2017-10-301-7/+7
* WT-3699 support minimum cache sizes in format (#3762)Keith Bostic2017-10-273-19/+28
* WT-3630 Avoid the system Python binary on Evergreen. (#3749)Michael Cahill2017-10-272-14/+15
* WT-3677 test/format compaction doesn't handle timeout error return (#3755)Keith Bostic2017-10-251-1/+6
* WT-3679 Show more information when 'wt' fails in the test suite (#3751)Don Anderson2017-10-241-0/+29
* WT-3585 Add an API to allow read timestamp to round up to oldest (#3721)Vamsi Krishna2017-10-201-1/+18
* WT-3598 Open cursor should not to set transaction error (#3733)Vamsi Krishna2017-10-202-13/+13
* WT-3257 Add test for log=recover settings (#3718)sueloverso2017-10-191-0/+118
* WT-3667 fix timestamp tests to backup with log archive set to false (#3741)Sulabh Mahajan2017-10-194-6/+5
* WT-3672 Test format failure with commit timestamp older than oldest timestamp...Keith Bostic2017-10-192-6/+19
* WT-3235 LSM cursor handling on error, code review (#3748)Vamsi Krishna2017-10-191-1/+1
* WT-3635 Coverity 1381606 & Friday builds & lint. (#3702)Keith Bostic2017-10-172-2/+1
* WT-3665 change format to configure the WiredTiger checkpoint thread (#3740)Keith Bostic2017-10-165-11/+85
* WT-3553 Change testutil_die to abort rather than exit (#3731)Vamsi Krishna2017-10-131-3/+4
* WT-3619 Make compaction more aware of checkpoints and eviction. (#3707)Keith Bostic2017-10-131-4/+4
* WT-3651 Shorten runtime for Python lookaside test (#3728)Alex Gorrod2017-10-131-4/+3
* WT-3646 Only use lookaside when operations are blocked waiting for cache (#3722)Michael Cahill2017-10-121-7/+44
* WT-3646 Don't trigger eviction from checkpoints in write heavy workloads (#3726)Michael Cahill2017-10-121-4/+4
* WT-3622 Permit upper case hex. (#3709)Michael Cahill2017-10-091-7/+4
* WT-3627 test_txn14.test_txn14.test_log_flush timeout (#3708)Keith Bostic2017-10-091-4/+5
* WT-3639 format tried to drop checkpoints during a hot backup (#3705)Keith Bostic2017-10-091-6/+17
* WT-3631 Convert timestamps to integers before comparing (#3700)Sulabh Mahajan2017-10-067-33/+13
* WT-3453 Enhance lookaside table test coverage (#3669)Vamsi Krishna2017-10-061-10/+78
* WT-3582 Move test/format checkpoints to a dedicated thread. (#3697)Michael Cahill2017-10-054-99/+112
* WT-3435 Fix lookaside eviction with timestamps. (#3644)Michael Cahill2017-10-052-21/+19
* WT-3621 Add a new test for a full backup followed by a table create. (#3693)sueloverso2017-10-051-0/+117
* WT-3600 Improve timestamp parsing to validate characters passed (#3695)Sulabh Mahajan2017-10-051-0/+31
* Revert "WT-3600 Improve timestamp parsing to validate characters passed" (#3689)Sulabh Mahajan2017-10-041-31/+0
* WT-3593 Add an API to enforce consitent use of timestamps (#3667)sueloverso2017-10-043-0/+341
* WT-3600 Improve timestamp parsing to validate characters passed (#3687)Sulabh Mahajan2017-10-041-0/+31
* WT-3559 Detect when a checkpoint races with metadata changes (#3665)Vamsi Krishna2017-10-033-3/+75
* WT-3618 remove solaris support in automated testing (#3684)Sam Kleinman2017-10-031-14/+0
* WT-3614 Full-build Friday lint (#3683)Keith Bostic2017-10-024-11/+12
* WT-3230 automatic style checking: function local variable declarations (#3678)Keith Bostic2017-09-2931-49/+50
* WT-3605 LSM doesn't support type 'r' (#3676)Keith Bostic2017-09-286-46/+69
* WT-3610 Only require that the first commit_timestamp is oldest. (#3681)Michael Cahill2017-09-281-17/+10
* WT-3603 Enhance test/format to optionally use different random number seeds (...Keith Bostic2017-09-263-15/+33
* WT-3590 Keep data consistent if writes fail during a clean shutdown (#3666)sueloverso2017-09-201-0/+98