From 06b9e9ebf9778293b8425093ada0aa1eb83b594e Mon Sep 17 00:00:00 2001 From: Vesselina Ratcheva Date: Thu, 18 Jan 2018 14:51:55 -0500 Subject: Revert "SERVER-30347 Fail startup when running wiredTiger with --nojournal as part of a replica set" This reverts commit 35c44dbd37c0167cc07420c8ea286ad6edfac7ff. --- jstests/gle/gle_sharded_wc.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'jstests/gle') diff --git a/jstests/gle/gle_sharded_wc.js b/jstests/gle/gle_sharded_wc.js index d80cff9b50f..8031e154f89 100644 --- a/jstests/gle/gle_sharded_wc.js +++ b/jstests/gle/gle_sharded_wc.js @@ -12,15 +12,6 @@ TestData.skipCheckingUUIDsConsistentAcrossCluster = true; (function() { 'use strict'; - // Skip this test if running with the "wiredTiger" storage engine, since it requires - // using 'nojournal' in a replica set, which is not supported when using WT. - if (!jsTest.options().storageEngine || jsTest.options().storageEngine == 'wiredTiger') { - // WT is currently the default engine so it is used when 'storageEngine' is not set. - jsTest.log( - 'Skipping test because it is not applicable for the "wiredTiger" storage engine'); - return; - } - // Options for a cluster with two replica set shards, the first with two nodes the second with // one // This lets us try a number of GLE scenarios -- cgit v1.2.1