-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Aggregation Framework, Replication
-
None
-
Fully Compatible
-
ALL
-
v3.6
-
Repl 2017-12-18
-
0
The lookup_post_image.js test does an update to a document, then immediately removes it, the advances a changeStream to consume the notification corresponding to the update and expects the looked up fullDocument from the updateLookup to be null since the doc was deleted. This assertion is valid if the read and write go to the same node, but in the change_streams_secondary_reads suite this assumption is invalid, leading to the test to be flaky. We should either modify the test to not make this incorrect assumption, or blacklist it from the change_streams_secondary_reads suite.
- is related to
-
SERVER-32102 Audit tests in change_streams_secondary_reads suite for assumptions of causally consistent getMores
- Closed