-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
QE 2021-10-04
When SBE is turned on, this invariant fails:
invariant(_saveState == SaveState::kNotSaved);
This is because DocumentSourceCursorTest seems to call saveState() twice in a row. We should investigate why it does this, and remove one of these calls if it is reasonable to do so.
- is depended on by
-
SERVER-59178 Re-enable SBE as the default execution engine
- Closed
- is related to
-
SERVER-60355 Investigate whether there are unnecessary saveState() calls in dbtests
- Closed