summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-26Add a test case for Java cursor issue refs #493Alex Gorrod
2013-03-25Don't log statistics in test/format (session.verify can fail and returnKeith Bostic
2013-03-21Replace statistics_log.objects with statistics_log.sources, no other change.Keith Bostic
2013-03-20Optionally dump statistics for a list of objects as part of statisticsKeith Bostic
2013-02-26Don't pound on disks by default in test/format -- we use it for lots of autom...Michael Cahill
2013-02-26Fix complaints from s_style.Alex Gorrod
2013-02-25Merge pull request #461 from wiredtiger/pack-streamsagorrod
2013-02-25Merge branch 'develop' into statisticsKeith Bostic
2013-02-23Create a thread to do automatic checkpoints.Keith Bostic
2013-02-22Make run-time statistics optional, defaulted to "off".Keith Bostic
2013-02-22Commit a test to ensure session table cache is invalidated.Alex Gorrod
2013-02-21Michael's suggestion to use a statistics_log.wait value of not-zero toKeith Bostic
2013-02-20Merge pull request #453 from wiredtiger/javaMichael Cahill
2013-02-20Add a new server thread that can be configured to periodically outputKeith Bostic
2013-02-19Turn on buffer alignment and direct I/O, it tests a few more paths andKeith Bostic
2013-02-19Fix copyright notices in Java source code.Alex Gorrod
2013-02-19Update Java Cursor API naming to reflect ByteArray semantics.Alex Gorrod
2013-02-16Fix shared cache so that reserve size is always initialized properly.Alex Gorrod
2013-02-13Typo, two tests with the same name.Keith Bostic
2013-02-13Merge branch 'develop' into javaAlex Gorrod
2013-02-13Update Java cursors to use packing code. Also enhance JUnit usage.Alex Gorrod
2013-02-12Update Java structure packing implementation.Alex Gorrod
2013-02-08Add a Java implementation of packed formats.Alex Gorrod
2013-02-06Remove support for the no-cache configuration, revert back to maintainingKeith Bostic
2013-01-28Add a test for forced salvage.Keith Bostic
2013-01-28fix a comment.Keith Bostic
2013-01-27Add the rest of the session methods that should fail with a cursor open.Keith Bostic
2013-01-27There was a salvage test that (according to the comment) was testingKeith Bostic
2013-01-27Generalize the check for verify's error message.Keith Bostic
2013-01-26Add a test the confirms verify truncates the file as necessary.Keith Bostic
2013-01-21fix a typo, don't output the program name if calling die()Keith Bostic
2013-01-21Add the hooks to make it easy to bring in an LZO handler.Keith Bostic
2013-01-15Add a compaction operation to test/format.Keith Bostic
2013-01-15Alter the shared cache min configuration to be called reserved.Alex Gorrod
2013-01-14Add the ability to specify a per-connection base size to participants inAlex Gorrod
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-17Fix some issues with LSM rename and add a Python test.Alex Gorrod
2012-12-11Test fixes now that populate inserts the requested number of records.Michael Cahill
2012-12-11In the test suite, when checking that a data source is correctly populated,Michael Cahill
2012-12-08Add a few additional configuration items knobs to test/format:Keith Bostic
2012-12-08typoKeith Bostic
2012-12-06whitespace.Keith Bostic
2012-12-05Make the test suite run again.Keith Bostic
2012-12-04Output statistics for all data sources from test/formatMichael Cahill
2012-12-03Update test/format to output valid configuration files again.Alex Gorrod
2012-12-02Don't include <signal.h> before <wt_internal.h>, it breaks with gcc 4.6Keith Bostic
2012-11-30Update the CONFIG example.Keith Bostic
2012-11-29Merge pull request #385 from wiredtiger/trickleMichael Cahill
2012-11-30Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill
2012-11-30Merge branch 'develop' into trickleAlex Gorrod