summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1476 from wiredtiger/format-recoverMichael Cahill2014-12-225-80/+159
|\
| * Add configuration options for log archive and pre-allocation, currentlyKeith Bostic2014-12-154-78/+113
| * Clean up run reporting.Keith Bostic2014-12-151-3/+7
| * Add a simple test of recovery -- on timed runs, the monitor threadKeith Bostic2014-12-154-3/+43
* | Skip test_schema03.py on Window since rlimits are unix specificMark Benvenuto2014-12-191-3/+13
* | Merge pull request #1494 from markbenvenuto/win_test_priv01_skipMichael Cahill2014-12-191-0/+5
|\ \
| * | add call to superMark Benvenuto2014-12-171-0/+1
| * | Skip test_priv01.py on Windows since it is Unix specificMark Benvenuto2014-12-171-0/+4
* | | fix test_salvage on WindowsMark Benvenuto2014-12-181-1/+2
* | | snprintf - Implement a custom version of snprintf match theMark Benvenuto2014-12-171-1/+8
|/ /
* | Merge branch 'develop' into dhandle-hashMichael Cahill2014-12-166-31/+55
|\ \
| * | Loosen test checks while debugging on dhandle-hash branch.Susan LoVerso2014-12-151-3/+19
| * | Merge pull request #1477 from wiredtiger/printlog-compressedsueloverso2014-12-151-0/+5
| |\ \ | | |/ | |/|
| | * Fix use of 'compressed' flag for printlog.Don Anderson2014-12-151-0/+5
| * | Merge pull request #1454 from wiredtiger/overflow-relaxMichael Cahill2014-12-154-30/+50
| |\ \
| | * | Make every 1000th record big (80-100KB).Keith Bostic2014-12-102-10/+20
| | * | When I switched the tracking frequency from 1/10 of a second to 1/4Keith Bostic2014-12-101-7/+7
| | * | Merge branch 'develop' into overflow-relaxKeith Bostic2014-12-091-4/+3
| | |\ \
| | * \ \ Merge branch 'develop' into overflow-relaxKeith Bostic2014-12-095-68/+15
| | |\ \ \
| | * \ \ \ Merge branch 'develop' into overflow-relaxKeith Bostic2014-12-096-7/+404
| | |\ \ \ \
| | * | | | | Separate the btree maximum key/value sizes from the underlying pageKeith Bostic2014-12-091-13/+23
* | | | | | | Add a few more sweep stats to understand why the test sometimes fails.Susan LoVerso2014-12-151-1/+45
* | | | | | | Merge branch 'develop' into dhandle-hashAlex Gorrod2014-12-156-34/+99
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #1464 from wiredtiger/testsuite-longMichael Cahill2014-12-155-33/+95
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Used prune_scenario limit the number of scenarios for default test runs.Don Anderson2014-12-122-8/+5
| | * | | | | Allow pruning scenarios with different limits for default vs. long runs.Don Anderson2014-12-122-15/+45
| | * | | | | Changed python test suite to allow for shorter runs by default,Don Anderson2014-12-113-16/+51
| * | | | | | Preserve LSM values prefixed with tombstones across merges.Michael Cahill2014-12-121-1/+4
| |/ / / / /
* | | | | | Extend time in test_sweep01.py. #1460Susan LoVerso2014-12-111-1/+1
* | | | | | Use dhandle hash lists in more places. Adjust sweep timings. #1460Susan LoVerso2014-12-111-1/+1
|/ / / / /
* | | | | Add connection sweep stats and a sweep test. #1446Susan LoVerso2014-12-101-0/+145
| |_|_|/ |/| | |
* | | | The style scripts complain about trailing semi-colons in Python code,Keith Bostic2014-12-091-4/+3
| |_|/ |/| |
* | | Merge pull request #1457 from wiredtiger/log-archive-timingMichael Cahill2014-12-103-59/+13
|\ \ \
| * | | Change timing to allow archive thread to complete on tests thatDon Anderson2014-12-093-59/+13
| | |/ | |/|
* | | Merge pull request #1450 from wiredtiger/parallel-test-depAlex Gorrod2014-12-102-9/+2
|\ \ \ | |/ / |/| |
| * | Prepend third party libraries we supply to the front of the os.path list.Don Anderson2014-12-092-9/+2
* | | Use new stat for small records. #1359Susan LoVerso2014-12-091-2/+3
* | | Fix timeouts for other txn tests. #1359Susan LoVerso2014-12-092-2/+6
* | | Merge branch 'log-compress' of github.com:wiredtiger/wiredtiger into log-comp...Susan LoVerso2014-12-091-0/+12
|\ \ \
| * \ \ Merge branch 'develop' into log-compressMichael Cahill2014-12-091-0/+12
| |\ \ \ | | |/ /
| | * | Handle nonexistent objects for drops of indices/colgroups/lsm with 'force'.Don Anderson2014-12-081-0/+12
| | |/
* | | Give time.sleep a small timeout. #1359Susan LoVerso2014-12-091-2/+3
|/ /
* | Modify printlog output so that arbitrary strings are shownDon Anderson2014-12-051-0/+88
* | Changed log compress test test_txn07.py to be more complete. refs #1359.Don Anderson2014-12-041-12/+31
* | Added test for log compression.Don Anderson2014-12-041-0/+272
* | Merge branch 'develop' into log-compressDon Anderson2014-12-029-48/+356
|\ \ | |/
| * Don't drop core on LSM-only runs, we can't open a cursor to verify with.Keith Bostic2014-12-012-2/+8
| * Push the checkpoint program a little harder, it's failing in someKeith Bostic2014-12-012-2/+23
| * Add tests for creating bulk and non-bulk items that we know will succeed;Keith Bostic2014-11-214-11/+97
| * Move the test run into a subdirectory, WT_TEST.Keith Bostic2014-11-215-35/+46