Skip to content

Commit 93dc964

Browse files
authored
DRIVERS-2768 revert skip of 7.1 to searchIndexIgnoresReadWriteConcern (#1651)
The skip was added as part of 8be1189. The skip is not necessary since the test does not specify `SearchIndexOptions.type`.
1 parent 39db05c commit 93dc964

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

source/index-management/tests/searchIndexIgnoresReadWriteConcern.json

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/index-management/tests/searchIndexIgnoresReadWriteConcern.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ createEntities:
2020
collectionName: *collection0
2121

2222
runOnRequirements:
23-
# Skip server versions without fix of SERVER-83107 to avoid error message "BSON field 'createSearchIndexes.indexes.type' is an unknown field."
24-
# SERVER-83107 was not backported to 7.1.
25-
- minServerVersion: "7.0.5"
26-
maxServerVersion: "7.0.99"
27-
topologies: [ replicaset, load-balanced, sharded ]
28-
serverless: forbid
29-
- minServerVersion: "7.2.0"
23+
- minServerVersion: "7.0.0"
3024
topologies: [ replicaset, load-balanced, sharded ]
3125
serverless: forbid
3226

0 commit comments

Comments
 (0)