Skip to content

Commit

Permalink
DRIVERS-2674 Update server versions for ``$changeStreamSplitLargeEven…
Browse files Browse the repository at this point in the history
…t`` test
  • Loading branch information
abr-egn committed Aug 11, 2023
1 parent 8e8db00 commit 6dbfd63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 6dbfd63

Please sign in to comment.