summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33547 fix for split_against_shard_with_invalid_split_points.jsEsha Maharishi2018-03-011-3/+1
* SERVER-33547 remove backwards compatibility check for shardVersion on OSS in ...Esha Maharishi2018-03-011-1/+1
* SERVER-32831 Blacklist change_stream_chunk_migration.js for LSM buildvariantIan Whalen2018-02-271-0/+6
* SERVER-32610 Include databaseVersion when targeting by primary shard in paths...Esha Maharishi2018-02-261-5/+5
* SERVER-33196 add 'forTest' flag to movePrimary, and if it's set, make _config...Blake Oler2018-02-262-3/+51
* SERVER-33282 listen for interrupt while waiting on next event from the ARMIan Boros2018-02-261-17/+22
* SERVER-33339 add jstest that documents and verifies whether each command send...Esha Maharishi2018-02-234-58/+488
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-231-25/+27
* SERVER-33195 create a movePrimary command for shards and _configsvrCommitMove...Blake Oler2018-02-214-4/+8
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-218-42/+29
* SERVER-32321 add commitTxn and abortTxn stub commandsPavithra Vetriselvan2018-02-203-0/+6
* SERVER-25640 terminate processes in jstestsKevin Albertson2018-02-206-0/+6
* SERVER-32635: Fix lintDaniel Gottlieb2018-02-161-1/+1
* SERVER-32635 an old mongos server communicating with a fully upgraded cluster...Dianna Hohensee2018-02-161-0/+83
* SERVER-33034: Fix tests with bad assertionsDavid Bradford2018-02-151-2/+2
* SERVER-28090 add ability to interrupt pinned cursors on mongosIan Boros2018-02-131-1/+3
* SERVER-32912 Ensure that killCursors always invalidates a pinned cursorBernard Gorman2018-02-131-1/+1
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-0859-4/+74
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-0/+92
* SERVER-33022 remove testing for fcv=3.4Esha Maharishi2018-02-061-7/+0
* SERVER-32291 Implement _configsvrCreateCollection commandRandolph Tan2018-02-061-0/+5
* SERVER-33022 make the CatalogCache cache the databaseVersion in the DatabaseI...Esha Maharishi2018-02-061-28/+38
* Revert "Revert "SERVER-32983 persist a version field in new config.databases ...Esha Maharishi2018-02-061-0/+79
* Revert "SERVER-32983 persist a version field in new config.databases entries ...Esha Maharishi2018-02-051-79/+0
* Revert "SERVER-33022 make the CatalogCache cache the databaseVersion in the D...Esha Maharishi2018-02-051-38/+28
* SERVER-33022 make the CatalogCache cache the databaseVersion in the DatabaseI...Esha Maharishi2018-02-051-28/+38
* SERVER-32983 persist a version field in new config.databases entries in fcv>=4.0Esha Maharishi2018-02-051-0/+79
* SERVER-31979 Include chunk migration stats in `moveChunk.commit` changelog en...jannaerin2018-02-051-0/+40
* SERVER-32970 put back random chunk size initialization in mongos auto split t...Randolph Tan2018-02-051-4/+4
* SERVER-31768 Don't create the first collection chunk on a primary drained shardjannaerin2018-02-051-0/+55
* SERVER-32461 Remove featureCompatibilityVersion-dependent Query code that is ...Bernard Gorman2018-02-023-9/+9
* SERVER-18971 log command success/failureKevin Pulo2018-02-018-36/+36
* SERVER-32594 add mechanism to close and reopen the catalogKyle Suarez2018-01-313-0/+3
* SERVER-29771 Remove the forceerror commandjannaerin2018-01-314-23/+0
* SERVER-32556 retryable write on local db hits an invariantRandolph Tan2018-01-291-3/+61
* SERVER-32929 clone_metadata_only.js fails on mmapRandolph Tan2018-01-291-2/+4
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-01-242-53/+58
* SERVER-32643 Add a metadataOnly flag to the clone commandKaitlin Mahar2018-01-231-0/+176
* SERVER-32463 Remove FCV dependent miscellaneous sharding codeJack Mulrow2018-01-234-94/+0
* SERVER-25640 check dbhashes in stopSetKevin Albertson2018-01-223-0/+7
* SERVER-32681 exact_shard_key_target.js moveChunk should wait for deleteRandolph Tan2018-01-221-2/+6
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-195-0/+45
* SERVER-32463 Remove / modify FCV dependent sharding UUID testsJack Mulrow2018-01-193-134/+13
* SERVER-32349 Change streams over sharded collections may produce merged op lo...Martin Neupauer2018-01-191-2/+53
* SERVER-28923 Add stats for retryable writesJack Mulrow2018-01-181-0/+99
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongo...Nick Zolnierz2018-01-164-1361/+0
* SERVER-29423 Prevent the balancer policy from scheduling migrations with the ...Kaloian Manassiev2018-01-161-44/+54
* SERVER-32365 Move the logic of the dropDatabase command into the new _configs...Kaitlin Mahar2018-01-152-77/+32
* SERVER-32526 Increase the ChunkManager unit-test coverageKaloian Manassiev2018-01-132-174/+157
* SERVER-32308: Add the ability for a $lookup stage to execute on mongos agains...Nick Zolnierz2018-01-124-0/+1361