summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/matrix_suites/overrides/replica_sets_stepdown_selector.yml
diff options
context:
space:
mode:
authorGregory Noma <gregory.noma@gmail.com>2023-01-09 21:02:31 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-09 22:32:29 +0000
commit4be00f9aef88e082f0ef170873fb5c7e30da1c1c (patch)
tree156a7d7e9ce1e1e8a2c5c5d404a0c4b5127b2434 /buildscripts/resmokeconfig/matrix_suites/overrides/replica_sets_stepdown_selector.yml
parent9c2d2f716db7924c7fe12af379437f637efba744 (diff)
downloadmongo-4be00f9aef88e082f0ef170873fb5c7e30da1c1c.tar.gz
SERVER-64473 Split up `core` jstest directory
Diffstat (limited to 'buildscripts/resmokeconfig/matrix_suites/overrides/replica_sets_stepdown_selector.yml')
-rw-r--r--buildscripts/resmokeconfig/matrix_suites/overrides/replica_sets_stepdown_selector.yml120
1 files changed, 60 insertions, 60 deletions
diff --git a/buildscripts/resmokeconfig/matrix_suites/overrides/replica_sets_stepdown_selector.yml b/buildscripts/resmokeconfig/matrix_suites/overrides/replica_sets_stepdown_selector.yml
index 04cc8d5fe2e..cca7e08ed84 100644
--- a/buildscripts/resmokeconfig/matrix_suites/overrides/replica_sets_stepdown_selector.yml
+++ b/buildscripts/resmokeconfig/matrix_suites/overrides/replica_sets_stepdown_selector.yml
@@ -9,50 +9,50 @@
- jstests/core/txns/**/*.js
# No-op retries are not ignored by top, the profiler, or opcount.
- - jstests/core/operation_latency_histogram.js
- - jstests/core/profile2.js
- - jstests/core/profile3.js
- - jstests/core/profile_findandmodify.js
- - jstests/core/top.js
+ - jstests/core/**/operation_latency_histogram.js
+ - jstests/core/**/profile2.js
+ - jstests/core/**/profile3.js
+ - jstests/core/**/profile_findandmodify.js
+ - jstests/core/**/top.js
- jstests/core/views/views_stats.js
# TODO SERVER-31242: findAndModify no-op retry should respect the fields option.
- - jstests/core/crud_api.js
- - jstests/core/find_and_modify.js
- - jstests/core/find_and_modify2.js
- - jstests/core/find_and_modify_server6865.js
- - jstests/core/project_with_collation.js
+ - jstests/core/**/crud_api.js
+ - jstests/core/**/find_and_modify.js
+ - jstests/core/**/find_and_modify2.js
+ - jstests/core/**/find_and_modify_server6865.js
+ - jstests/core/**/project_with_collation.js
# Stepdown commands during fsync lock will fail.
- - jstests/core/currentop.js
- - jstests/core/fsync.js
- - jstests/core/killop_drop_collection.js
+ - jstests/core/**/currentop.js
+ - jstests/core/**/fsync.js
+ - jstests/core/**/killop_drop_collection.js
# Expect drops/creates to fail or have a certain response:
- - jstests/core/explain_upsert.js
- - jstests/core/indexes_multiple_commands.js
+ - jstests/core/**/explain_upsert.js
+ - jstests/core/**/indexes_multiple_commands.js
# Expect certain responses, but retries of successfully completed commands may return
# different values:
- - jstests/core/create_indexes.js
- - jstests/core/objid5.js
+ - jstests/core/**/create_indexes.js
+ - jstests/core/**/objid5.js
# Expect results to return in a certain order, secondaries may apply ops out of order.
- - jstests/core/coveredIndex1.js
- - jstests/core/sortc.js
+ - jstests/core/**/coveredIndex1.js
+ - jstests/core/**/sortc.js
- - jstests/core/bench_test*.js # benchRun() used for writes
- - jstests/core/benchrun_pipeline_updates.js # benchRun() used for writes
- - jstests/core/connection_string_validation.js # Does not expect a replica set connection string.
- - jstests/core/explain_large_bounds.js # Stepdown can timeout waiting for global lock.
- - jstests/core/list_collections_filter.js # Temporary collections are dropped on failover.
- - jstests/core/startup_log.js # Checks pid, which is different on each server.
+ - jstests/core/**/bench_test*.js # benchRun() used for writes
+ - jstests/core/**/benchrun_pipeline_updates.js # benchRun() used for writes
+ - jstests/core/**/connection_string_validation.js # Does not expect a replica set connection string.
+ - jstests/core/**/explain_large_bounds.js # Stepdown can timeout waiting for global lock.
+ - jstests/core/**/list_collections_filter.js # Temporary collections are dropped on failover.
+ - jstests/core/**/startup_log.js # Checks pid, which is different on each server.
# Creates new mongo connection but won't retry connecting.
- - jstests/core/shell_connection_strings.js
+ - jstests/core/**/shell_connection_strings.js
# Inserts enough data that recovery takes more than 8 seconds, so we never get a working primary.
- - jstests/core/geo_s2ordering.js
+ - jstests/core/**/geo_s2ordering.js
- jstests/fle2/**/*.js
- src/mongo/db/modules/*/jstests/fle2/**/*.js
@@ -67,63 +67,63 @@
# The set_param1.js test attempts to compare the response from running the {getParameter: "*"}
# command multiple times, which may observe the change to the "transactionLifetimeLimitSeconds"
# server parameter.
- - jstests/core/set_param1.js
+ - jstests/core/**/set_param1.js
# No-op retries are not ignored by top, the profiler, or opcount.
- - jstests/core/operation_latency_histogram.js
- - jstests/core/profile2.js
- - jstests/core/profile3.js
- - jstests/core/profile_findandmodify.js
- - jstests/core/top.js
+ - jstests/core/**/operation_latency_histogram.js
+ - jstests/core/**/profile2.js
+ - jstests/core/**/profile3.js
+ - jstests/core/**/profile_findandmodify.js
+ - jstests/core/**/top.js
- jstests/core/views/views_stats.js
# TODO SERVER-31242: findAndModify no-op retry should respect the fields option.
- - jstests/core/crud_api.js
- - jstests/core/find_and_modify.js
- - jstests/core/find_and_modify2.js
- - jstests/core/find_and_modify_pipeline_update.js
- - jstests/core/find_and_modify_server6865.js
- - jstests/core/project_with_collation.js
+ - jstests/core/**/crud_api.js
+ - jstests/core/**/find_and_modify.js
+ - jstests/core/**/find_and_modify2.js
+ - jstests/core/**/find_and_modify_pipeline_update.js
+ - jstests/core/**/find_and_modify_server6865.js
+ - jstests/core/**/project_with_collation.js
# These test run commands using legacy queries, which are not supported on sessions.
- - jstests/core/comment_field.js
- - jstests/core/exhaust.js
+ - jstests/core/**/comment_field.js
+ - jstests/core/**/exhaust.js
# Stepdown commands during fsync lock will fail.
- - jstests/core/currentop.js
- - jstests/core/fsync.js
- - jstests/core/killop_drop_collection.js
+ - jstests/core/**/currentop.js
+ - jstests/core/**/fsync.js
+ - jstests/core/**/killop_drop_collection.js
# Spawns new mongo shells, which don't retry connecting on stepdown errors.
- - jstests/core/shell_connection_strings.js
+ - jstests/core/**/shell_connection_strings.js
# Expect drops/creates to fail or have a certain response:
- - jstests/core/explain_upsert.js
- - jstests/core/indexes_multiple_commands.js
+ - jstests/core/**/explain_upsert.js
+ - jstests/core/**/indexes_multiple_commands.js
# Expect certain responses, but retries of successfully completed commands may return
# different values:
- - jstests/core/create_indexes.js
- - jstests/core/objid5.js
+ - jstests/core/**/create_indexes.js
+ - jstests/core/**/objid5.js
# Unacknowledged writes prohibited in an explicit session.
- - jstests/core/batch_write_command_w0.js
+ - jstests/core/**/batch_write_command_w0.js
- - jstests/core/bench_test*.js # benchRun() used for writes
- - jstests/core/benchrun_pipeline_updates.js # benchRun() used for writes
- - jstests/core/connection_string_validation.js # Does not expect a replica set connection string.
- - jstests/core/list_collections_filter.js # Temporary collections are dropped on failover.
- - jstests/core/top.js # Tests read commands (including getMore) against the secondary
- - jstests/core/drop3.js # getMore is not causally consistent if collection is dropped
- - jstests/core/list_collections_filter.js # Temporary collections are dropped on failover.
- - jstests/core/explain_large_bounds.js # Stepdown can timeout waiting for global lock.
+ - jstests/core/**/bench_test*.js # benchRun() used for writes
+ - jstests/core/**/benchrun_pipeline_updates.js # benchRun() used for writes
+ - jstests/core/**/connection_string_validation.js # Does not expect a replica set connection string.
+ - jstests/core/**/list_collections_filter.js # Temporary collections are dropped on failover.
+ - jstests/core/**/top.js # Tests read commands (including getMore) against the secondary
+ - jstests/core/**/drop3.js # getMore is not causally consistent if collection is dropped
+ - jstests/core/**/list_collections_filter.js # Temporary collections are dropped on failover.
+ - jstests/core/**/explain_large_bounds.js # Stepdown can timeout waiting for global lock.
# Tests that fail for Causal Consistency as they have statements that do not support
# non-local read concern.
- - jstests/core/collation.js
+ - jstests/core/**/collation.js
# Inserts enough data that recovery takes more than 8 seconds, so we never get a working primary.
- - jstests/core/geo_s2ordering.js
+ - jstests/core/**/geo_s2ordering.js
- jstests/fle2/**/*.js
- src/mongo/db/modules/*/jstests/fle2/**/*.js