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

Un-blacklist txn_passthrough_runner_selftest.js system.profile read

    • Server Development Platform
    • ALL
    • v4.4

      As of SERVER-33548, when profiling is enabled, we expect profile writes for operations inside of transactions to appear in system.profile independently of whether the transaction commits. This transactions override test asserts that the operations are not visible in system.profile, and seems to have been passing because of visibility rules for reads inside transactions (see my comment).

      As of SERVER-46900, it's not possible to read from system.profile inside of a transaction. Upon modifying the transactions override framework to not run the read to system.profile inside of a transaction, the jstests/libs/txns/txn_passthrough_runner_selftest.js fails because this read returns nonempty results, as expected.

      SERVER-46900 will blacklist the offending find and any other dependent portions in the test.

            Assignee:
            backlog-server-devplatform [DO NOT ASSIGN] Backlog - Server Development Platform Team (SDP) (Inactive)
            Reporter:
            maria.vankeulen@mongodb.com Maria van Keulen
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: