summaryrefslogtreecommitdiff
path: root/test/suite
Commit message (Expand)AuthorAgeFilesLines
* Test clean up. WT-1822.Don Anderson2015-05-091-13/+5
* Bring the test suite back in line with the configuration tests we canKeith Bostic2015-05-082-33/+39
* Added a test for salvaging encrypted databases. WT-1822.Don Anderson2015-05-082-1/+93
* Add explicit tests with encryption not specified for indices/column groupsDon Anderson2015-05-071-8/+40
* Added lsm to the 'encrypt information leak' test. Also added all combinationsDon Anderson2015-05-071-37/+37
* Clip a test for tables with an empty encryption name: that now means that the...Michael Cahill2015-05-071-2/+4
* Encryption config has to be passed to each call to WT_SESSION::create that cr...Michael Cahill2015-05-071-21/+24
* In the 'in the clear' encryption test, also check that a simple tableDon Anderson2015-05-061-6/+23
* Added new test (currently failing) to guarantee that original clear textDon Anderson2015-05-061-0/+184
* Added new encryption test for zlib raw compression corner case.Don Anderson2015-05-041-0/+142
* Modified 'mismatch' test to use more realistic encryption so thatDon Anderson2015-05-041-5/+9
* Enhance test so that when a configuration is changed, we add more records,Don Anderson2015-04-301-14/+35
* Merge branch 'encryption-api' of https://github.com/wiredtiger/wiredtiger int...Don Anderson2015-04-293-5/+67
|\
| * Merge branch 'develop' into encryption-apiSusan LoVerso2015-04-283-5/+67
| |\
| | * Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-04-231-3/+65
| | |\
| | | * Add some tests of the wt load command's command line arguments.Keith Bostic2015-04-221-0/+59
| | | * shorten long lines.Keith Bostic2015-04-221-3/+6
| | * | Push renaming down into `api_data.py`, replacing lower-case handleKeith Bostic2015-04-212-2/+2
| | |/
* | | Remove workaround code that had previously been failing beforeDon Anderson2015-04-291-19/+1
|/ /
* | Added new encryption test for mismatch configuration. Refs #1822.Don Anderson2015-04-271-0/+187
* | Add unit test and fixes for encryption mismatches. WT-1822Susan LoVerso2015-04-231-0/+100
* | Fixed copyrights.Don Anderson2015-04-231-1/+2
* | Added new test for encryption passwords. Refs #1822.Don Anderson2015-04-221-0/+128
* | Added test against zlib.Don Anderson2015-04-221-0/+1
* | Merge branch 'encryption-api' of https://github.com/wiredtiger/wiredtiger int...Don Anderson2015-04-221-4/+1
|\ \
| * \ Merge branch 'encryption-api' of github.com:wiredtiger/wiredtiger into encryp...Susan LoVerso2015-04-211-21/+38
| |\ \
| * \ \ Merge branch 'develop' into encryption-apiSusan LoVerso2015-04-211-4/+1
| |\ \ \ | | | |/ | | |/|
| | * | Remove tab characters.Keith Bostic2015-04-171-1/+1
| | * | Convert loop to more traditional PythonKeith Bostic2015-04-171-4/+1
* | | | Changed key/value sizes to have much more random variation.Don Anderson2015-04-221-13/+16
| |_|/ |/| |
* | | Added capability of compressing logs and files independently, andDon Anderson2015-04-211-21/+38
|/ /
* | Modified encrypt test to run with some compressors as well. Refs #1822.Don Anderson2015-04-171-13/+30
* | Merge branch 'develop' into encryption-apiSusan LoVerso2015-04-171-0/+84
|\ \ | |/
| * Fix a bug in LSM where updates with overwrite could be skipped.Alex Gorrod2015-04-161-0/+84
* | Added a rotn encryptor shared object, as a basis for simple encryptionDon Anderson2015-04-151-0/+108
|/
* Merge branch 'develop' into cursor-pinKeith Bostic2015-04-132-5/+10
|\
| * Add a test of file_manager(close_handle_minimum).Keith Bostic2015-04-101-0/+4
| * Make this test run again: set the file_manager.close_handle_minimum toKeith Bostic2015-04-081-5/+6
* | WT_CURSOR::search() near current position.Keith Bostic2015-04-051-0/+119
|/
* Merge pull request #1841 from wiredtiger/log-cursor-fixMichael Cahill2015-04-021-1/+3
|\
| * Reset eol if we continue. Return NOTFOUND if checksum mismatch. #1840Susan LoVerso2015-04-011-1/+3
* | Increased test size for log cursors. Fixed how the 'none' compressorDon Anderson2015-04-011-125/+125
* | Modify log_scan callback args to send in next LSN. #1837Susan LoVerso2015-03-311-0/+125
|/
* Add a __setitem__ to cursors in the Python API.Keith Bostic2015-03-311-12/+3
* Merge branch 'develop' into var-col-store-bugAlex Gorrod2015-03-3158-348/+116
|\
| * Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-3158-348/+116
* | Add the rest of the col gap test case.Alex Gorrod2015-03-311-11/+20
* | Add a test case for a new bug in variable length column stores.Alex Gorrod2015-03-311-0/+39
|/
* Basic test of variable-length column store tables with large namespace gaps.Keith Bostic2015-03-271-0/+84
* The sweep test depends on checkpoints running to find clean handles to discar...Michael Cahill2015-03-261-6/+10