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

exchange_producer.js should be tagged with does_not_support_transactions

    • Query Integration
    • Fully Compatible
    • ALL
    • v8.0
    • QI 2024-04-29

      The test sets up cursors during setup and then will attempt to call getMore on them during the FSM execution.

      This will fail if using transactions because the FSM will attempt to call getMore on a cursor that's been created outside of the transaction.

      SERVER-86764 disabled the test as it started to fail for the concurrency_replication_multi_stmt_txn suite but ideally we should tag it with does_not_support_transactions instead.

            Assignee:
            will.buerger@mongodb.com Will Buerger
            Reporter:
            jordi.olivares-provencio@mongodb.com Jordi Olivares Provencio
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: