summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notice to 2013.Keith Bostic2013-01-0198-98/+98
* Fix some issues with LSM rename and add a Python test.Alex Gorrod2012-12-171-0/+72
* Test fixes now that populate inserts the requested number of records.Michael Cahill2012-12-112-3/+3
* In the test suite, when checking that a data source is correctly populated,Michael Cahill2012-12-116-32/+32
* Add a few additional configuration items knobs to test/format:Keith Bostic2012-12-084-2/+40
* typoKeith Bostic2012-12-081-1/+1
* whitespace.Keith Bostic2012-12-061-1/+1
* Make the test suite run again.Keith Bostic2012-12-051-9/+11
* Output statistics for all data sources from test/formatMichael Cahill2012-12-042-10/+6
* Update test/format to output valid configuration files again.Alex Gorrod2012-12-031-2/+3
* Don't include <signal.h> before <wt_internal.h>, it breaks with gcc 4.6Keith Bostic2012-12-021-1/+2
* Update the CONFIG example.Keith Bostic2012-11-301-3/+6
* Merge pull request #385 from wiredtiger/trickleMichael Cahill2012-11-294-13/+18
|\
| * Merge branch 'develop' into trickleAlex Gorrod2012-11-304-10/+110
| |\
| * \ Merge branch 'develop' into trickleAlex Gorrod2012-11-3018-153/+116
| |\ \
| * | | Remove statistics that were added for debugging.Alex Gorrod2012-11-291-1/+1
| * | | Merge branch 'develop' into trickle. Manual.Alex Gorrod2012-11-288-77/+137
| |\ \ \
| * \ \ \ Merge branch 'develop' into trickleAlex Gorrod2012-11-237-52/+49
| |\ \ \ \
| * | | | | Add partial implementation for tracking dirty pages in cache.Alex Gorrod2012-11-224-14/+19
* | | | | | Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill2012-11-302-1/+2
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'develop' into generationMichael Cahill2012-11-3018-43/+143
|\ \ \ \ \
| * | | | | In the threaded checkpoint test, make sure threads have finished before closi...Michael Cahill2012-11-301-3/+5
| * | | | | Merge pull request #386 from wiredtiger/dumpMichael Cahill2012-11-292-6/+104
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Missed a couple of self arguments.Keith Bostic2012-11-291-2/+2
| | * | | | Add a dump utility test that does end-to-end testing of complex tables.Keith Bostic2012-11-292-6/+104
| * | | | | Remove trailing semi-colons & complain if they re-appear.Keith Bostic2012-11-2916-34/+34
| |/ / / /
* | | | | Merge branch 'develop' into generationKeith Bostic2012-11-291-105/+67
|\ \ \ \ \ | |/ / / /
| * | | | Simplify and speed up the test_compress test, add a test run withoutKeith Bostic2012-11-281-105/+67
* | | | | Move the write-generation out of the block header and into the pageKeith Bostic2012-11-281-1/+1
|/ / / /
* | | | Re-seed the random number once (and only once), for each new test/formatKeith Bostic2012-11-271-14/+15
| |_|/ |/| |
* | | Remove commented out code from test_checkpoint02Alex Gorrod2012-11-281-7/+0
* | | Have test/format seed the random number generator once, using time(3) instead...Michael Cahill2012-11-271-5/+4
* | | Turn off prefix compression 80% of the time, otherwise raw compressionKeith Bostic2012-11-261-2/+2
* | | Silently ignore WT_SESSION::compress_raw for file types and configurationsKeith Bostic2012-11-261-8/+0
* | | lint, don't include <sys/time.h> explicitly, tested on FreeBSD,Keith Bostic2012-11-261-1/+0
* | | lint (don't include <sys/time.h> explicitly, it's a repeated includeKeith Bostic2012-11-261-1/+0
* | | Make WT_SESSION::create's checksum configuration 3-state: on, off, orKeith Bostic2012-11-233-7/+14
* | | Add support for a checksum configuration.Keith Bostic2012-11-223-0/+7
* | | Merge branch 'develop' into rawKeith Bostic2012-11-201-1/+1
|\ \ \ | | |/ | |/|
| * | Take care with __wt_buf_grow if the data field may be an offset into the buffer.Michael Cahill2012-11-201-1/+1
* | | Don't configure raw compression with a file type of fixed.Keith Bostic2012-11-161-25/+4
* | | Merge branch 'develop' into rawKeith Bostic2012-11-166-51/+48
|\ \ \ | |/ /
| * | Add a "size of checkpoint" statistic.Michael Cahill2012-11-166-51/+48
| |/
* | Merge branch 'develop' into rawKeith Bostic2012-11-152-1/+214
|\ \ | |/
| * Update shared cache configuration to use absolute values instead ofAlex Gorrod2012-11-151-1/+1
| * Shared cache fixes from review. Fix connection::reconfigure API.Alex Gorrod2012-11-091-0/+13
| * Update shared_cache configuration settings and related changes.Alex Gorrod2012-11-0910-35/+34
| * Fix occurrences of cache_size in the test suite.Alex Gorrod2012-11-072-3/+4
| * Add configuration string checking to subconfig options.Alex Gorrod2012-11-079-13/+13
| * Add a Python test for cache pool, fix some bugs, and removeAlex Gorrod2012-10-291-0/+200