Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-9719

CppSuite tests that call try_rollback aren't honoring the configured op_count.

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • StorEng - Refinement Pipeline

      A recent changed removed the op_count check from try_rollback this seems innocuous at first but what it means is that transactions will rollback after a single operation most times. This isn't great as it reduces the overall stressfulness of the workload. We could convert those transactions to try_commit and remove try_rollback altogether so it is less confusing.

      This requires discussion before it can fixed.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            luke.pearson@mongodb.com Luke Pearson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: