summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorJudah Schvimer <judah.schvimer@10gen.com>2019-10-04 18:33:43 +0000
committerevergreen <evergreen@mongodb.com>2019-10-04 18:33:43 +0000
commitd9e67706b802791f73eb485f35d359047a25ce9f (patch)
tree4aba377b118213702923ae27d3c0d08129174df6 /buildscripts
parent6169d10404669fb8a05f4cfd895e837592846e3b (diff)
downloadmongo-d9e67706b802791f73eb485f35d359047a25ce9f.tar.gz
SERVER-42951 Test that CRUD operations outside transactions don't throw LockTimeout
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml1
-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/secondary_reads_passthrough.yml1
8 files changed, 8 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
index ef36cb66ea0..a4baf25e924 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
@@ -72,6 +72,7 @@ selector:
- jstests/core/ord.js
# Parallel shell is not causally consistent
- jstests/core/benchrun_pipeline_updates.js
+ - jstests/core/crud_ops_do_not_throw_locktimeout.js
- jstests/core/cursora.js
- jstests/core/find_and_modify_concurrent_update.js
- jstests/core/removec.js
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
index 3e9fd938cff..cfba4046343 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
@@ -84,6 +84,7 @@ selector:
- jstests/core/ord.js
# Parallel shell is not causally consistent
- jstests/core/benchrun_pipeline_updates.js
+ - jstests/core/crud_ops_do_not_throw_locktimeout.js
- jstests/core/cursora.js
- jstests/core/find_and_modify_concurrent_update.js
- jstests/core/removec.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml
index 8c207bb37b5..a44a1593231 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml
@@ -73,6 +73,7 @@ selector:
# Starts a parallel shell but won't restart it after unclean shutdown.
# TODO SERVER-33229: Remove these exclusions
- jstests/core/compact_keeps_indexes.js
+ - jstests/core/crud_ops_do_not_throw_locktimeout.js
- jstests/core/find_and_modify_concurrent_update.js
- jstests/core/shellstartparallel.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
index fcb206a0645..de2c4f806fc 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
@@ -236,6 +236,7 @@ selector:
- jstests/core/count10.js
- jstests/core/count_plan_summary.js
- jstests/core/coveredIndex3.js
+ - jstests/core/crud_ops_do_not_throw_locktimeout.js
- jstests/core/currentop.js
- jstests/core/distinct3.js
- jstests/core/find_and_modify_concurrent_update.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml
index bdc68477138..6e7f9697b01 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml
@@ -232,6 +232,7 @@ selector:
- jstests/core/count10.js
- jstests/core/count_plan_summary.js
- jstests/core/coveredIndex3.js
+ - jstests/core/crud_ops_do_not_throw_locktimeout.js
- jstests/core/currentop.js
- jstests/core/distinct3.js
- jstests/core/find_and_modify_concurrent_update.js
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 43f3668ea49..7955ab0d6d6 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
@@ -229,6 +229,7 @@ selector:
- jstests/core/count10.js
- jstests/core/count_plan_summary.js
- jstests/core/coveredIndex3.js
+ - jstests/core/crud_ops_do_not_throw_locktimeout.js
- jstests/core/currentop.js
- jstests/core/distinct3.js
- jstests/core/find_and_modify_concurrent_update.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 68fbd77c0f4..24bd76896e5 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml
@@ -73,6 +73,7 @@ selector:
# Starts a parallel shell but won't restart it after shutdown.
# TODO SERVER-33229: Remove these exclusions
- jstests/core/compact_keeps_indexes.js
+ - jstests/core/crud_ops_do_not_throw_locktimeout.js
- jstests/core/find_and_modify_concurrent_update.js
- jstests/core/shellstartparallel.js
diff --git a/buildscripts/resmokeconfig/suites/secondary_reads_passthrough.yml b/buildscripts/resmokeconfig/suites/secondary_reads_passthrough.yml
index 320ae4d22a2..01b5f941fb8 100644
--- a/buildscripts/resmokeconfig/suites/secondary_reads_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/secondary_reads_passthrough.yml
@@ -35,6 +35,7 @@ selector:
- jstests/core/ord.js
# Parallel shell is not causally consistent
- jstests/core/benchrun_pipeline_updates.js
+ - jstests/core/crud_ops_do_not_throw_locktimeout.js
- jstests/core/cursora.js
- jstests/core/find_and_modify_concurrent_update.js
- jstests/core/shellstartparallel.js