summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-21009 Get rid of some unused/unnecessary methods in ShardingTestKaloian Manassiev2015-10-2726-172/+199
| | | | | Removes shardGo in lieu of shardColl and removes setBalancer because it duplicates functionality, which is already in sh.
* SERVER-19614 Use stack bounds to limit JS recursionAndrew Morrow2015-10-271-43/+38
|
* add validation for waitForState on states to fix initial_sync_cloner_dups.jsScott Hernandez2015-10-261-1/+1
|
* SERVER-21111 bench_test_crud_commands.js log addl. failure diagnosticsJason Rassi2015-10-261-3/+3
|
* SERVER-21093: Make ordered bulk insert operation error out properlyMartin Bligh2015-10-261-0/+16
|
* SERVER-21108 eliminate unnecessary reconfig from ↵Benety Goh2015-10-261-18/+33
| | | | mongos_no_replica_set_refresh.js
* SERVER-20297 Expose cluster nodes to workload states in the concurrency suiteJudah Schvimer2015-10-235-11/+144
| | | | | | Closes #1036 Signed-off-by: Kamran Khan <kamran.khan@mongodb.com>
* SERVER-21098 Clean up some sharding jstests to allow them to run under both ↵Spencer T Brody2015-10-238-50/+304
| | | | CSRS and SCCC mode
* increase election timeout for drain.jsScott Hernandez2015-10-235-12/+10
|
* SERVER-21082 Add more basic tests for addShard and removeShardRandolph Tan2015-10-235-16/+71
|
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-2378-236/+424
| | | | | | | | No functional changes, just converting everything to use the JSON-based constructor. Also moves some sharding-specific tests out of noPassthroughWithMongod and under the sharding suite.
* SERVER-20489 Remove sleep workaround from readmajority_jscore_passthrough.jsMike Grundy2015-10-232-53/+62
| | | | Previously reverted because the slow2.yml changes were left out.
* Revert "SERVER-20489 Remove sleep workaround from ↵Mike Grundy2015-10-222-62/+53
| | | | | | readmajority_jscore_passthrough.js" This reverts commit 56901168cea650d4080fe3fadd283e5127924c34.
* SERVER-20489 Remove sleep workaround from readmajority_jscore_passthrough.jsMike Grundy2015-10-222-53/+62
|
* SERVER-20888: Defer $language check to FTSQuery::ParseMark Benvenuto2015-10-221-0/+5
|
* Revert "SERVER-20297 Expose cluster nodes to workload states in the ↵Kamran Khan2015-10-225-139/+11
| | | | | | concurrency suite" This reverts commit 0613deff6fdb25c9289c550033e6b4b93ee81aa5.
* SERVER-20297 Expose cluster nodes to workload states in the concurrency suiteJudah Schvimer2015-10-225-11/+139
| | | | | | Closes #1034 Signed-off-by: Kamran Khan <kamran.khan@mongodb.com>
* SERVER-20979 make test_command.js more stable by waiting for node 0 to ↵Benety Goh2015-10-221-31/+35
| | | | become primary before running tests
* SERVER-21077 stepdown.js should wait for expected primarySiyuan Zhou2015-10-221-1/+2
|
* SERVER-20935 do not attempt to attach shard version to OpCtx inside direct ↵David Storch2015-10-221-0/+15
| | | | client
* SERVER-20979 added ReplicationCoordinator::waitForMemberState() and ↵Benety Goh2015-10-212-2/+164
| | | | | | waitForDrainFinish() also added subcommands to replSetTest to access these functions from JS tests
* SERVER-8246 Exclude type6.js from parallel testsJonathan Reams2015-10-211-0/+4
|
* SERVER-20921: test for truncate on batch recoveryScott Hernandez2015-10-201-0/+121
|
* increase timeouts for testScott Hernandez2015-10-201-5/+6
|
* SERVER-8246 Add instanceof support for MinKey/MaxKeyJonathan Reams2015-10-201-0/+18
|
* SERVER-20880 Add "readCmd" option to benchRun find/findOne operationsJason Rassi2015-10-202-37/+67
|
* SERVER-20970 Allow a single-node SCCC config serverKaloian Manassiev2015-10-191-0/+36
| | | | | Enables the configuration in mongos and also writes a smoke test to ensure that the basic sharding operations work.
* SERVER-20920 Wait longer for the TTL monitor to finish in ttl_capped.js.Max Hirschhorn2015-10-161-46/+76
| | | | | | | | | Use db.serverStatus().metrics.ttl.passes to know when the TTL monitor has finished processing all of the TTL indexes. Create many collections with a TTL index to increase the odds that the TTL monitor would process a non-capped collection after a capped collection.
* SERVER-20964 use failpoint instead of bridging to prevent secondary from ↵Benety Goh2015-10-161-6/+12
| | | | catching with primary during step down
* SERVER-20863: Use MB instead of Mb in diagnostic size optionsMark Benvenuto2015-10-151-12/+12
|
* SERVER-19906: verify() failure when text index on "_fts" has weights set to ↵Mark Benvenuto2015-10-151-0/+9
| | | | empty object
* SERVER-18194 command should not set slaveOk if ReadPreference == PrimaryOnlyMisha Tyulenev2015-10-151-1/+26
|
* SERVER-16962 Allow compact on capped collection if supported by storage engineMathias Stearn2015-10-151-0/+6
| | | | MMAPv1 will not support this operation.
* SERVER-20367 Remove references to geoWalk commandJudah Schvimer2015-10-152-14/+0
| | | | Signed-off-by: Kamran Khan <kamran.khan@mongodb.com>
* SERVER-20360: Do writecmd vectored write inside one currentOpMartin Bligh2015-10-151-5/+4
|
* SERVER-20917 Remove concept of "oldest-supported" from multiversion suiteCharlie Swanson2015-10-141-37/+35
| | | | | This was only being used in one place, to test that we could start a 1.8 mongod.
* SERVER-20812 Tag vote request connection to skip closing it when ↵Siyuan Zhou2015-10-141-0/+60
| | | | relinquishing primary
* SERVER-20832 use fail point instead of bridging to control replication in ↵Benety Goh2015-10-141-30/+31
| | | | stepdown_long_wait_time.js
* SERVER-20780 Don't shut down the primary when there could be unreplicated ↵Spencer T Brody2015-10-132-16/+35
| | | | writes in config_rs_no_primary.js
* SERVER-20891 User-initiated writes to the config server must use w:majority ↵Spencer T Brody2015-10-132-84/+6
| | | | write concern
* SERVER-20414 Move httpinterface tests into their own suiteCharlie Swanson2015-10-132-0/+0
|
* SERVER-20414 Instruct 2.4 processes to disable an unneeded httpinterfaceCharlie Swanson2015-10-132-2/+11
| | | | | | The httpinterface parameter is on by default in 2.4 and before, but is not needed. Since it uses a hardcoded port, it interferes with running the tests in parallel, and should be disabled.
* SERVER-20646 Cluster find command per-host retry logicKaloian Manassiev2015-10-131-5/+5
| | | | | | | | This change makes the cluster 'find' command to retry on a per-host basis instead of the entire operation. Reverts commit c433c8157f988a377c1cf9646078450ecd68c297. Reverts commit 5ab3290f8796f2143acd5011ab0baae70ed5cece.
* SERVER-18622 listCollections should special case filtering by nameCharlie Swanson2015-10-132-14/+82
| | | | | Note that the listCollections command is no longer guaranteed to return the collections in alphabetical order by name. The shell helper will still do so.
* SERVER-20849 Ensure explain output is actually computed during testCharlie Swanson2015-10-131-3/+3
|
* SERVER-19614 Temporarily disable JS recursion depth protectionsAndrew Morrow2015-10-131-38/+43
|
* SERVER-20904 make deletes issued by repair2.js use $isolatedDavid Storch2015-10-131-2/+2
|
* SERVER-18607 Mongo shell should report whether connected MongoDB is enterpriseJonathan Reams2015-10-131-0/+5
|
* SERVER-20849 Use correct stats object when explaining a MutliPlanStageCharlie Swanson2015-10-131-0/+59
|
* SERVER-20836 copydb with invalid db name crashes mongosRandolph Tan2015-10-131-1/+7
|