summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2021-03-11 10:01:06 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-16 10:48:04 +0000
commitb134809bd5db091c0517ee0fb4378ad420a5c021 (patch)
tree3716fd90ff7c07fd28ef3dc5a7349b0e76138578 /buildscripts
parent8bc0340b458b363510bd2caca8c1b6a5790f41db (diff)
downloadmongo-b134809bd5db091c0517ee0fb4378ad420a5c021.tar.gz
SERVER-55145 Make dropping a nonexistent database a noop
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_reconfig_jscore_stepdown_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_reconfig_kill_primary_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml1
5 files changed, 0 insertions, 5 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml
index 574f31915e4..6865443484a 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml
@@ -30,7 +30,6 @@ selector:
- jstests/core/killop_drop_collection.js
# Expect drops/creates to fail or have a certain response:
- - jstests/core/dropdb.js
- jstests/core/explain_upsert.js
- jstests/core/indexes_multiple_commands.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_reconfig_jscore_stepdown_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_reconfig_jscore_stepdown_passthrough.yml
index bfcbb934df1..60e8df659c3 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_reconfig_jscore_stepdown_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_reconfig_jscore_stepdown_passthrough.yml
@@ -47,7 +47,6 @@ selector:
- jstests/core/shell_connection_strings.js
# Expect drops/creates to fail or have a certain response:
- - jstests/core/dropdb.js
- jstests/core/explain_upsert.js
- jstests/core/indexes_multiple_commands.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_reconfig_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_reconfig_kill_primary_jscore_passthrough.yml
index e195a2359dc..990b5da3df9 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_reconfig_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_reconfig_kill_primary_jscore_passthrough.yml
@@ -48,7 +48,6 @@ selector:
- jstests/core/shell_connection_strings.js
# Expect drops/creates to fail or have a certain response:
- - jstests/core/dropdb.js
- jstests/core/explain_upsert.js
- jstests/core/indexes_multiple_commands.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml
index 67946981309..dd6d85d1b66 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml
@@ -30,7 +30,6 @@ selector:
- jstests/core/killop_drop_collection.js
# Expect drops/creates to fail or have a certain response:
- - jstests/core/dropdb.js
- jstests/core/explain_upsert.js
- jstests/core/indexes_multiple_commands.js
diff --git a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml
index 6db9f83f025..5d218b3f65a 100644
--- a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml
@@ -31,7 +31,6 @@ selector:
- jstests/core/killop_drop_collection.js
# Expect drops/creates to fail or have a certain response:
- - jstests/core/dropdb.js
- jstests/core/explain_upsert.js
- jstests/core/indexes_multiple_commands.js