File tree 1 file changed +1
-11
lines changed
source/change-streams/tests
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -194,23 +194,13 @@ and sharded clusters unless otherwise specified:
194
194
195
195
11 . For a ` ChangeStream ` under these conditions:
196
196
197
- - Running against a server ` >=4.0.7 ` .
198
197
- The batch is empty or has been iterated to the last document.
199
198
200
199
Expected result:
201
200
202
201
- ` getResumeToken ` must return the ` postBatchResumeToken ` from the current command response.
203
202
204
- 12 . For a ` ChangeStream ` under these conditions:
205
-
206
- - Running against a server ` <4.0.7 ` .
207
- - The batch is empty or has been iterated to the last document.
208
-
209
- Expected result:
210
-
211
- - ` getResumeToken ` must return the ` _id ` of the last document returned if one exists.
212
- - ` getResumeToken ` must return ` resumeAfter ` from the initial aggregate if the option was specified.
213
- - If ` resumeAfter ` was not specified, the ` getResumeToken ` result must be empty.
203
+ 12 . ** Removed**
214
204
215
205
13 . For a ` ChangeStream ` under these conditions:
216
206
You can’t perform that action at this time.
0 commit comments