summaryrefslogtreecommitdiff
path: root/jstests/libs
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-33339 add jstest that documents and verifies whether each command ↵Esha Maharishi2018-02-231-0/+39
| | | | sends a database version
* SERVER-32909 Update --repair to restore a missing ↵Dianna Hohensee2018-02-201-18/+1
| | | | featureCompatibilityVersion document per 4.0 semantics
* SERVER-32647 Retry connecting to replica set when given a seed nodeVesselina Ratcheva2018-02-152-33/+5
|
* SERVER-32368 do not perform UUID check against a shard's config cache in the ↵Esha Maharishi2018-02-131-30/+54
| | | | sharding_csrs_continuous_config_stepdown_WT suite
* SERVER-32691 Add write_concern_majority_passthrough task in Evergreen.Max Hirschhorn2018-02-121-0/+1
|
* SERVER-33068 Fix run_check_repl_dbhash.js hook to actually run dbhash.Max Hirschhorn2018-02-021-0/+102
| | | | | | | | | | Consolidates the logic in the run_check_repl_dbhash.js and run_validate_collections.js for discovering all of the mongod processes in a MongoDB deployment into a new discover_topology.js library. Also adds a test that relies on mongod logging to verify that the run_check_repl_dbhash.js and run_validate_collections.js hooks execute on all of the expected servers.
* SERVER-33080 Blacklist tests expecting lines in getLog from parallel suiteCharlie Swanson2018-02-021-15/+8
|
* SERVER-33003 Re-enable passing multiVersion testsMaria van Keulen2018-02-021-1/+11
|
* SERVER-31484 separate the operation deadline from awaitData deadline in ↵Martin Neupauer2018-01-311-0/+9
| | | | | | sharded queries. The deadline has been been already separated for non-sharded queries.
* SERVER-32594 add mechanism to close and reopen the catalogKyle Suarez2018-01-311-0/+3
|
* SERVER-32691 Add write_concern_majority_passthrough.yml test suite.Max Hirschhorn2018-01-301-1/+87
| | | | | Also adds support for using replica set connection strings in resmoke.py without making all nodes electable.
* SERVER-32522 Clean up {read,write}Concern and readPreference overrides.Max Hirschhorn2018-01-307-261/+357
| | | | | | | | | | | Introduces OverrideHelpers object with convenience methods for inspecting certain aggregation and map-reduce commands, as well as overriding startParallelShell(), Mongo.prototype.runCommand(), and Mongo.prototype.runCommandWithMetadata(). Also removes a number of tests that were incorrectly blacklisted from the read_concern_majority_passthrough.yml and read_concern_linearizable_passthrough.yml test suites.
* SERVER-32668 Add sharded aggregation passthrough with one shardCharlie Swanson2018-01-301-11/+12
|
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-192-21/+48
|
* SERVER-31335 cmd assertions check write errorsKevin Albertson2018-01-111-2/+2
|
* SERVER-32255 Ensure UUIDs exist for local collections on ShardServersMaria van Keulen2018-01-041-0/+24
|
* SERVER-31760 Optimize $expr to allow index use for equality predicates.David Storch2018-01-041-2/+2
|
* SERVER-32376 Disallow startSession command and listLocalCursors/Sessions ↵Jack Mulrow2018-01-041-6/+22
| | | | aggregation stages in stepdown suites
* SERVER-32529 Revert "SERVER-32105 Require shard servers and config servers ↵Esha Maharishi2018-01-042-11/+0
| | | | | | | | | | to be started with --replSet or 'replSetName'" This reverts commit f06a20d13525ce975e88ff17a0de790b86d51c11. Also revert "SERVER-32051 Require shard servers and config servers to be replica sets" This reverts commit 554606b35c2da399b224380a7ab5cd16b736e514.
* SERVER-31198 Use modified version of commandObj in retries.Max Hirschhorn2018-01-031-6/+18
|
* SERVER-31198 Run the concurrency suite with shard stepdownsJack Mulrow2018-01-033-4/+71
|
* SERVER-32497 Cache error message used in the for-loop.Max Hirschhorn2018-01-021-5/+9
| | | | | This avoids the expense of calling `tojson()` on the server's response repeatedly.
* SERVER-31854 After the first drop, assertSchemaMatch() should assert that ↵Tess Avitabile2018-01-021-2/+2
| | | | subsequent drops succeed
* SERVER-1981 Support near and nearSphere predicates on sharded collectionsTess Avitabile2017-12-281-10/+9
|
* SERVER-32162 Create a doTxn commandMatthew Russotto2017-12-201-0/+1
|
* SERVER-32277 Remove MONGODB-CR -> SCRAM-SHA-1 upgradeSara Golemon2017-12-182-2/+0
|
* SERVER-31194 Add a version of retryable_writes_jscore_passthrough.yml with ↵Jack Mulrow2017-12-073-24/+296
| | | | stepdowns
* SERVER-32131 ChangeStreams lookup_post_image.js test makes assumptions that ↵Matthew Russotto2017-12-071-0/+12
| | | | don't hold up in secondary read passthrough
* SERVER-31627 ShardingTest.checkUUIDsConsistentAcrossCluster can fail to see ↵Esha Maharishi2017-12-051-7/+10
| | | | collection in config.cache.collections
* SERVER-31651 Allow minDistance option on geoNear command with 2d index.David Storch2017-12-011-0/+23
|
* SERVER-32105 Require shard servers and config servers to be started with ↵Esha Maharishi2017-11-302-0/+11
| | | | --replSet or 'replSetName'
* SERVER-29453 Disallow removing featureCompatibilityVersion document and ↵Xiangyu Yao2017-11-221-1/+28
| | | | renaming collection
* SERVER-31476 Server should prohibit establishing a cursor on a read-only viewSiyuan Zhou2017-11-212-2/+4
|
* SERVER-31866 setFCV should always wait for majority writeConcernJack Mulrow2017-11-211-0/+1
|
* SERVER-31941 Don't run retryable writes tests with ephemeralForTest storage ↵Jack Mulrow2017-11-211-1/+11
| | | | engine
* SERVER-31394 Create passthrough of existing $changeStream tests to run ↵Bernard Gorman2017-11-203-9/+43
| | | | against sharded collections
* SERVER-31641 stop gossiping between shell clientsJason Carey2017-11-132-11/+6
| | | | Mongo client objects in the shell should not gossip cluster time.
* SERVER-31908 Fix capture of dbName variable during validate on shutdown.Max Hirschhorn2017-11-101-2/+3
| | | | | validateCollections() would otherwise run for the last database in dbNames multiple times.
* SERVER-31777 deactivate logical sessions for fcv34Jason Carey2017-11-091-0/+8
| | | | | | For anything less than fully upgraded to 3.6: * suppress logicalSessionTimeoutMinutes in isMaster * fail any commands that passes lsid
* SERVER-31807 Add Powercycle task using writeConcern {w: "majority"}Jonathan Abrahams2017-11-081-6/+11
|
* SERVER-31135 Add a change stream passthrough suite targeting secondariesCharlie Swanson2017-11-071-0/+68
|
* SERVER-31774 New powercycle test option & task - setFeatureCompatibilityVersionJonathan Abrahams2017-11-071-4/+14
|
* SERVER-31450 add check_uuids_consistent_across_cluster.js comment, how to ↵Dianna Hohensee2017-11-031-0/+12
| | | | disable, common reasons why
* SERVER-31443 Add support for change streams with non-simple collations.Charlie Swanson2017-11-031-1/+2
|
* SERVER-30802 Add CRUD & FSM clients to powertest.pyJonathan Abrahams2017-10-251-0/+17
|
* SERVER-31630 getParameter for featureCompatibilityVersion must expose ↵Tess Avitabile2017-10-251-0/+33
| | | | targetVersion
* SERVER-31644 Rename the per-shard filtering information cache collections to ↵Kaloian Manassiev2017-10-201-3/+2
| | | | be prefixed with `config.cache`
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-171-0/+13
|
* SERVER-29452 Reduce the size of dur_checksum journal filesMaria van Keulen2017-10-173-0/+0
|
* SERVER-29452 Handle missing featureCompatibilityVersion documentMaria van Keulen2017-10-163-0/+0
|