summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/logical_session_cache_replication_10sec_refresh_jscore_passthrough.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/logical_session_cache_replication_10sec_refresh_jscore_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/logical_session_cache_replication_10sec_refresh_jscore_passthrough.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/buildscripts/resmokeconfig/suites/logical_session_cache_replication_10sec_refresh_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/logical_session_cache_replication_10sec_refresh_jscore_passthrough.yml
index 81d50f8759d..1cb8d42ce2d 100644
--- a/buildscripts/resmokeconfig/suites/logical_session_cache_replication_10sec_refresh_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/logical_session_cache_replication_10sec_refresh_jscore_passthrough.yml
@@ -9,21 +9,21 @@ selector:
# 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
# These tests expect the logical session cache refresh thread to be turned off, so that refreshes
# can be triggered deterministically.
- - jstests/core/list_all_local_sessions.js
- - jstests/core/list_all_sessions.js
- - jstests/core/list_sessions.js
+ - jstests/core/**/list_all_local_sessions.js
+ - jstests/core/**/list_all_sessions.js
+ - jstests/core/**/list_sessions.js
# The awaitdata_getmore_cmd.js test tails the oplog and waits for the getMore batch size to equal
# zero. The CheckReplDBHashInBackground hook consistently runs and creates sessions. At the same
# time, the logical session cache refresh thread will flush these sessions to disk, creating more
# opLog entries. To avoid this infinite loop, we will denylist the test from this suite.
- - jstests/core/awaitdata_getmore_cmd.js
+ - jstests/core/**/awaitdata_getmore_cmd.js
# These tests verify that an expected number of update operations were tracked in the server
# status metrics, but the logical session cache refresh causes additional updates to be recorded.
- - jstests/core/find_and_modify_metrics.js
- - jstests/core/update_metrics.js
+ - jstests/core/**/find_and_modify_metrics.js
+ - jstests/core/**/update_metrics.js
exclude_with_any_tags:
- assumes_standalone_mongod