summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2021-04-06 11:46:35 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-13 16:17:41 +0000
commitd6c1ff9e3f775486c6455a3c965e400f4a7bd72c (patch)
tree516c90294d30a8e8ddf325f596ffd3023d893be1
parentc4499e302c637a63bd05b393ea1326d6c9d282b0 (diff)
downloadmongo-d6c1ff9e3f775486c6455a3c965e400f4a7bd72c.tar.gz
SERVER-55810: Unban background_unique_indexes.js from tenant migration failover passthrough
(cherry picked from commit 7fa4a40301e44bb9cbc15de6d61081f035316a6a)
-rw-r--r--buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml3
3 files changed, 0 insertions, 9 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 e4982510a7a..39e9f112e13 100644
--- a/buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml
@@ -120,9 +120,6 @@ selector:
# Blacklists specific to this suite
#
- # TODO (SERVER-55364): Investigate DuplicateKey error for createIndex command in
- # background_unique_indexes.js in tenant migration stepdown/kill/terminate suites.
- - jstests/core/background_unique_indexes.js
# TODO (SERVER-55359): Docs in tenant migration oplog buffer collection might not be ordered by
# timestamp.
- jstests/core/*find_and_modify*.js
diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml
index 9452e1e1a64..2cc25669001 100644
--- a/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml
@@ -120,9 +120,6 @@ selector:
# Blacklists specific to this suite
#
- # TODO (SERVER-55364): Investigate DuplicateKey error for createIndex command in
- # background_unique_indexes.js in tenant migration stepdown/kill/terminate suites.
- - jstests/core/background_unique_indexes.js
# TODO (SERVER-55359): Docs in tenant migration oplog buffer collection might not be ordered by
# timestamp.
- jstests/core/*find_and_modify*.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 4650768a472..668cb84c2db 100644
--- a/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml
@@ -120,9 +120,6 @@ selector:
# Blacklists specific to this suite
#
- # TODO (SERVER-55364): Investigate DuplicateKey error for createIndex command in
- # background_unique_indexes.js in tenant migration stepdown/kill/terminate suites.
- - jstests/core/background_unique_indexes.js
# TODO (SERVER-55359): Docs in tenant migration oplog buffer collection might not be ordered by
# timestamp.
- jstests/core/*find_and_modify*.js