Skip to content

Commit

Permalink
DRIVERS-2720: Update spec test's minServerVersion (#1433)
Browse files Browse the repository at this point in the history
* Update spec test's minServerVersion due to the availability of bucketing options starting from version 6.3

* Update yml file.
  • Loading branch information
vbabanin committed Sep 11, 2023
1 parent edf51dc commit b779258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"description": "createCollection with bucketing options",
"runOnRequirements": [
{
"minServerVersion": "7.0"
"minServerVersion": "6.3"
}
],
"operations": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ tests:

- description: "createCollection with bucketing options"
runOnRequirements:
- minServerVersion: "7.0"
- minServerVersion: "6.3"
operations:
- name: dropCollection
object: *database0
Expand Down

0 comments on commit b779258

Please sign in to comment.