Skip to content

Commit b779258

Browse files
authored
DRIVERS-2720: Update spec test's minServerVersion (#1433)
* Update spec test's minServerVersion due to the availability of bucketing options starting from version 6.3 * Update yml file.
1 parent edf51dc commit b779258

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/collection-management/tests/timeseries-collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"description": "createCollection with bucketing options",
256256
"runOnRequirements": [
257257
{
258-
"minServerVersion": "7.0"
258+
"minServerVersion": "6.3"
259259
}
260260
],
261261
"operations": [

source/collection-management/tests/timeseries-collection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ tests:
130130

131131
- description: "createCollection with bucketing options"
132132
runOnRequirements:
133-
- minServerVersion: "7.0"
133+
- minServerVersion: "6.3"
134134
operations:
135135
- name: dropCollection
136136
object: *database0

0 commit comments

Comments
 (0)