summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorIan Boros <ian.boros@mongodb.com>2019-09-09 16:41:22 +0000
committerevergreen <evergreen@mongodb.com>2019-09-09 16:41:22 +0000
commitf2492afb1c5a1c50406890791d5f22ea0ae10be7 (patch)
tree72a8df9359644d983ca08bc469346c63d997d3a8 /buildscripts
parente94563212223a8e4b341d861e3284236fe7a83e0 (diff)
downloadmongo-f2492afb1c5a1c50406890791d5f22ea0ae10be7.tar.gz
SERVER-40110 don't call OpContext::checkForInterrupt() off-thread
This commit also includes a modification to the test done under SERVER-43156.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml
index 447835873d0..e9cb1438105 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml
@@ -137,6 +137,7 @@ selector:
- jstests/concurrency/fsm_workloads/reindex_background.js
- jstests/concurrency/fsm_workloads/remove_multiple_documents.js
- jstests/concurrency/fsm_workloads/remove_where.js
+ - jstests/concurrency/fsm_workloads/server_status_with_time_out_cursors.js
- jstests/concurrency/fsm_workloads/touch_base.js
- jstests/concurrency/fsm_workloads/touch_data.js
- jstests/concurrency/fsm_workloads/touch_index.js
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 1f3a6828d3a..3f470834855 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml
@@ -143,6 +143,7 @@ selector:
- jstests/concurrency/fsm_workloads/reindex.js
- jstests/concurrency/fsm_workloads/reindex_background.js
- jstests/concurrency/fsm_workloads/remove_multiple_documents.js
+ - jstests/concurrency/fsm_workloads/server_status_with_time_out_cursors.js
- jstests/concurrency/fsm_workloads/touch_base.js
- jstests/concurrency/fsm_workloads/touch_data.js
- jstests/concurrency/fsm_workloads/touch_index.js