From 474e6228cf95e16aa205256a0f15ef9f9388252d Mon Sep 17 00:00:00 2001 From: Benety Goh Date: Thu, 7 May 2020 07:39:06 -0400 Subject: SERVER-38961 remove IndexBuildTest.supportsTwoPhaseIndexBuild() references from noPassthrough tests --- jstests/noPassthrough/index_commit_currentop_slow.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'jstests/noPassthrough/index_commit_currentop_slow.js') diff --git a/jstests/noPassthrough/index_commit_currentop_slow.js b/jstests/noPassthrough/index_commit_currentop_slow.js index dba290d768b..e693624c518 100644 --- a/jstests/noPassthrough/index_commit_currentop_slow.js +++ b/jstests/noPassthrough/index_commit_currentop_slow.js @@ -28,12 +28,6 @@ const primary = rst.getPrimary(); const testDB = primary.getDB('test'); const coll = testDB.getCollection('test'); -if (!IndexBuildTest.supportsTwoPhaseIndexBuild(primary)) { - jsTestLog('Two phase index builds not enabled, skipping test.'); - rst.stopSet(); - return; -} - assert.commandWorked(coll.insert({a: 1})); const secondary = rst.getSecondary(); -- cgit v1.2.1