Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-21009 Get rid of some unused/unnecessary methods in ShardingTest | Kaloian Manassiev | 2015-10-27 | 26 | -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 recursion | Andrew Morrow | 2015-10-27 | 1 | -43/+38 |
| | |||||
* | add validation for waitForState on states to fix initial_sync_cloner_dups.js | Scott Hernandez | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | SERVER-21111 bench_test_crud_commands.js log addl. failure diagnostics | Jason Rassi | 2015-10-26 | 1 | -3/+3 |
| | |||||
* | SERVER-21093: Make ordered bulk insert operation error out properly | Martin Bligh | 2015-10-26 | 1 | -0/+16 |
| | |||||
* | SERVER-21108 eliminate unnecessary reconfig from ↵ | Benety Goh | 2015-10-26 | 1 | -18/+33 |
| | | | | mongos_no_replica_set_refresh.js | ||||
* | SERVER-20297 Expose cluster nodes to workload states in the concurrency suite | Judah Schvimer | 2015-10-23 | 5 | -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 Brody | 2015-10-23 | 8 | -50/+304 |
| | | | | CSRS and SCCC mode | ||||
* | increase election timeout for drain.js | Scott Hernandez | 2015-10-23 | 5 | -12/+10 |
| | |||||
* | SERVER-21082 Add more basic tests for addShard and removeShard | Randolph Tan | 2015-10-23 | 5 | -16/+71 |
| | |||||
* | SERVER-21009 Remove usages of the multi-argument ShardingTest constructor | Kaloian Manassiev | 2015-10-23 | 78 | -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.js | Mike Grundy | 2015-10-23 | 2 | -53/+62 |
| | | | | Previously reverted because the slow2.yml changes were left out. | ||||
* | Revert "SERVER-20489 Remove sleep workaround from ↵ | Mike Grundy | 2015-10-22 | 2 | -62/+53 |
| | | | | | | readmajority_jscore_passthrough.js" This reverts commit 56901168cea650d4080fe3fadd283e5127924c34. | ||||
* | SERVER-20489 Remove sleep workaround from readmajority_jscore_passthrough.js | Mike Grundy | 2015-10-22 | 2 | -53/+62 |
| | |||||
* | SERVER-20888: Defer $language check to FTSQuery::Parse | Mark Benvenuto | 2015-10-22 | 1 | -0/+5 |
| | |||||
* | Revert "SERVER-20297 Expose cluster nodes to workload states in the ↵ | Kamran Khan | 2015-10-22 | 5 | -139/+11 |
| | | | | | | concurrency suite" This reverts commit 0613deff6fdb25c9289c550033e6b4b93ee81aa5. | ||||
* | SERVER-20297 Expose cluster nodes to workload states in the concurrency suite | Judah Schvimer | 2015-10-22 | 5 | -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 Goh | 2015-10-22 | 1 | -31/+35 |
| | | | | become primary before running tests | ||||
* | SERVER-21077 stepdown.js should wait for expected primary | Siyuan Zhou | 2015-10-22 | 1 | -1/+2 |
| | |||||
* | SERVER-20935 do not attempt to attach shard version to OpCtx inside direct ↵ | David Storch | 2015-10-22 | 1 | -0/+15 |
| | | | | client | ||||
* | SERVER-20979 added ReplicationCoordinator::waitForMemberState() and ↵ | Benety Goh | 2015-10-21 | 2 | -2/+164 |
| | | | | | | waitForDrainFinish() also added subcommands to replSetTest to access these functions from JS tests | ||||
* | SERVER-8246 Exclude type6.js from parallel tests | Jonathan Reams | 2015-10-21 | 1 | -0/+4 |
| | |||||
* | SERVER-20921: test for truncate on batch recovery | Scott Hernandez | 2015-10-20 | 1 | -0/+121 |
| | |||||
* | increase timeouts for test | Scott Hernandez | 2015-10-20 | 1 | -5/+6 |
| | |||||
* | SERVER-8246 Add instanceof support for MinKey/MaxKey | Jonathan Reams | 2015-10-20 | 1 | -0/+18 |
| | |||||
* | SERVER-20880 Add "readCmd" option to benchRun find/findOne operations | Jason Rassi | 2015-10-20 | 2 | -37/+67 |
| | |||||
* | SERVER-20970 Allow a single-node SCCC config server | Kaloian Manassiev | 2015-10-19 | 1 | -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 Hirschhorn | 2015-10-16 | 1 | -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 Goh | 2015-10-16 | 1 | -6/+12 |
| | | | | catching with primary during step down | ||||
* | SERVER-20863: Use MB instead of Mb in diagnostic size options | Mark Benvenuto | 2015-10-15 | 1 | -12/+12 |
| | |||||
* | SERVER-19906: verify() failure when text index on "_fts" has weights set to ↵ | Mark Benvenuto | 2015-10-15 | 1 | -0/+9 |
| | | | | empty object | ||||
* | SERVER-18194 command should not set slaveOk if ReadPreference == PrimaryOnly | Misha Tyulenev | 2015-10-15 | 1 | -1/+26 |
| | |||||
* | SERVER-16962 Allow compact on capped collection if supported by storage engine | Mathias Stearn | 2015-10-15 | 1 | -0/+6 |
| | | | | MMAPv1 will not support this operation. | ||||
* | SERVER-20367 Remove references to geoWalk command | Judah Schvimer | 2015-10-15 | 2 | -14/+0 |
| | | | | Signed-off-by: Kamran Khan <kamran.khan@mongodb.com> | ||||
* | SERVER-20360: Do writecmd vectored write inside one currentOp | Martin Bligh | 2015-10-15 | 1 | -5/+4 |
| | |||||
* | SERVER-20917 Remove concept of "oldest-supported" from multiversion suite | Charlie Swanson | 2015-10-14 | 1 | -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 Zhou | 2015-10-14 | 1 | -0/+60 |
| | | | | relinquishing primary | ||||
* | SERVER-20832 use fail point instead of bridging to control replication in ↵ | Benety Goh | 2015-10-14 | 1 | -30/+31 |
| | | | | stepdown_long_wait_time.js | ||||
* | SERVER-20780 Don't shut down the primary when there could be unreplicated ↵ | Spencer T Brody | 2015-10-13 | 2 | -16/+35 |
| | | | | writes in config_rs_no_primary.js | ||||
* | SERVER-20891 User-initiated writes to the config server must use w:majority ↵ | Spencer T Brody | 2015-10-13 | 2 | -84/+6 |
| | | | | write concern | ||||
* | SERVER-20414 Move httpinterface tests into their own suite | Charlie Swanson | 2015-10-13 | 2 | -0/+0 |
| | |||||
* | SERVER-20414 Instruct 2.4 processes to disable an unneeded httpinterface | Charlie Swanson | 2015-10-13 | 2 | -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 logic | Kaloian Manassiev | 2015-10-13 | 1 | -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 name | Charlie Swanson | 2015-10-13 | 2 | -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 test | Charlie Swanson | 2015-10-13 | 1 | -3/+3 |
| | |||||
* | SERVER-19614 Temporarily disable JS recursion depth protections | Andrew Morrow | 2015-10-13 | 1 | -38/+43 |
| | |||||
* | SERVER-20904 make deletes issued by repair2.js use $isolated | David Storch | 2015-10-13 | 1 | -2/+2 |
| | |||||
* | SERVER-18607 Mongo shell should report whether connected MongoDB is enterprise | Jonathan Reams | 2015-10-13 | 1 | -0/+5 |
| | |||||
* | SERVER-20849 Use correct stats object when explaining a MutliPlanStage | Charlie Swanson | 2015-10-13 | 1 | -0/+59 |
| | |||||
* | SERVER-20836 copydb with invalid db name crashes mongos | Randolph Tan | 2015-10-13 | 1 | -1/+7 |
| |