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