File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
source/change-streams/tests Expand file tree Collapse file tree 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:
194194
19519511 . For a ` ChangeStream ` under these conditions:
196196
197- - Running against a server ` >=4.0.7 ` .
198197 - The batch is empty or has been iterated to the last document.
199198
200199 Expected result:
201200
202201 - ` getResumeToken ` must return the ` postBatchResumeToken ` from the current command response.
203202
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**
214204
21520513 . For a ` ChangeStream ` under these conditions:
216206
You can’t perform that action at this time.
0 commit comments