summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-15704: (really) disable resync.jsScott Hernandez2014-10-171-1/+1
|
* SERVER-15535 ensure reconfig workedEric Milkie2014-10-171-2/+2
|
* SERVER-15535 add version 2 to generated oplog documentEric Milkie2014-10-171-1/+1
|
* SERVER-14982: don't take lock to schedule maint modeScott Hernandez2014-10-171-0/+60
|
* SERVER-15704: disable resync.jsScott Hernandez2014-10-171-57/+60
|
* SERVER-15703 use w=1 for dumprestore testmike o'brien2014-10-171-3/+3
| | | | | | Closes #830 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-15486 jstest fixMatt Kangas2014-10-161-31/+81
|
* SERVER-13635 fixed createCollection shell helper to understand storageEngine ↵Benety Goh2014-10-161-0/+16
| | | | option
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-169-144/+464
|
* SERVER-13635: make test handle oplogs of different enginesEliot Horowitz2014-10-161-6/+21
|
* SERVER-15535 add arbiter to make shutdown test workEric Milkie2014-10-162-144/+16
|
* SERVER-15695 disable flawed testEric Milkie2014-10-161-1/+2
|
* SERVER-15535 fix server6733.js to connect to a new sync sourceEric Milkie2014-10-161-9/+10
|
* SERVER-15506 batch_write_commands tests generate too much outputRandolph Tan2014-10-163-189/+199
|
* SERVER-15535 Wait for secondary to start and replicate in ↵Andy Schwerin2014-10-161-3/+8
| | | | jstests/replsets/initSyncV1Index.js
* SERVER-13635: don't run dur_remove_old_journals.js on 32-bit platformsDan Pasette2014-10-161-41/+46
|
* SERVER-5520 do not check exit code when running mongod --repair in testBenety Goh2014-10-161-4/+2
|
* SERVER-15375 lazily initShardVersion only when neededGreg Studer2014-10-161-8/+11
|
* SERVER-10545 delete old query system testsDavid Storch2014-10-169-364/+0
| | | | | These tests are for old query code that is no longer in place, and are not part of any regression suites.
* SERVER-15535 fix deadlock in drain modeEric Milkie2014-10-151-11/+6
|
* SERVER-15535 enhance freshness checker to consider priorities as well.Eric Milkie2014-10-151-31/+15
|
* SERVER-15638 Wake up SyncSourceFeedback thread when we find a new sync sourceSpencer T Brody2014-10-151-33/+0
|
* SERVER-15535 refactor jstests/replsets/rollback_auth.js to no longer use ↵matt dannenberg2014-10-151-191/+176
| | | | replSetBlind
* SERVER-15535 Rename sharding_state_after_reconfig.js to ↵Spencer T Brody2014-10-141-0/+0
| | | | sharding_state_after_stepdown.js
* SERVER-15527 change rejectedPlansExecution to allPlansExecutionDavid Storch2014-10-141-6/+6
|
* SERVER-15615 Check listIndexes collName is stringDavid Percy2014-10-141-0/+22
|
* SERVER-15535 refactor jstests/replsets/rollback*.js to use bridgingmatt dannenberg2014-10-143-490/+224
|
* SERVER-15098: funnel all auth errors to the correct status/checksScott Hernandez2014-10-141-24/+22
|
* SERVER-15570 Avoid querying system.indexes in ttl.cpp.Max Hirschhorn2014-10-132-15/+5
| | | | | | | | | | | | | Changed so that the TTL indexes are processed in multiple phases: - Acquire an IS-mode lock on the database and find all of the TTL indexes For each TTL index, - Acquire an IX-mode lock on the collection and delete all of the expired documents Also avoid checking `userFlags` of collection stats in TTL index tests since it is not set by some storage engines.
* SERVER-15426 shell helpers for log component configurationMatt Kangas2014-10-131-0/+42
|
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-1348-194/+620
|
* SERVER-15535 Eliminate jstests/replsets/sync1.js, whose functionality is ↵Andy Schwerin2014-10-131-247/+0
| | | | covered elsewhere.
* SERVER-15535 Refactor jstests/replsets/rollback.js to use bridging.Andy Schwerin2014-10-131-121/+50
|
* SERVER-15594 Make readIndex.js test storage engine independent.Max Hirschhorn2014-10-131-6/+8
|
* Revert "SERVER-15375 remove initShardVersion"Greg Studer2014-10-131-11/+8
| | | | | | This reverts commit 42d276dace045fe888cdb45f00dc0bf97fa13bd5. Need to handle non-versioned cases for GLE and auditing
* SERVER-13635: move journal test to mmapv1 suiteDan Pasette2014-10-131-0/+0
|
* SERVER-15453: Fix privileges for actions "listIndexes" andAmalia Hawkins2014-10-131-0/+71
| | | | "listCollections" vis-a-vis builtin roles.
* SERVER-15535 On force reconfig, bump the supplied config version by a ↵Andy Schwerin2014-10-131-1/+1
| | | | | | | | large-ish random number. This is for consistency with the legacy implementation, and to increase the likelihood that if several nodes take force reconfigs, the nodes recognize them to be different configurations, and choose one as the winner.
* SERVER-15375 remove initShardVersionGreg Studer2014-10-131-8/+11
|
* SERVER-15614 Remove cc() references from d_concurrency.Andy Schwerin2014-10-131-0/+2
|
* SERVER-13635: make some replset tests genericEliot Horowitz2014-10-122-18/+33
|
* SERVER-13635: make noPassthroughWithoutMongod tests storage engine agnosticDan Pasette2014-10-127-23/+22
|
* SERVER-13635: move mmapv1 specific test to right placeEliot Horowitz2014-10-111-0/+0
|
* SERVER-13635: make sharding test more robustEliot Horowitz2014-10-111-1/+1
|
* SERVER-13635: make some tests more generic for some enginesEliot Horowitz2014-10-113-4/+5
|
* SERVER-13635: make bench test more reliableEliot Horowitz2014-10-111-2/+2
|
* SERVER-13635: update many sharding tests to work with other storage enginesEliot Horowitz2014-10-1114-78/+103
|
* SERVER-15280 Validate copydb command "todb" fieldJason Rassi2014-10-101-18/+19
|
* SERVER-15535 remove redundant testEric Milkie2014-10-101-77/+0
|
* SERVER-15535 On reconfig, it should be OK to change the host associated with ↵Andy Schwerin2014-10-101-7/+8
| | | | | | | | | | | | a given config id. The new validation code erroneously forbade changing id -> host mapping. It only needed to forbid changing the host -> id mapping. That is, it is all right to change the host representing an id that appears in both configs, but it is not ok to change the id of a host that appears in both configs. Additionally, because we no longer hang up on non-step-down reconfigs, isself_different_port.js's call to ReplSetTest.initiate is no longer expected to throw an exception.