-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
The TestReplaceRoot change stream test fails on latest server versions as per https://jira.mongodb.org/browse/SPEC-1211. We can either change the assertion to expect a general error rather than ErrMissingResumeToken specifically, but this means we will be making a weaker assertion for wire versions 7 and below. Seeing as the server will now error if _id is projected out, it might be better to only run the test for valid wire versions and leave the check as is.