Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-32791

Use causal consistency in change_streams_secondary_reads passthrough

    • Query Execution
    • 3

      The test suite mostly gets away with not using causal consistency because most assertions are along the lines of

      assert.soon(() => changeStream.hasNext());
      

      which are pretty tolerant of visibility rules. However, we've seen a couple failures in this suite that would be addressed by using causal consistency, and it would make the suite more robust in the future, making it easier to add new tests to the jstests/change_streams directory.

            Assignee:
            backlog-query-execution [DO NOT USE] Backlog - Query Execution
            Reporter:
            charlie.swanson@mongodb.com Charlie Swanson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: