From d1e4667fe08baf6202991e7fd7fc92be00b28108 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Fri, 6 Sep 2024 13:04:37 -0400 Subject: [PATCH] DRIVERS-2768 revert skip of 7.1 to `searchIndexIgnoresReadWriteConcern` The skip was added as part of 8be1189abcc9b879a081f1f606159f3d2578cb27. The skip is not necessary since the test does not specify `SearchIndexOptions.type`. --- .../tests/searchIndexIgnoresReadWriteConcern.json | 12 +----------- .../tests/searchIndexIgnoresReadWriteConcern.yml | 8 +------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/source/index-management/tests/searchIndexIgnoresReadWriteConcern.json b/source/index-management/tests/searchIndexIgnoresReadWriteConcern.json index 5b57cd22cd..edf71b7b7e 100644 --- a/source/index-management/tests/searchIndexIgnoresReadWriteConcern.json +++ b/source/index-management/tests/searchIndexIgnoresReadWriteConcern.json @@ -32,17 +32,7 @@ ], "runOnRequirements": [ { - "minServerVersion": "7.0.5", - "maxServerVersion": "7.0.99", - "topologies": [ - "replicaset", - "load-balanced", - "sharded" - ], - "serverless": "forbid" - }, - { - "minServerVersion": "7.2.0", + "minServerVersion": "7.0.0", "topologies": [ "replicaset", "load-balanced", diff --git a/source/index-management/tests/searchIndexIgnoresReadWriteConcern.yml b/source/index-management/tests/searchIndexIgnoresReadWriteConcern.yml index ed997b8491..d1a3e93759 100644 --- a/source/index-management/tests/searchIndexIgnoresReadWriteConcern.yml +++ b/source/index-management/tests/searchIndexIgnoresReadWriteConcern.yml @@ -20,13 +20,7 @@ createEntities: collectionName: *collection0 runOnRequirements: - # Skip server versions without fix of SERVER-83107 to avoid error message "BSON field 'createSearchIndexes.indexes.type' is an unknown field." - # SERVER-83107 was not backported to 7.1. - - minServerVersion: "7.0.5" - maxServerVersion: "7.0.99" - topologies: [ replicaset, load-balanced, sharded ] - serverless: forbid - - minServerVersion: "7.2.0" + - minServerVersion: "7.0.0" topologies: [ replicaset, load-balanced, sharded ] serverless: forbid