summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* complain if tabs found in test suite python scriptsKeith Bostic2012-07-301-0/+5
* Add open-cursor test for upgrade, upgrade should fail if a cursor isKeith Bostic2012-07-301-0/+8
* Add open-cursor tests to the drop and rename tests, they should fail ifKeith Bostic2012-07-305-9/+88
* Script update for OS X 10.8.Michael Cahill2012-07-301-2/+2
* whitespaceMichael Cahill2012-07-301-20/+20
* One simple optimization for __wt_config_get: don't process unused values.Michael Cahill2012-07-301-88/+102
* If exclusive handle is required, don't block.Michael Cahill2012-07-302-14/+13
* test typo: after duplication, cursors should be equal.Michael Cahill2012-07-301-1/+1
* Fix warnings in SWIG code on OS X 10.8.Michael Cahill2012-07-301-12/+21
* Fix methods that return integer parameters from Python.Michael Cahill2012-07-305-31/+57
* Now that __wt_session_get_btree is calling __wt_config_gets_defno,Keith Bostic2012-07-282-6/+12
* Replace a few __wt_config_gets calls with __wt_config_gets_defno callsKeith Bostic2012-07-283-5/+12
* Add a test of the cursor "overwrite" configuration string.Keith Bostic2012-07-281-0/+61
* ex_all.c:158: warning: ISO C90 forbids mixed declarations and codeKeith Bostic2012-07-281-2/+1
* Add a smoke test of the version call.Keith Bostic2012-07-281-0/+40
* replace tabs with spaces.Keith Bostic2012-07-281-58/+58
* Change cursor.equals to return a standard error value and store the cursorKeith Bostic2012-07-2812-21/+130
* review/rework cursor next-random test.Keith Bostic2012-07-271-114/+82
* Lightly modified diff from Rolf's random-cursor test pull request.Keith Bostic2012-07-279-81/+241
* Add a big comment, reference issue #272.Keith Bostic2012-07-271-7/+25
* Instead of flagging the empty tree's leaf page empty as part of creatingKeith Bostic2012-07-271-8/+7
* whitespaceKeith Bostic2012-07-271-3/+3
* Test that you can't update checkpoint cursors.Keith Bostic2012-07-271-0/+20
* Complicate the empty test a bit, include checkpoints and openingKeith Bostic2012-07-271-20/+39
* Add a test for "empty" files that we don't actually write any blocks.Keith Bostic2012-07-261-0/+78
* Memory leaks: once we call __wt_block_ckpt_init(), we have to call theKeith Bostic2012-07-261-5/+4
* whitespace.Keith Bostic2012-07-261-4/+4
* Remove the rest of the <tab> characters in the static test suite,Keith Bostic2012-07-2642-178/+94
* Issue #269 resolved, turn on and debug the remaining "checkpoint drop"Keith Bostic2012-07-261-46/+39
* Checkpoint handles must be closed when they are overwritten.Michael Cahill2012-07-265-22/+29
* Metadata tracking must be resolved while holding the schema lock.Michael Cahill2012-07-262-5/+6
* Remove most uses of <tabs>, move toward consistent 4-space indentation style.Keith Bostic2012-07-2510-423/+422
* Checkpoint both open and closed files if the checkpoint is droppingKeith Bostic2012-07-252-11/+20
* Wrap file verification into the general "check" routine.Keith Bostic2012-07-251-12/+46
* Add a test for checkpoint targets.Keith Bostic2012-07-251-2/+50
* Test both file and table object checkpoints.Keith Bostic2012-07-251-10/+14
* Break out cursor-related tests into their own class and expand tests,Keith Bostic2012-07-251-25/+67
* On second thought: add the checkpoint name into the key's value, thatKeith Bostic2012-07-251-35/+32
* Remove unnecessary sizes assignment.Keith Bostic2012-07-251-27/+24
* Don't bother asserting WT calls return 0, they fail if they don't.Keith Bostic2012-07-251-3/+3
* Verify after each checkpoint is taken.Keith Bostic2012-07-251-19/+23
* Remove the cursor_lock_deprecated function, it's never used.Keith Bostic2012-07-251-15/+0
* uncomment the verify of the object after the checkpoint drop, it's a goodKeith Bostic2012-07-251-1/+1
* Whitespace pass: consistent 4-space indentation.Keith Bostic2012-07-251-86/+90
* Delete local setUpConnectionOpen, we can use the default one.Keith Bostic2012-07-251-5/+2
* Remove unused imports.Keith Bostic2012-07-251-6/+1
* Remove the test/checkpoint standalone program, checkpoint testsKeith Bostic2012-07-251-1/+0
* Remove the test/checkpoint standalone program, checkpoint tests rewrittenKeith Bostic2012-07-252-320/+0
* Merge pull request #268 from wiredtiger/truncateMichael Cahill2012-07-2413-231/+365
|\
| * Put tests that only need to run once in a separate class withoutKeith Bostic2012-07-241-8/+13