summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2016-04-25 14:53:53 -0400
committerBenety Goh <benety@mongodb.com>2016-04-25 14:53:53 -0400
commitddd1b8f68e53d2c4687590420f26fa9ab91046b6 (patch)
tree330b660279b2669209d360b1f105b54f83a07c76 /jstests
parentb50c37e8d445e76e31740c05ea67d6390c2adeb7 (diff)
downloadmongo-ddd1b8f68e53d2c4687590420f26fa9ab91046b6.tar.gz
Revert "SERVER-23333 only run fragmentation test with WiredTiger"
This reverts commit 4656b487623a679803a5e4eb1fd8ac4477a13b83.
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthroughWithMongod/allocator_fragmentation.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/noPassthroughWithMongod/allocator_fragmentation.js b/jstests/noPassthroughWithMongod/allocator_fragmentation.js
index 0e5bb1b311a..4937b1a5f16 100644
--- a/jstests/noPassthroughWithMongod/allocator_fragmentation.js
+++ b/jstests/noPassthroughWithMongod/allocator_fragmentation.js
@@ -5,12 +5,6 @@
(function() {
"use strict";
- // Skip this test if not running with WiredTiger
- if (jsTest.options().storageEngine && jsTest.options().storageEngine !== "wiredTiger") {
- jsTest.log("Skipping test because storageEngine is not 'wiredTiger'");
- return;
- }
-
var jobs = [];
var numUpdaterJobs = 16;