From 14ef67e5d039a491ef897edd49bd7d075a18029c Mon Sep 17 00:00:00 2001 From: Lingzhi Deng Date: Tue, 4 Aug 2020 14:46:30 -0400 Subject: SERVER-50099: Update requires_fcv_46 and need_fixing_for_46 to 47 --- jstests/core/explain_validation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jstests/core/explain_validation.js') diff --git a/jstests/core/explain_validation.js b/jstests/core/explain_validation.js index 7c29caa9d72..4a1dcb8e850 100644 --- a/jstests/core/explain_validation.js +++ b/jstests/core/explain_validation.js @@ -2,7 +2,7 @@ * Tests that an unknown field in the explain command will be rejected while generic command * arguments will be permitted to pass validation. * - * @tags: [requires_fcv_46] + * @tags: [requires_fcv_47] */ (function() { @@ -20,4 +20,4 @@ assert.commandFailedWithCode(testDB.runCommand({explain: {find: "test"}, unknown // Test that a generic argument will be accepted by command parsing. assert.commandWorked(testDB.runCommand({explain: {find: "test"}, comment: true})); -})(); \ No newline at end of file +})(); -- cgit v1.2.1