summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2018-11-16 10:06:02 -0500
committerJonathan Reams <jbreams@mongodb.com>2018-11-30 13:25:44 -0500
commit39b8bb3dd9fc9b84526f7590dab6914d669d5fdb (patch)
tree38652bc57b8f6f2c1e252a5dc8cc252a4e2bee28
parente2aff9fe8ac530d215917d35efcc179b9b6996e2 (diff)
downloadmongo-39b8bb3dd9fc9b84526f7590dab6914d669d5fdb.tar.gz
SERVER-38159 Only check storage engine files' umasks on wiredtiger
(cherry picked from commit 1da5a8ac8ea43e1f704384238765fa5ca5b11af6)
-rw-r--r--jstests/noPassthrough/umask.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/noPassthrough/umask.js b/jstests/noPassthrough/umask.js
index 94787f973a0..b787bb1f7f6 100644
--- a/jstests/noPassthrough/umask.js
+++ b/jstests/noPassthrough/umask.js
@@ -1,6 +1,8 @@
/*
* This test makes sure that the log files created by the server correctly honor the server's umask
* as set in SERVER-22829
+ *
+ * @tags: [ requires_wiredtiger ]
*/
(function() {
'use strict';