summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update the test suite to match the statistics name changes.Keith Bostic2013-11-171-3/+2
* Should never happen, but lint points out session can theoretically beKeith Bostic2013-11-161-1/+1
* CID 1129026 (#1 of 4): Dereference after null check (FORWARD_NULL)Keith Bostic2013-11-151-1/+1
* CID 1129022 (#1 of 1): Dead default in switch (DEADCODE)Keith Bostic2013-11-151-2/+0
* CID 1129078 (#3 of 3): Uninitialized scalar variable (UNINIT)Keith Bostic2013-11-151-6/+7
* Have test/format reset its cursor before blocking operations like checkpoint.Michael Cahill2013-11-151-8/+14
* Only pass "block_allocation=" if test/format is overriding the default.Michael Cahill2013-11-111-2/+2
* Go back to "allocation_size" to avoid breaking the world.Michael Cahill2013-11-1113-19/+19
* We no longer need os.Keith Bostic2013-11-101-1/+0
* Use statistics to figure out if compaction was successful, that meansKeith Bostic2013-11-101-11/+19
* Compression changes.Keith Bostic2013-11-0915-20/+33
* Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.hKeith Bostic2013-11-0611-55/+30
* Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod2013-11-019-7/+23
* Merge branch 'develop' into java-auto-closeAlex Gorrod2013-10-257-10/+246
|\
| * whitespaceKeith Bostic2013-10-211-2/+2
| * statistics_logging now requires a separate statistics configurationKeith Bostic2013-10-211-2/+4
| * thread opens statistics cursors so we have to configure statistics inKeith Bostic2013-10-211-1/+1
| * Add error tests for bad combinations of statistics configurations.Keith Bostic2013-10-211-1/+48
| * If the default statistics setting is "none", we have to configureKeith Bostic2013-10-211-0/+7
| * styleKeith Bostic2013-10-191-2/+2
| * Better testing of the "fast" configuration, fix a bug, the btree codeKeith Bostic2013-10-191-0/+34
| * Better testing of the "clear" configuration.Keith Bostic2013-10-191-12/+37
| * test clear/not-clear for both connection and data-sourceKeith Bostic2013-10-191-0/+17
| * API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-194-4/+111
| * Merge branch 'develop' into lsm-bloom-newestMichael Cahill2013-10-141-1/+1
| |\
| * | Create Bloom filters whenever waiting to do a merge. Remove the 'lsm_bloom_n...Michael Cahill2013-10-041-3/+0
* | | Use the event handler to capture stderr, stdout.Don Anderson2013-10-243-49/+45
* | | Merge branch 'develop' into java-auto-closeMichael Cahill2013-10-0914-161/+356
|\ \ \ | | |/ | |/|
| * | shorter the output line so larger runs fit into 80 characters.Keith Bostic2013-10-071-1/+1
| |/
| * Don't read both the standard and the command-line CONFIG file, use oneKeith Bostic2013-09-171-6/+18
| * Add a test where we backup everything, not just a list of targets: it'sKeith Bostic2013-09-161-11/+15
| * whitespaceKeith Bostic2013-09-161-1/+1
| * Assert the files compare equally, otherwise we won't fail.Keith Bostic2013-09-161-2/+3
| * Randomly create a bloom filter on an LSM tree chunk before it's firstKeith Bostic2013-09-161-1/+8
| * Merge branch 'develop' into branch684Keith Bostic2013-09-142-0/+9
| |\
| | * Change the "always done" final search to increment the statistics; weKeith Bostic2013-09-141-0/+1
| | * If it's an LSM run, crank up the insert percentage so we push LSM.Keith Bostic2013-09-141-0/+8
| * | Turn on all of the tests in test_backup03, drop the number of rowsKeith Bostic2013-09-141-16/+23
| * | Build cleanup, make the pull request pass the automatic tests.Keith Bostic2013-09-132-3/+3
| * | If the comparison fails, the test should fail, too.Keith Bostic2013-09-131-8/+8
| * | More tweaking of the test to make it fail in various ways.Keith Bostic2013-09-131-14/+34
| * | Clarify what's happening when the file comparison fails due to file size.Keith Bostic2013-09-131-2/+3
| * | Crank up the LSM row count even further.Keith Bostic2013-09-131-2/+2
| * | Re-work so each test gets its own directory for later debugging,Keith Bostic2013-09-131-25/+24
| |/
| * whitespaceKeith Bostic2013-09-111-2/+2
| * Minor test-name shuffling, test_bug002 is now a bulk-load test.Keith Bostic2013-09-112-7/+10
| * Merge pull request #674 from wiredtiger/backup-bulk-number-2Michael Cahill2013-09-101-11/+78
| |\
| | * Merge branch 'develop' into backup-bulk-number-2Keith Bostic2013-09-101-1/+10
| | |\
| | * | Make hot backups work concurrently with files being bulk-loaded.Keith Bostic2013-09-101-28/+53
| | * | Merge branch 'develop' into backup-bulkKeith Bostic2013-09-0925-291/+485
| | |\ \