Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRIVERS-2674 Update server versions for $changeStreamSplitLargeEvent test #1449

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/change-streams/change-streams.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,7 @@ Reference Implementations
Changelog
=========

:2023-08-11: Update server versions for ``$changeStreamSplitLargeEvent`` test.
:2023-05-22: Add spec test for ``$changeStreamSplitLargeEvent``.
:2022-10-20: Reformat changelog.
:2022-10-05: Remove spec front matter.
Expand Down
2 changes: 1 addition & 1 deletion source/change-streams/tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ The following tests have not yet been automated, but MUST still be tested. All t

#. Validate that large ``ChangeStream`` events are split when using ``$changeStreamSplitLargeEvent``:

#. Run only against servers ``>=7.0``
#. Run only against servers ``>=6.0.9 && <6.1`` or ``>=7.0``.
#. Create a new collection _C_ with ``changeStreamPreAndPostImages`` enabled.
#. Insert into _C_ a document at least 10mb in size, e.g. ``{ "value": "q"*10*1024*1024 }``
#. Create a change stream _S_ by calling ``watch`` on _C_ with pipeline ``[{ "$changeStreamSplitLargeEvent": {} }]`` and ``fullDocumentBeforeChange=required``.
Expand Down
Loading