summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70206 Remove getLastError commandAlex Li2022-11-153-8/+0
* SERVER-33182 Remove atomic applyOpsAdityavardhan Agrawal2022-11-1016-133/+101
* SERVER-70553 Add ES Modules support to mongo test runnerMatt Broadstone2022-11-104-11/+4
* SERVER-65078 Report schema violations as errors when the validation level is ...Yuhong Zhang2022-11-082-4/+7
* SERVER-71094 Increase log level for 'Voted yes in election' to (debug) 1Matthew Russotto2022-11-071-1/+4
* SERVER-70939 Refactor split writes-during-aborted testMatt Broadstone2022-11-071-22/+7
* SERVER-71104 Use assert.soon in reconfig_waits_for_oplog_commitment_condition.jskauboy262022-11-071-3/+3
* SERVER-67695 Prevent dbcheck.js from running in multiversion testsLouis Williams2022-11-041-0/+2
* SERVER-67695 Remove write-blocking dbCheckLouis Williams2022-11-031-38/+5
* SERVER-68782 speedup batched multi delete testsTommaso Tocci2022-10-272-8/+13
* SERVER-67240: Fix TTL Monitor Race with Shard MergeChristopher Caplinger2022-10-211-0/+106
* SERVER-69436: dbhash_lock_acquisition.js should tolerate not holding the coll...Will Buerger2022-10-181-1/+1
* SERVER-69446: Increase electionTimeoutMillis in jstests/replsets/dbcheck_writ...Will Buerger2022-10-171-1/+1
* SERVER-68597 Skip temporary collection hashes at the end of shard split passt...Didier Nadeau2022-10-146-19/+34
* SERVER-70371 Remove `featureFlagShardSplit`, add `requires_fcv_62`Matt Broadstone2022-10-121-14/+0
* SERVER-70447 Wait for primary to complete shutdown before stopping set in for...ali-mir2022-10-121-0/+3
* SERVER-70372: Disable automaticForgetMigration in tenant_migration_logs.Adityavardhan Agrawal2022-10-101-1/+2
* SERVER-67228 no_disconnect_on_stepdown.js should not strictly test the number...kauboy262022-10-101-1/+1
* SERVER-70270: Use fail_point_util.js instead of checkLog to wait for failpoin...Ivan Fefer2022-10-071-14/+8
* SERVER-70159 Rename global indexes namespace to system.globalIndex.<UUID>Josef Ahmad2022-10-061-1/+1
* SERVER-69740 Implement _refreshQueryAnalyzerConfiguration commandCheahuychou Mao2022-10-042-0/+2
* SERVER-69847 Handle repl rollback of global indexesJosef Ahmad2022-09-303-143/+537
* SERVER-65315 Enfore mutual exclusion between serverless operationsDidier Nadeau2022-09-295-4/+50
* SERVER-69889 Fix TODO ticket number to SERVER-69753Huayu Ouyang2022-09-281-1/+1
* SERVER-67372 Make tenant migration recipient delete its state document in its...Sophia Tan2022-09-271-0/+133
* SERVER-67324: wrap replSetSetup cmd in assert.soonAdityavardhan Agrawal2022-09-271-5/+5
* SERVER-67895 Add _shardsvrWriteGlobalIndexKeys commandJosef Ahmad2022-09-274-0/+3
* SERVER-67491 Use assert.soon in reconfig_waits_for_oplog_commitment_condition.jsSamy Lanka2022-09-261-1/+1
* SERVER-69928 Add _shardsvrDeleteGlobalIndexKey to all_commands_downgrading_to...Yu Jin Kang Park2022-09-231-0/+1
* SERVER-69242 Add _shardsvrDeleteGlobalIndexKey commandYu Jin Kang Park2022-09-223-55/+87
* SERVER-68146 Create AllCommandsTest for downgrading to upgraded FCV pathHuayu Ouyang2022-09-211-0/+1294
* SERVER-69497 Use batchsize 1 in internal_sessions_reaping_basic.jsVesselina Ratcheva2022-09-201-0/+2
* SERVER-69624 Add _clusterWriteWithoutShardKey command stubJason Zhang2022-09-191-0/+1
* Revert "SERVER-65315 Enforce mutual exclusion between serverless operations"Sviatlana Zuiko2022-09-165-52/+4
* SERVER-69528 Link cluster count command into mongodCheahuychou Mao2022-09-151-0/+1
* SERVER-69001: Have initial sync persist its last oplog time into the minvalid...Daniel Gottlieb2022-09-151-2/+13
* SERVER-69623 Add _clusterQueryWithoutShardKey command stubJason Zhang2022-09-151-0/+1
* SERVER-65315 Enforce mutual exclusion between serverless operationsMatt Broadstone2022-09-155-4/+52
* SERVER-67116 Remove support for 'preCondition' from applyOps commandDavid Storch2022-09-141-17/+0
* SERVER-69348 Remove repairDatabase commandSpencer Jackson2022-09-132-2/+0
* SERVER-60753 Skip removing index build entries explicitly from 'config.system...Gregory Wlodarek2022-09-121-0/+5
* SERVER-69524 Fix jstest running secondary read preference for shard mergemathisbessamdb2022-09-082-0/+13
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-083-42/+57
* SERVER-69364 Shard Merge should only run in read preference primarymathisbessamdb2022-09-071-0/+46
* SERVER-68871 Remove 'isJsonLogNoConn()' and 'isJsonLog()' functions because t...Ivan Fefer2022-09-0714-133/+36
* SERVER-58843 Remove references to deprecated commands from JS testsEnrico Golfieri2022-09-071-2/+0
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-062-0/+56
* SERVER-69391 Bump the _shardsvrCreateGlobalIndex jstests to FCV 6.2Josef Ahmad2022-09-051-1/+1
* SERVER-69059 Create an InterruptibleLockGuard to place in ClientCursorPin to ...Dianna Hohensee2022-09-021-2/+2
* SERVER-68143 Add rollback tests for downgrading to upgraded pathHuayu Ouyang2022-09-011-0/+103