summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorVojislav Stojkovic <vojislav.stojkovic@mongodb.com>2023-05-11 05:50:13 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-11 06:28:39 +0000
commit0e87bdf088907690685f1a18cdc3faa7c6221f42 (patch)
tree1badff4919ae50e7f1a6f094734527bff1ce72a4 /jstests
parentbbb51d48561a47e6dc6e6aec9abf3463c1b6acc3 (diff)
downloadmongo-0e87bdf088907690685f1a18cdc3faa7c6221f42.tar.gz
SERVER-76508 Disable latch analyzer in performance tests and production
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/administrative/current_op/currentop_waiting_for_latch.js3
-rw-r--r--jstests/core/latch_analyzer.js2
2 files changed, 3 insertions, 2 deletions
diff --git a/jstests/core/administrative/current_op/currentop_waiting_for_latch.js b/jstests/core/administrative/current_op/currentop_waiting_for_latch.js
index b02f219fe02..9360b8868f2 100644
--- a/jstests/core/administrative/current_op/currentop_waiting_for_latch.js
+++ b/jstests/core/administrative/current_op/currentop_waiting_for_latch.js
@@ -7,7 +7,8 @@
* not_allowed_with_security_token,
* assumes_read_concern_unchanged,
* assumes_read_preference_unchanged,
- * no_selinux
+ * no_selinux,
+ * requires_latch_analyzer
* ]
*/
(function() {
diff --git a/jstests/core/latch_analyzer.js b/jstests/core/latch_analyzer.js
index 73aa652c6c1..96c20d9c320 100644
--- a/jstests/core/latch_analyzer.js
+++ b/jstests/core/latch_analyzer.js
@@ -1,7 +1,7 @@
/**
* Verify that the LatchAnalyzer is working to expectations
*
- * @tags: [multiversion_incompatible, no_selinux]
+ * @tags: [multiversion_incompatible, no_selinux, requires_latch_analyzer]
*/
(function() {