After PM-3489 was enabled, the test started failing occasionally, because {w: majority} only guarantees that the write has been acknowledged by both nodes in the replica set. Without a causally consistent session it doesn't guarantee that a write has been executed on both nodes.
- related to
-
SERVER-89649 Await replication after cleanup in out_merge_on_secondary_batch_write.js
- Closed