summaryrefslogtreecommitdiff
path: root/jstests/sharding/rename.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57198 Remove getLastError calls from tests where it's easy to do soIrina Yatsenko2021-06-021-4/+2
* SERVER-57082 Check for NamespaceNotFound when renaming `from == to` in multiv...Pierlauro Sciarelli2021-05-201-1/+2
* SERVER-56296 Uniform `fromNss == toNss` rename behavior between rs and sharde...Pierlauro Sciarelli2021-05-191-0/+12
* SERVER-57021 Release locks before DB refresh in rename coordinatorPierlauro Sciarelli2021-05-181-1/+4
* SERVER-56021 Support rename between DBs in new DDL pathPierlauro Sciarelli2021-04-141-10/+15
* SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 1)Pierlauro Sciarelli2021-03-261-24/+18
* SERVER-54488 Fix rename code checking for multiversion suitesPierlauro Sciarelli2021-02-221-7/+4
* SERVER-54488 Rename Collection might take the unsharded path while sharding a...Pierlauro Sciarelli2021-02-191-5/+7
* SERVER-52781 Implement the new rename collection path in `_shardsvrRenameColl...Pierlauro Sciarelli2021-02-041-13/+19
* SERVER-49993 Update _slaves to _secondaries in replsettest.jsAli Mir2020-09-041-3/+3
* SERVER-47526 Use getCollectionDescription on rename collectionMarcos José Grillo Ramírez2020-04-241-6/+0
* SERVER-45768 Tag rename7.js with assumes_against_mongod_not_mongosRandolph Tan2020-03-111-0/+14
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-4/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-59/+59
* SERVER-34526 Jstests should not depend on ReplSetTest.liveNodesTess Avitabile2018-05-011-1/+7
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+3
* SERVER-31184 Improve checks in sharding testsKaloian Manassiev2017-10-101-10/+10
* SERVER-26435 Refactor replsettest.js to reduce sizeJames Wahlin2016-10-171-2/+2
* SERVER-23073 Check if either collection is sharded before renaming.Charlie Swanson2016-07-181-0/+18
* SERVER-24810 swap assert movePrimary commands with ShardingTest::ensurePrimar...Dianna Hohensee2016-06-301-1/+1
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-44/+39
* SERVER-21186 Make all sharding tests use default verbosity of 1Kaloian Manassiev2015-11-111-1/+0
* SERVER-17955 Add cross-mongos collection rename testKaloian Manassiev2015-07-161-13/+26
* SERVER-17383 Make sure that ops are sent to the right shard in rename.jsRandolph Tan2015-02-261-0/+1
* SERVER-16955 Wait for mongos to recognize new master before proceeding in ren...Randolph Tan2015-01-201-5/+11
* SERVER-12419 Fix commands from mongos and GLEEric Milkie2014-01-291-4/+21
* all split requests now go through new logicAlberto Lerner2010-10-221-0/+1
* renameCollection in mongos SERVER-948Mathias Stearn2010-04-281-0/+26