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

Rename the database operations of the cppsuite

    • Type: Icon: Technical Debt Technical Debt
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • 3
    • StorEng - Defined Pipeline

      Summary
      In the database_operation class, we define a set of operations: insert_operation, update_operation, remove_operation. There is some confusion about whether those represent an operation or a transaction. Indeed, we start and finish a transaction within those functions while a transaction is made of multiple operations. This is misleading.

      Motivation

      • Is this issue urgent?
        No

      Acceptance Criteria (Definition of Done)
      Find a name that suits better what is actually done by those functions. In the long term, we may want to extract the transaction lifecycle outside those functions. Given the current name, those functions should only perform an operation that is included in a transaction.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: