summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavi Vetriselvan <pavithra.vetriselvan@mongodb.com>2021-04-28 12:24:49 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-28 20:54:57 +0000
commit7952e3f78e56c03c03cf02bd59e8142a361a0658 (patch)
treecb53f6cdd765b50426793c1c7e861ca3aa06b5aa
parent9fcb01468b5d0440e7c5be2523d396e78ebd834a (diff)
downloadmongo-7952e3f78e56c03c03cf02bd59e8142a361a0658.tar.gz
SERVER-56439 Exclude insert1.js from tenant migration kill/terminate primary suites
(cherry picked from commit b855566ebc049288f0dc51084b8e0a4aad8f649b)
-rw-r--r--buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml
index 9ecd6ab76dc..2ae461a6ffb 100644
--- a/buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml
@@ -151,6 +151,7 @@ selector:
- jstests/core/field_name_validation.js
- jstests/core/index_partial_read_ops.js
- jstests/core/index_stats.js
+ - jstests/core/insert1.js
- jstests/core/json_schema/misc_validation.js
- jstests/core/noop_writes.js
- jstests/core/operation_latency_histogram.js
diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml
index 7aa73bac471..9e79df5cbe6 100644
--- a/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml
@@ -151,6 +151,7 @@ selector:
- jstests/core/field_name_validation.js
- jstests/core/index_partial_read_ops.js
- jstests/core/index_stats.js
+ - jstests/core/insert1.js
- jstests/core/json_schema/misc_validation.js
- jstests/core/noop_writes.js
- jstests/core/operation_latency_histogram.js