summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2021-04-01 12:24:16 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-01 11:12:21 +0000
commit7ff70f70ecd02942828736549fa704a13884c1d9 (patch)
treea88c10f8e9c13dbeddde4fb15d400aae0445fef5 /buildscripts
parent38c0f1e107f1a582624280dcb7d85dcb17efb472 (diff)
downloadmongo-7ff70f70ecd02942828736549fa704a13884c1d9.tar.gz
SERVER-55420 Repurpose resilient dropDatabase TODOs
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
index 4a32049eee2..049ae2ced48 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
@@ -234,7 +234,7 @@ selector:
- jstests/core/json_schema/misc_validation.js
- jstests/core/views/views_all_commands.js
- # TODO SERVER-54945 dropDatabase is not resilient to stepdowns on sharded cluster
+ # TODO SERVER-52465 dropDatabase is not resilient to stepdowns on sharded cluster
- jstests/core/dropdb.js
# Committing a transaction when the server is fsync locked fails.
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml
index b8651513041..4b1bea1b2ff 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml
@@ -235,7 +235,7 @@ selector:
- jstests/core/json_schema/misc_validation.js
- jstests/core/views/views_all_commands.js
- # TODO SERVER-54945 dropDatabase is not resilient to stepdowns on sharded cluster
+ # TODO SERVER-52465 dropDatabase is not resilient to stepdowns on sharded cluster
- jstests/core/dropdb.js
# Committing a transaction when the server is fsync locked fails.