Skip to content

Commit ad1ee9b

Browse files
DRIVERS-2214 Fix getMore with comment specs (#1151)
1 parent 66ccb9f commit ad1ee9b

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-6
lines changed

source/change-streams/tests/unified/change-streams.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,11 @@
252252
"description": "Test that comment is set on getMore",
253253
"runOnRequirements": [
254254
{
255-
"minServerVersion": "3.6.0"
255+
"minServerVersion": "4.4.0",
256+
"topologies": [
257+
"single",
258+
"replicaset"
259+
]
256260
}
257261
],
258262
"operations": [

source/change-streams/tests/unified/change-streams.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ tests:
139139

140140
- description: "Test that comment is set on getMore"
141141
runOnRequirements:
142-
- minServerVersion: "3.6.0"
142+
- minServerVersion: "4.4.0"
143+
topologies: [ single, replicaset ]
143144
operations:
144145
- name: createChangeStream
145146
object: *collection0

source/crud/tests/unified/aggregate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,11 @@
330330
"description": "aggregate with comment sets comment on getMore",
331331
"runOnRequirements": [
332332
{
333-
"minServerVersion": "3.6.0"
333+
"minServerVersion": "4.4.0",
334+
"topologies": [
335+
"single",
336+
"replicaset"
337+
]
334338
}
335339
],
336340
"operations": [

source/crud/tests/unified/aggregate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ tests:
127127

128128
- description: "aggregate with comment sets comment on getMore"
129129
runOnRequirements:
130-
- minServerVersion: "3.6.0"
130+
- minServerVersion: "4.4.0"
131+
topologies: [ single, replicaset ]
131132
operations:
132133
- name: aggregate
133134
arguments:

source/crud/tests/unified/find-comment.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,11 @@
198198
"description": "find with comment sets comment on getMore",
199199
"runOnRequirements": [
200200
{
201-
"minServerVersion": "3.6"
201+
"minServerVersion": "4.4.0",
202+
"topologies": [
203+
"single",
204+
"replicaset"
205+
]
202206
}
203207
],
204208
"operations": [

source/crud/tests/unified/find-comment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ tests:
9090

9191
- description: "find with comment sets comment on getMore"
9292
runOnRequirements:
93-
- minServerVersion: "3.6"
93+
- minServerVersion: "4.4.0"
94+
topologies: [ single, replicaset ]
9495
operations:
9596
- name: find
9697
object: *collection0

0 commit comments

Comments
 (0)