diff options
author | Tess Avitabile <tess.avitabile@mongodb.com> | 2019-01-30 09:34:25 -0500 |
---|---|---|
committer | Tess Avitabile <tess.avitabile@mongodb.com> | 2019-02-05 18:20:54 -0500 |
commit | 0772444f3ba43763cfe7d175d82b643801b54327 (patch) | |
tree | 231958413bd3bf2f5797f7e1f8336d5726fc9392 | |
parent | 8ce14201224d3c04fd7a2401f64270f73d2652df (diff) | |
download | mongo-0772444f3ba43763cfe7d175d82b643801b54327.tar.gz |
SERVER-39286 server_write_concern_metrics.js must use requires_journaling tag
(cherry picked from commit 83a272651d4fecf9a4bbe9a7fcbc403f5bf657c6)
-rw-r--r-- | jstests/noPassthrough/server_write_concern_metrics.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/server_write_concern_metrics.js b/jstests/noPassthrough/server_write_concern_metrics.js index e7c15f38490..d9ea528f1c7 100644 --- a/jstests/noPassthrough/server_write_concern_metrics.js +++ b/jstests/noPassthrough/server_write_concern_metrics.js @@ -1,5 +1,5 @@ // Tests writeConcern metrics in the serverStatus output. -// @tags: [requires_persistence, requires_replication] +// @tags: [requires_persistence, requires_journaling, requires_replication] (function() { "use strict"; |