summaryrefslogtreecommitdiff
path: root/test/bloom/test_bloom.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-1/+2
* WT-2554 Add initial C test framework. (#2655)Alex Gorrod2016-05-231-1/+1
* WT-2600: clean up test program includes (#2708)Keith Bostic2016-05-021-9/+3
* WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-111-3/+5
* WT-2421 Fixup error handling in test/bloom.Alex Gorrod2016-02-231-0/+4
* WT-2422: multiple definitions of custom die functionKeith Bostic2016-02-221-0/+2
* WT-2405 Convert bloom test to use new error checking macro.Alex Gorrod2016-02-191-26/+15
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Change to __wt_existsDavid Hows2015-05-121-1/+0
* test/checkpoint is using __wt_random_init/__wt_random, test programs areKeith Bostic2015-05-081-1/+1
* Add testutils to all testsDavid Hows2015-05-051-40/+18
* Lint.Keith Bostic2015-03-031-25/+19
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Clean up remaining gcc warnings.Keith Bostic2014-10-101-2/+3
* Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-8/+10
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-011-4/+4
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Internal WT programs are using WT_UNUSED everywhere, test/bloom was theKeith Bostic2013-12-071-47/+11
* Increase the default Bloom filter parameters so the false positive rate is mu...Michael Cahill2013-12-041-3/+3
* Tweak the test/bloom parameters to more closely match some real tests.Michael Cahill2013-12-031-7/+4
* Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod2013-11-011-1/+1
* Add a WT_SESSION handle to WT_EVENT_HANDLER callbacks.Alex Gorrod2013-08-291-2/+4
* Merge branch 'develop' into java-auto-closeAlex Gorrod2013-08-151-2/+1
|\
| * Document WT_ITEM structures don't need to be cleared before use, andKeith Bostic2013-07-291-1/+0
| * Don't set the 'Z' flag to MALLOC_OPTIONS (FreeBSD malloc configuration),Keith Bostic2013-07-291-1/+1
* | Add a stub callback for auto closed handles. Update handlers in tree.Alex Gorrod2013-04-081-1/+2
|/
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Don't include <signal.h> before <wt_internal.h>, it breaks with gcc 4.6Keith Bostic2012-12-021-1/+2
* Move test program software into the public domain, if anyone wants toKeith Bostic2012-10-261-3/+23
* s/WildTiger/WiredTiger/Michael Cahill2012-10-171-1/+1
* Add a cleanup step to the Bloom test so it starts with a fresh state.Michael Cahill2012-09-171-0/+2
* Close Bloom cursors when closing an LSM cursor.Michael Cahill2012-09-131-2/+3
* Fix the percentage calculation in test/bloom.Michael Cahill2012-09-101-1/+1
* Add signal header file to bloom test.Alex Gorrod2012-08-291-0/+1
* Add bloom filter implementation and test.Alex Gorrod2012-08-291-0/+306