-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Test Coverage
-
None
-
Fully Compatible
-
Not Needed
Currently we cannot just put a change-streams.json file in the unified test format somewhere in the driver repo and expect it to be run because:
- There are no test runners (neither sync nor reactive) for change streams.
- There is no location where unified test files can be put. If put in driver-core/src/test/resources/change-streams, they are going to be picked up by AbstractChangeStreamsTest and result in a failure because this runner does not understand the unified syntax.
- split from
-
JAVA-3990 Implement change stream oplog parsing code for delta oplog entries
- Closed