Skip to content

Commit 23cf746

Browse files
committed
remove old change stream test
1 parent 2fba6d9 commit 23cf746

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

source/change-streams/tests/README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -194,23 +194,13 @@ and sharded clusters unless otherwise specified:
194194

195195
11. 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

215205
13. For a `ChangeStream` under these conditions:
216206

0 commit comments

Comments
 (0)