summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't drop core on LSM-only runs, we can't open a cursor to verify with.Keith Bostic2014-12-012-2/+8
* Push the checkpoint program a little harder, it's failing in someKeith Bostic2014-12-012-2/+23
* 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
* Merge branch 'develop' into incremental-backupSusan LoVerso2014-11-148-103/+180
|\
| * remove tab characters from Python scripts.Keith Bostic2014-11-121-1/+1
| * Merge pull request #1372 from wiredtiger/format-timerKeith Bostic2014-11-127-102/+133
| |\
| | * Do operations if we have a time or an operation count.Keith Bostic2014-11-121-3/+5
| | * Make sure each thread has at least one operation to perform, but notKeith Bostic2014-11-121-1/+3
| | * Don't update the counters as often, should help with shared cache lines.Keith Bostic2014-11-111-1/+1
| | * Add support for timer-specified runs.Keith Bostic2014-11-117-99/+126
| * | Allow unicode typed objects in Python with S/s formats. refs #1187.Don Anderson2014-11-121-1/+47
| |/
* | Add restriction and error checking for having run recovery. UpdateSusan LoVerso2014-11-141-10/+14
* | Changes to allow recovery to be run between incremental backups. #1183Susan LoVerso2014-11-131-42/+62
* | Change print to self.pr. #1183Susan LoVerso2014-11-101-8/+9
* | Incremental backup test. #1183Susan LoVerso2014-11-101-0/+159
|/
* Fix a bug in UTF-8 parsing caused by signed chars.Michael Cahill2014-11-101-0/+45
* Added java async tests that open many connections. refs #1332.Don Anderson2014-11-071-1/+41
* Update the test suite to match the new tag names.Keith Bostic2014-11-031-2/+2
* Merge branch 'develop' into java-exceptionsDon Anderson2014-10-305-20/+32
|\
| * wts.c:97:15: error: assignment discards 'const' qualifier from pointerKeith Bostic2014-10-291-1/+2
| * warning: embedding a directive within macro arguments has undefinedKeith Bostic2014-10-292-14/+19
| * Add prefixes to all stat descriptions. #1313Susan LoVerso2014-10-271-2/+2
| * Crank up the possible cache size to 100GB.Keith Bostic2014-10-241-1/+1
| * I always forget format doesn't allow you to specify the cache size as "8gb"Keith Bostic2014-10-241-4/+10
* | Added test for RollbackException. refs #1295.Don Anderson2014-10-301-9/+50
* | Added a minimal ExceptionTest for java.Don Anderson2014-10-232-0/+134
|/
* /thread/t.c:49:12: error: redundant redeclaration of __wt_getoptKeith Bostic2014-10-221-1/+0
* The type returned from pthread_self() is opaque, we can't cast it to aKeith Bostic2014-10-224-12/+20
* Fix test txn06 when built with verbose support.Michael Cahill2014-10-201-1/+1
* Merge pull request #1291 from wiredtiger/snap-minMichael Cahill2014-10-203-3/+66
|\
| * Fix the Python check for a verbose build: it can't be a connection method, th...Michael Cahill2014-10-182-6/+5
| * Add a "verbose=[transaction]" mode, output a message if a snapshot falls a lo...Michael Cahill2014-10-182-2/+66
* | Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204.Keith Bostic2014-10-173-20/+20
|/
* Fix backward ifdef.Alex Gorrod2014-10-171-1/+1
* Port all examples, most tests, and wtperf to WindowsMark Benvenuto2014-10-169-5/+273
* Merge pull request #1274 from wiredtiger/basecfg-versionMichael Cahill2014-10-162-48/+30
|\
| * Add more wording on upgrade/downgrade of databases.Keith Bostic2014-10-142-48/+30
* | MSVC doesn't yet support "%zu", replace with #defines.Keith Bostic2014-10-153-2/+14
* | Merge branch 'develop' into json-loadAlex Gorrod2014-10-1517-122/+202
|\ \ | |/
| * Skip checkpoint reads from LSM: they aren't supported.Michael Cahill2014-10-131-6/+10
| * Don't read from checkpoints if we're single-threaded and doing checksKeith Bostic2014-10-121-3/+7
| * Merge pull request #1265 from wiredtiger/format-workMichael Cahill2014-10-131-37/+72
| |\
| | * 10% of the time, when switching to a new session/cursor set, performKeith Bostic2014-10-081-37/+72
| * | Clean up remaining gcc warnings.Keith Bostic2014-10-103-4/+3
| * | gcc doesn't like externs inside functions (warning: nested externKeith Bostic2014-10-106-17/+23
| * | Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-107-57/+83
| |/
| * Don't jump to the deadlock handling code unless we're in a transaction.Keith Bostic2014-10-081-1/+2
| * Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version.Keith Bostic2014-10-0411-27/+32
| * Minor cleanups: complain if we see off_t from now, hardwire tests for theKeith Bostic2014-10-021-1/+1