summaryrefslogtreecommitdiff
path: root/jstests/core/evalh.js
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2018-02-23 01:12:47 -0500
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2018-02-23 01:12:47 -0500
commit029f51d0fd9fd9ba0f921094d9cc174fd7a44944 (patch)
treebfa03c8978529be4bddda19ca3727d7275e70bb2 /jstests/core/evalh.js
parent6dcfbb12c21b395136468666bc69a60705c24c91 (diff)
downloadmongo-029f51d0fd9fd9ba0f921094d9cc174fd7a44944.tar.gz
SERVER-32522 Clean up {read,write}Concern and readPreference overrides.
Introduces OverrideHelpers object with convenience methods for inspecting certain aggregation and map-reduce commands, as well as overriding startParallelShell(), Mongo.prototype.runCommand(), and Mongo.prototype.runCommandWithMetadata(). Also removes a number of tests that were incorrectly blacklisted from the read_concern_majority_passthrough.yml and read_concern_linearizable_passthrough.yml test suites. (cherry picked from commit 35b5b72146ca570b5c6fed8aaa7e891edf7d6a78) (cherry picked from commit e828226f4c5ab12835e10a09f104759e8fbf09f3)
Diffstat (limited to 'jstests/core/evalh.js')
-rw-r--r--jstests/core/evalh.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/evalh.js b/jstests/core/evalh.js
index e1058fbdce4..e222b9aede6 100644
--- a/jstests/core/evalh.js
+++ b/jstests/core/evalh.js
@@ -1,5 +1,7 @@
/**
* Test that db.eval does not support auth.
+ *
+ * @tags: [requires_eval_command]
*/
(function() {
'use strict';