summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierlauro Sciarelli <pierlauro.sciarelli@mongodb.com>2023-04-12 09:53:45 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-12 10:44:15 +0000
commitdf4702ff084d969c2f3f767d4afa377b7785c119 (patch)
tree763b8adaeafece5fb8738633b72403c2d50a669d
parent9cd5eeeba2184ce807985438ee984d7d8485b224 (diff)
downloadmongo-df4702ff084d969c2f3f767d4afa377b7785c119.tar.gz
SERVER-73973 Skip server_status_with_time_out_cursors.js in suites with balancer
-rw-r--r--jstests/concurrency/fsm_workloads/server_status_with_time_out_cursors.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_workloads/server_status_with_time_out_cursors.js b/jstests/concurrency/fsm_workloads/server_status_with_time_out_cursors.js
index 39452ab2217..5d60c79b580 100644
--- a/jstests/concurrency/fsm_workloads/server_status_with_time_out_cursors.js
+++ b/jstests/concurrency/fsm_workloads/server_status_with_time_out_cursors.js
@@ -4,7 +4,11 @@
* Run serverStatus() while running a large number of queries which are expected to reach maxTimeMS
* and time out.
*
- * @tags: [catches_command_failures]
+ * @tags: [
+ * catches_command_failures,
+ * # This test leaks cursors causing range deletions to hang waiting for ongoing queries
+ * assumes_balancer_off,
+ * ]
*/
load('jstests/concurrency/fsm_workload_helpers/server_types.js'); // for isMongos