summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2020-07-02 10:37:20 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-07-02 15:09:42 +0000
commit986028e17b939b4246b3d071ca6945a15604f0fc (patch)
tree3977579521a0db01f9af2f9c90c9272b4f21068b
parent6fff73a38d383be6a908d4b67f308f3bf19d503c (diff)
downloadmongo-986028e17b939b4246b3d071ca6945a15604f0fc.tar.gz
SERVER-49288 Only run background_validation.js on storage engines that support fsync
-rw-r--r--jstests/noPassthroughWithMongod/background_validation.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/noPassthroughWithMongod/background_validation.js b/jstests/noPassthroughWithMongod/background_validation.js
index d53c864c49a..dfb9a0aa05e 100644
--- a/jstests/noPassthroughWithMongod/background_validation.js
+++ b/jstests/noPassthroughWithMongod/background_validation.js
@@ -4,6 +4,8 @@
* Checks that {full:true} cannot be run with {background:true}.
* Checks that {background:true} runs.
* Checks that {background:true} can run concurrently with CRUD ops on the same collection.
+ *
+ * @tags: [requires_fsync]
*/
(function() {