summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-67695 Remove write-blocking dbCheckLouis Williams2022-11-031-38/+5
| | | | This removes the snapshotRead:false option to dbCheck which blocked concurrent writes
* 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 ↵Will Buerger2022-10-181-1/+1
| | | | collection lock
* SERVER-69446: Increase electionTimeoutMillis in ↵Will Buerger2022-10-171-1/+1
| | | | jstests/replsets/dbcheck_write_concern.js
* SERVER-68597 Skip temporary collection hashes at the end of shard split ↵Didier Nadeau2022-10-146-19/+34
| | | | passthroughs
* 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 ↵ali-mir2022-10-121-0/+3
| | | | force_shutdown_primary.js
* 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 ↵kauboy262022-10-101-1/+1
| | | | number of operations killed
* SERVER-70270: Use fail_point_util.js instead of checkLog to wait for ↵Ivan Fefer2022-10-071-14/+8
| | | | failpoint hit
* 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 ↵Sophia Tan2022-09-271-0/+133
| | | | its run method
* 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 ↵Yu Jin Kang Park2022-09-231-0/+1
| | | | all_commands_downgrading_to_upgraded.js
* 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
| | | | This reverts commit 1a13031f7cdfb6cffdcff212edef0790fe084df2.
* 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 ↵Daniel Gottlieb2022-09-151-2/+13
| | | | minvalid document.
* 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 ↵Gregory Wlodarek2022-09-121-0/+5
| | | | 'config.system.indexBuilds' when recovering from the oplog as a standalone
* 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 ↵Ivan Fefer2022-09-0714-133/+36
| | | | they always return true. Refactor the callers.
* 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
| | | | ensure read operations are interruptible
* SERVER-68143 Add rollback tests for downgrading to upgraded pathHuayu Ouyang2022-09-011-0/+103
|
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-302-0/+43
| | | | Co-authored-by: Yu Jin Kang Park <yujin.kang@mongodb.com>
* SERVER-68541 Concurrent removeShard and movePrimary may delete unsharded ↵Antonio Fuschetto2022-08-291-0/+1
| | | | collections
* SERVER-66854 Prevent step-up ops from being killed by killSessions commandsVesselina Ratcheva2022-08-252-0/+219
|
* SERVER-68750 Add stubs for analyzeShardKey and configureQueryAnalyzer ↵Cheahuychou Mao2022-08-251-0/+7
| | | | commands on mongod
* Revert "SERVER-67372 Make tenant migration recipient delete its state ↵Sophia Tan2022-08-221-133/+0
| | | | | | document in its run method" This reverts commit a96f1436e02feea955565ac0ea39f8b56f087639.
* SERVER-67372 Make tenant migration recipient delete its state document in ↵Fernando Lisboa2022-08-191-0/+133
| | | | its run method
* SERVER-68651 Put isDowngrading to upgraded path under feature flagLuxi Liu2022-08-191-4/+10
|
* SERVER-68560: Explicitly disable shard merge tests for mt migrationsChristopher Caplinger2022-08-1713-23/+138
|