summaryrefslogtreecommitdiff
path: root/test/fops
Commit message (Expand)AuthorAgeFilesLines
* Add tests for creating bulk and non-bulk items that we know will succeed;Keith Bostic2014-11-214-11/+97
* Move the test run into a subdirectory, WT_TEST.Keith Bostic2014-11-215-35/+46
* gcc doesn't like externs inside functions (warning: nested externKeith Bostic2014-10-101-3/+4
* Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-9/+12
* Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version.Keith Bostic2014-10-042-8/+12
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-011-1/+4
* Update copyright notices for 2014.Keith Bostic2014-01-074-4/+4
* Move LSM configuration options to be a group in WT_SESSION->create API.Alex Gorrod2013-12-031-1/+1
* CID 1129022 (#1 of 1): Dead default in switch (DEADCODE)Keith Bostic2013-11-151-2/+0
* Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.hKeith Bostic2013-11-063-20/+10
* Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod2013-11-012-1/+6
* Add a WT_SESSION handle to WT_EVENT_HANDLER callbacks.Alex Gorrod2013-08-291-4/+8
* Merge branch 'develop' into java-auto-closeAlex Gorrod2013-08-151-5/+2
|\
| * Avoid named checkpoints in test/fops now that they are prohibited with LSM.Michael Cahill2013-05-241-5/+2
* | 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-014-4/+4
* Output statistics for all data sources from test/formatMichael Cahill2012-12-041-0/+3
* Move test program software into the public domain, if anyone wants toKeith Bostic2012-10-264-12/+92
* lintMichael Cahill2012-10-221-2/+0
* Tweak the test/fops output to fit in 80 columns and be less busy.Michael Cahill2012-10-221-8/+6
* Add in session.open_cursor operations, reference #373.Keith Bostic2012-10-203-14/+42
* Run some standard tests against table-on-LSM.Michael Cahill2012-10-181-6/+10
* s/WildTiger/WiredTiger/Michael Cahill2012-10-171-1/+1
* warning: initialization discards qualifiers from pointer target typeKeith Bostic2012-10-081-2/+2
* Break out configuration so it's easy to run just one.Keith Bostic2012-10-081-9/+16
* warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill2012-10-031-1/+1
* spellingMichael Cahill2012-10-031-1/+1
* Add sanity check of cache size to LSM open.Alex Gorrod2012-10-033-7/+15
* Bulk-load is only possible if the we just created the file, which meansKeith Bostic2012-09-202-1/+7
* Output bulk operation countKeith Bostic2012-09-201-3/+4
* Fix the usage statement.Keith Bostic2012-09-201-2/+1
* Merge branch 'develop' into lsmAlex Gorrod2012-09-142-1/+3
|\
| * lintKeith Bostic2012-09-122-1/+3
* | Merge branch 'develop' into lsmAlex Gorrod2012-09-123-4/+36
|\ \ | |/
| * Fix bulk loads concurrent with schema modifying operations.Michael Cahill2012-09-111-10/+10
| * Merge branch 'develop' into fops-bulkMichael Cahill2012-09-111-4/+5
| |\
| * | Add a bulk cursor operation into fop test.Alex Gorrod2012-09-073-1/+33
* | | Merge branch 'develop' into lsmAlex Gorrod2012-09-101-4/+5
|\ \ \ | | |/ | |/|
| * | On GCC spinlocks, yield after spinning for a while (default 1000 iterations).Michael Cahill2012-09-101-4/+5
| |/
* | Enable LSM in fop test.Alex Gorrod2012-09-071-1/+2
|/
* Get rid of "snapshot" at the API layer, drive the change down to the btreeKeith Bostic2012-06-181-1/+1
* Rename the "snapshot" config key in session.checkpoint to "name".Keith Bostic2012-06-163-9/+13
* Fix races in table-level schema operations.Michael Cahill2012-06-041-15/+10
* Add tests for table-level operations to test/fops.Michael Cahill2012-06-044-30/+38
* Add test/fops and test/thread to "make check".Michael Cahill2012-06-012-7/+5
* Add handle locking to create and drop operations to avoid races.Michael Cahill2012-06-011-2/+0
* Generated files should not be under revision control.Michael Cahill2012-05-301-545/+0
* session-drop normally returns EBUSY if the handle isn't available.Keith Bostic2012-05-281-1/+1
* Fix error messages to have the right method names.Keith Bostic2012-05-281-4/+4
* Don't verify/sync after the file ops runs, the last operation may be aKeith Bostic2012-05-281-13/+2