-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
-
Query 2019-11-04, Query 2019-11-18, Query 2019-12-02
There is one change stream JSON test that fails on the latest sharded cluster. Reproducible at least on c# and Java drivers.
It looks like the reason of it that the latest server doesn't throw `280` error for the test "Change Stream should error when _id is projected out" anymore:
https://github.com/mongodb/specifications/blob/master/source/change-streams/tests/change-streams-errors.json#L103
So, our test runner doesn't catch the expected error and then fails.
- related to
-
SERVER-42723 New shard with new database can be ignored by change streams
- Closed