-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
Use Case
As a... (who is this for)
I want... (what is the desired change)
So that... (why is the change desired)
User Experience
- N/A - feature will merge with CSOT feature branch, not in this ticket
Dependencies
- Required CSOT feature
Risks/Unknowns
- What could go wrong while implementing this change? (e.g., performance, inadvertent behavioral changes in adjacent functionality, existing tech debt, etc)
- Is there an opportunity for better cross-driver alignment or testing in this area?
- Is there an opportunity to improve existing documentation on this subject?
Acceptance Criteria
Implementation Requirements
- ChangeStreamCursor on capped collections support CSOT behaviour for tailable awaitData and tailable non awaitData cursors
- Db.watch, MongoClient.watch and Collection.watch support timeoutMode option
Testing Requirements
- Add unit tests described in parent ticket for ChangeStreamCursor
- Unskip spec tests for change streams
Documentation Requirements
- DOCSP ticket, API docs, etc
Follow Up Requirements
- See parent ticket