Details
Description
The ChangeStreamDefaultEventTransformation::applyTransformation() has logic to generate an invalidate event when it encounters an unexpected oplog entry. This should never be the case in practice. We should just add a tassert() and remove the code to generate invalidate events.