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

fle2_crud.js should use the same session to read from encrypted/unencrypted collections

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.1.0-rc0, 7.0.3
    • Affects Version/s: None
    • Component/s: Security
    • Labels:
      None
    • Fully Compatible
    • v7.0
    • Security 2023-05-29, Security 2023-06-12, Security 2023-06-26
    • 20

      fle2_crud.js performs reads from two different collections using two different clients (one for the encrypted collection and another for the unencrypted). Because these two reads don't use the same causally consistent session, the test does not have a monotonic reads guarantee. which the 'readsDocs' state requires.

      fle2_crud.js should issue reads for both collections under the same causally consistent session.

            Assignee:
            shreyas.kalyan@mongodb.com Shreyas Kalyan
            Reporter:
            jordi.serra-torrens@mongodb.com Jordi Serra Torrens
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: