summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shardingtest.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61634 ShardingTest tries to perform write without proper authSanika Phanse2022-06-141-1/+0
* SERVER-66078 Make config.system.sessions balanceable by data size criteriaPaolo Polato2022-06-011-2/+3
* SERVER-65816 Change balancer policy to balance on data size rather than numbe...Pierlauro Sciarelli2022-05-191-4/+6
* SERVER-65035 Create new JS hook to check routing table consistencyPaolo Polato2022-04-191-0/+5
* SERVER-64526 Fix printCollectionInfo for missing collectionsKaloian Manassiev2022-04-151-0/+3
* SERVER-64526 ShardingTest::getChunksString must rely on UUIDsEnrico Golfieri2022-04-141-9/+30
* SERVER-64729 Reduce mongos quiesce time in js ShardingTest fixtureTommaso Tocci2022-03-221-2/+2
* SERVER-60926 Make enableSharding command optionalTommaso Tocci2022-02-281-32/+1
* SERVER-59909 make ShardingTest and ReplSetTest option objects immutableDavis Haupt2021-12-021-0/+3
* SERVER-61375 Fix set FCV for sharded cluster fixtureMikhail Shchatko2021-11-101-1/+2
* SERVER-57662 Wait for config.system.sessions collection to exist on the confi...Sanika Phanse2021-10-261-5/+5
* SERVER-50389 fix clusterHasBinVersion()Robert Guo2021-10-051-4/+3
* SERVER-58831 standardize shardingtest multiversion versionRobert Guo2021-10-041-10/+10
* SERVER-59536 Add functions to restart ShardingTestRichard Samuels2021-08-251-4/+20
* SERVER-58172 run multiversion tests on master with 5.0 and disable incompatib...Robert Guo2021-07-221-3/+3
* SERVER-58683 Simplify config replicaset exposure in shardingtestTommaso Tocci2021-07-211-69/+11
* SERVER-57740 ShardingTest use X509 also with preferTLS modeTommaso Tocci2021-06-171-4/+8
* SERVER-57314 Drop support for deprecated shardAsReplicaSet option in sharding...Tommaso Tocci2021-06-141-279/+80
* SERVER-55596 Remove isMaster from API Version 1A. Jesse Jiryu Davis2021-05-121-1/+1
* SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto2021-05-031-1/+2
* SERVER-52943 Add a sharding variant for the Audit Log SpoolerShreyas Kalyan2021-03-111-0/+12
* SERVER-34597 Wait for sharding initialization in ShardingTestKshitij Gupta2021-03-101-0/+66
* SERVER-54136 Make the authenticate command respect enforceUserClusterSeparationBen Caimano2021-02-181-16/+23
* SERVER-53105: Amend tests that target config.chunks by ns to target by ns or ...Jordi Serra Torrens2021-01-221-1/+10
* SERVER-47388 Enable support for x509 auth for _flushRoutingTableCacheUpdates ...Haley Connelly2021-01-081-11/+27
* SERVER-48261 Unblacklist auth tests that use the 'mixedShardTest' helperEsha Maharishi2020-11-171-1/+13
* SERVER-49802 Update FCV constants to recognize 4.8 as latestJason Chan2020-09-301-1/+2
* SERVER-50122: Support running mixed versions with last-continuous in ReplSetT...Lingzhi Deng2020-08-211-99/+112
* SERVER-43774 ShardingTest should initiate all of its ReplSetTest shard instan...Haley Connelly2020-08-031-36/+126
* SERVER-49064 Update references of "last-stable" to use "last-continuous" and ...Jason Chan2020-07-231-19/+19
* SERVER-48682 Refactor sharding_balance1 js testTommaso Tocci2020-06-151-1/+1
* SERVER-46958 add mongosShutdownTimeoutMillisForSignaledShutdown server parameterPavi Vetriselvan2020-05-181-0/+6
* SERVER-46957 Implement Quiesce Mode for mongosPavi Vetriselvan2020-05-131-3/+8
* SERVER-29153 Wait for nodes to agree on primary before writes in ShardingTest...Jack Mulrow2020-04-031-0/+2
* SERVER-43332: new RSM implementation based on sdamLamont Nelson2020-03-031-1/+0
* SERVER-46546 Only seed the RNG once in sharding_multiversion testsJason Chan2020-03-031-1/+1
* SERVER-42191 Add a new test hook that checks that all orphaned documents are ...Randolph Tan2020-02-101-0/+5
* Revert "SERVER-42191 Add a new test hook that checks that all orphaned docume...William Schultz2020-02-051-5/+0
* SERVER-42191 Add a new test hook that checks that all orphaned documents are ...Randolph Tan2020-02-051-0/+5
* SERVER-45339 Make MigrationSourceManager send _recvChunkStart to recipient sh...Alex Taskov2020-02-041-5/+6
* SERVER-45491 Add resmoke.py option to save mongod.log and mongos.log filesCarl Raiden Worley2020-01-281-2/+10
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-151-0/+7
* SERVER-44855 Remove unused code from removeShard and ShardingTestKaloian Manassiev2019-12-221-30/+13
* SERVER-44917 Add ShardingTest hook to validate indexes are consistent across ...Cheahuychou Mao2019-12-201-18/+22
* SERVER-44308 Fix call to _flushRoutingTableCacheUpdates for sessions collecti...Haley Connelly2019-12-131-5/+33
* SERVER-43773 Start up config server and shard replica sets in parallel in Sha...William Schultz2019-11-271-56/+82
* Revert "SERVER-43773 Start up config server and shard replica sets in paralle...William Schultz2019-11-261-82/+56
* SERVER-43773 Start up config server and shard replica sets in parallel in Sha...William Schultz2019-11-261-56/+82
* SERVER-43773 Add log messages in ShardingTest to measure total duration of st...William Schultz2019-11-261-2/+26
* SERVER-42780 Create mixed version sharding test suiteJason Chan2019-10-221-2/+16