diff options
author | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2018-01-30 19:45:42 -0500 |
---|---|---|
committer | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2018-01-30 19:45:42 -0500 |
commit | 35b5b72146ca570b5c6fed8aaa7e891edf7d6a78 (patch) | |
tree | 982b7782084039d440c75911b51ac6568569faec /jstests/core/fsync.js | |
parent | 784e55320f72ab9b9ec8b4f766d4be0c1b5e4a5b (diff) | |
download | mongo-35b5b72146ca570b5c6fed8aaa7e891edf7d6a78.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.
Diffstat (limited to 'jstests/core/fsync.js')
-rw-r--r-- | jstests/core/fsync.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/fsync.js b/jstests/core/fsync.js index 9e472dc640f..c5ba3fe13a0 100644 --- a/jstests/core/fsync.js +++ b/jstests/core/fsync.js @@ -6,6 +6,8 @@ * - Confirm that writes can progress after fsyncUnlock * - Confirm that the command can be run repeatedly without breaking things * - Confirm that the pseudo commands and eval can perform fsyncLock/Unlock + * + * @tags: [requires_eval_command] */ (function() { "use strict"; |