From 1c4235fa8461371d3539f2668d82b9cd4da4d537 Mon Sep 17 00:00:00 2001 From: Pol Pinol Castuera Date: Wed, 17 May 2023 12:14:49 +0000 Subject: SERVER-77039 Re-denylist map_reduce_drop.js from SERVER-71368 changes --- ...oncurrency_sharded_replication_last_continuous_new_old_old_new.yml | 1 + .../concurrency_sharded_replication_last_lts_new_old_old_new.yml | 1 + buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml | 3 +++ .../suites/concurrency_sharded_replication_with_balancer.yml | 4 ++++ .../resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml | 4 ++++ .../suites/concurrency_sharded_with_stepdowns_and_balancer.yml | 4 ++++ 6 files changed, 17 insertions(+) diff --git a/buildscripts/resmokeconfig/matrix_suites/generated_suites/concurrency_sharded_replication_last_continuous_new_old_old_new.yml b/buildscripts/resmokeconfig/matrix_suites/generated_suites/concurrency_sharded_replication_last_continuous_new_old_old_new.yml index 329f43d2d08..efa47665c93 100644 --- a/buildscripts/resmokeconfig/matrix_suites/generated_suites/concurrency_sharded_replication_last_continuous_new_old_old_new.yml +++ b/buildscripts/resmokeconfig/matrix_suites/generated_suites/concurrency_sharded_replication_last_continuous_new_old_old_new.yml @@ -88,6 +88,7 @@ selector: - jstests/concurrency/fsm_workloads/view_catalog_direct_system_writes.js - jstests/concurrency/fsm_workloads/create_timeseries_collection.js - jstests/concurrency/fsm_workloads/create_collection_and_view.js + - jstests/concurrency/fsm_workloads/map_reduce_drop.js exclude_with_any_tags: - requires_replication - assumes_balancer_on diff --git a/buildscripts/resmokeconfig/matrix_suites/generated_suites/concurrency_sharded_replication_last_lts_new_old_old_new.yml b/buildscripts/resmokeconfig/matrix_suites/generated_suites/concurrency_sharded_replication_last_lts_new_old_old_new.yml index f66a0366eef..826c8a8d151 100644 --- a/buildscripts/resmokeconfig/matrix_suites/generated_suites/concurrency_sharded_replication_last_lts_new_old_old_new.yml +++ b/buildscripts/resmokeconfig/matrix_suites/generated_suites/concurrency_sharded_replication_last_lts_new_old_old_new.yml @@ -88,6 +88,7 @@ selector: - jstests/concurrency/fsm_workloads/view_catalog_direct_system_writes.js - jstests/concurrency/fsm_workloads/create_timeseries_collection.js - jstests/concurrency/fsm_workloads/create_collection_and_view.js + - jstests/concurrency/fsm_workloads/map_reduce_drop.js exclude_with_any_tags: - requires_replication - assumes_balancer_on diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml index 52adf4d3762..a3e8153c625 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml @@ -93,6 +93,9 @@ selector: # for dbCheck. TODO (SERVER-63951): Remove this exclusion. - jstests/concurrency/fsm_workloads/create_collection_and_view.js + # The test may spuriously fail when run against sharded clusters, due to limitations of the + # infrastructure. See SERVER-77039 for full details. + - jstests/concurrency/fsm_workloads/map_reduce_drop.js exclude_with_any_tags: - requires_replication diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml index 8f5fd038a83..15c91f72e03 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml @@ -95,6 +95,10 @@ selector: # Time-series collections are not supported on mongos. - jstests/concurrency/fsm_workloads/create_timeseries_collection.js + # The test may spuriously fail when run against sharded clusters, due to limitations of the + # infrastructure. See SERVER-77039 for full details. + - jstests/concurrency/fsm_workloads/map_reduce_drop.js + exclude_with_any_tags: - assumes_balancer_off - requires_replication diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml index d26c6485e3f..17d9e4a1f7f 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml @@ -155,6 +155,10 @@ selector: # Time-series collections are not supported on mongos. - jstests/concurrency/fsm_workloads/create_timeseries_collection.js + # The test may spuriously fail when run against sharded clusters, due to limitations of the + # infrastructure. See SERVER-77039 for full details. + - jstests/concurrency/fsm_workloads/map_reduce_drop.js + exclude_with_any_tags: - requires_replication - requires_non_retryable_writes diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml index 76390c28739..692a6c19d1c 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml @@ -160,6 +160,10 @@ selector: # Time-series collections are not supported on mongos. - jstests/concurrency/fsm_workloads/create_timeseries_collection.js + # The test may spuriously fail when run against sharded clusters, due to limitations of the + # infrastructure. See SERVER-77039 for full details. + - jstests/concurrency/fsm_workloads/map_reduce_drop.js + exclude_with_any_tags: - assumes_balancer_off - requires_replication -- cgit v1.2.1