From b855566ebc049288f0dc51084b8e0a4aad8f649b Mon Sep 17 00:00:00 2001 From: Pavi Vetriselvan Date: Wed, 28 Apr 2021 12:24:49 -0400 Subject: SERVER-56439 Exclude insert1.js from tenant migration kill/terminate primary suites --- .../suites/tenant_migration_kill_primary_jscore_passthrough.yml | 1 + .../suites/tenant_migration_terminate_primary_jscore_passthrough.yml | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v1.2.1