summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorArun Banala <arun.banala@mongodb.com>2023-01-20 17:48:31 -0800
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-25 19:25:17 +0000
commit85d682c02f54554b32b4409c92bf5e337050d475 (patch)
treeefe4854c4288c6e7710d484466b18221d0207f68 /buildscripts
parentdac5e7c0e8552d1fd261201e9238534a4a5d9156 (diff)
downloadmongo-85d682c02f54554b32b4409c92bf5e337050d475.tar.gz
SERVER-73169 Disallow project_with_collation.js from running in suites that terminate a node
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/talk_directly_to_shardsvrs_kill_primary_jscore_passthrough.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
index 37f9e6b10ce..6233179e627 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
@@ -220,6 +220,7 @@ selector:
- 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
# Does not support tojson of command objects.
- jstests/core/**/SERVER-23626.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml
index 70a46e3d291..3df5d470561 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml
@@ -21,6 +21,7 @@ selector:
- 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
diff --git a/buildscripts/resmokeconfig/suites/talk_directly_to_shardsvrs_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/talk_directly_to_shardsvrs_kill_primary_jscore_passthrough.yml
index fa61974ace6..11d26f61e8d 100644
--- a/buildscripts/resmokeconfig/suites/talk_directly_to_shardsvrs_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/talk_directly_to_shardsvrs_kill_primary_jscore_passthrough.yml
@@ -34,6 +34,7 @@ selector:
- 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/**/bench_test*.js # benchRun() used for writes
- jstests/core/**/benchrun_pipeline_updates.js # benchRun() used for writes