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 19:26:56 +0000
commitb855566ebc049288f0dc51084b8e0a4aad8f649b (patch)
treeea017381f56c5ded45afe2ecb2c95430c5aa4614
parentfcd06dab3d15dbdeb0631d8f96b78a76980f8a25 (diff)
downloadmongo-b855566ebc049288f0dc51084b8e0a4aad8f649b.tar.gz
SERVER-56439 Exclude insert1.js from tenant migration kill/terminate primary suites
-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 7fbf0fe38f5..457b669d6a4 100644
--- a/buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml
@@ -147,6 +147,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 525d17a2f66..d6ac11f3dd3 100644
--- a/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml
@@ -147,6 +147,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