From 05a0f8e98b633a6e6c26c10576a1044f9da161b5 Mon Sep 17 00:00:00 2001 From: Jon Streets Date: Wed, 19 May 2021 20:10:31 +0000 Subject: SERVER-56366 Update FCV constants to recognize 5.1 as latest --- jstests/core/fts_find_and_modify.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'jstests/core/fts_find_and_modify.js') diff --git a/jstests/core/fts_find_and_modify.js b/jstests/core/fts_find_and_modify.js index 607b6273d35..9267ad8e6df 100644 --- a/jstests/core/fts_find_and_modify.js +++ b/jstests/core/fts_find_and_modify.js @@ -5,9 +5,6 @@ * # Cannot run when collections are implicitly sharded, since findAndModify requires the query * # predicate to contain the shard key. * assumes_unsharded_collection, - * # We chose not to backport the bug fix for $text + findAndModify to the 4.4 branch, so all - * # nodes must be at least binary version 4.7. - * requires_fcv_47, * # Ban in any configurations that require retryable writes. Although findAndModify is a * # retryable write command, the 'fields' option does not currently work with retryable writes. * # See SERVER-31242. -- cgit v1.2.1