-
Type: Bug
-
Resolution: Done
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
What problem are you facing?
The change stream implementation in the node driver performs a getMore command immediately after the initial aggregate command. This is not spec compliant and causes the change stream tests added in NODE-3699 to fail.
Acceptance Criteria
- Remove the `getMore` call from change stream initialization in the node driver.
- Unskip any failing change stream tests and ensure they pass.
- related to
-
NODE-3699 Add support for the comment field to all helpers
- Closed