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

Blacklist create_database.js from concurrency_replication_multi_stmt_txn

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.3.3
    • Affects Version/s: None
    • Component/s: Testing Infrastructure
    • None
    • Fully Compatible
    • Execution Team 2020-01-27
    • 29

      concurrency_replication_multi_stmt_txn will retry transactions that fail with retriable errors, including NoSuchTransaction. Any workload, such as create_database.js, that expects errors that cannot be blindly retried upon, can time out inside concurrency_replication_multi_stmt_txn due to the following sequence:

      suite starts transaction with FSM state -> test encounters and ignores non retriable error -> transaction implicitly aborts due to non retriable error -> suite attempts to commit the transaction -> commit fails with NoSuchTransaction -> suite retries the transaction -> suite starts transaction with FSM state

      The transaction will keep retrying indefinitely, failing every time, since the non retriable error keeps occurring and getting ignored.

      Since this is an incompatibility between create_database.js and the suite, it should be blacklisted from this suite.

            Assignee:
            maria.vankeulen@mongodb.com Maria van Keulen
            Reporter:
            maria.vankeulen@mongodb.com Maria van Keulen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: