summaryrefslogtreecommitdiff
path: root/test/thread
Commit message (Expand)AuthorAgeFilesLines
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-011-1/+4
* Coverity report 1215467, open FILE handle could be leaked.Keith Bostic2014-05-231-17/+15
* Test some more basic access method types and other variants in formatKeith Bostic2014-05-222-2/+14
* Fix a memory leak, thanks valgrind!Keith Bostic2014-05-201-4/+3
* Add a -F option to thread, to create a separate file for every thread.Keith Bostic2014-05-205-38/+91
* Use the default cache size in test/thread: 5MB causes odd side effects that m...Michael Cahill2014-05-091-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-075-5/+5
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-083-20/+10
|\
| * Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.hKeith Bostic2013-11-063-20/+10
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-052-1/+6
|\ \ | |/
| * Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod2013-11-012-1/+6
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-291-5/+10
|\ \ | |/
| * Merge branch 'develop' into java-auto-closeAlex Gorrod2013-10-251-1/+1
| |\
| * | 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-154-10/+22
| |\ \
| * | | Add a stub callback for auto closed handles. Update handlers in tree.Alex Gorrod2013-04-081-1/+2
* | | | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-241-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | thread opens statistics cursors so we have to configure statistics inKeith Bostic2013-10-211-1/+1
| | |/ | |/|
* | | When cleaning up after tests, remove the logs.Michael Cahill2013-08-291-1/+1
|/ /
* | Merge branch 'develop' into loggingSusan LoVerso2013-06-172-3/+3
|\ \
| * | The test/thread program is using key numbers of 0, which is illegal,Keith Bostic2013-05-242-3/+3
| |/
* | Add log_print support to test/thread.Susan LoVerso2013-06-053-7/+19
|/
* Update copyright notice to 2013.Keith Bostic2013-01-015-5/+5
* Move test program software into the public domain, if anyone wants toKeith Bostic2012-10-265-15/+115
* s/WildTiger/WiredTiger/Michael Cahill2012-10-171-1/+1
* warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill2012-10-031-1/+1
* On GCC spinlocks, yield after spinning for a while (default 1000 iterations).Michael Cahill2012-09-101-4/+5
* Fix __wt_conn_btree_apply to acquire handles correctly,Michael Cahill2012-06-181-2/+2
* Add test/fops and test/thread to "make check".Michael Cahill2012-06-012-8/+6
* Now that test/fops is split out of the thread code, there's no need forKeith Bostic2012-05-281-4/+0
* Split test/thread into two parts, test/thread and test/fops.Keith Bostic2012-05-286-248/+33
* Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-041-9/+9
* lintKeith Bostic2012-05-033-4/+4
* lintKeith Bostic2012-05-031-0/+2
* Add support for file operations to the test/thread program.Keith Bostic2012-05-037-101/+343
* Make the local clean targets all the same: remove the WiredTiger runKeith Bostic2012-04-231-1/+1
* lintKeith Bostic2012-03-153-10/+12
* test/thread/run.c:129: warning: unused variable ‘keyno’Michael Cahill2012-03-111-1/+1
* Fix an error message tag.Keith Bostic2012-03-101-1/+1
* Add the -S option to the test/thread program, that uses a new sessionKeith Bostic2012-03-103-69/+125
* Apply style scripts to the test sources.Michael Cahill2012-02-242-3/+3
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-021-2/+2
* More copyright cleanup.Keith Bostic2012-02-015-15/+15
* Fix uninitialized warnings with GCC 4.2.Michael Cahill2012-01-311-0/+4
* Fix up various places that accessed statistics keys via the old interface.Michael Cahill2012-01-201-8/+4
* Change the name of the schema file to WiredTiger.wtKeith Bostic2011-12-251-1/+1
* Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}...Michael Cahill2011-11-231-2/+2
* Remove the "multithread" configuration for connections.Michael Cahill2011-10-181-1/+1
* Use a cast when trying to print a pthread_t.Michael Cahill2011-10-111-2/+2
* Implement the wiredtiger_open "create" and "exclusive" configurationKeith Bostic2011-10-012-2/+5