Use correct sum of backoffs for convenient transactions API backoff test

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Component/s: Backpressure
    • None
    • Needed
    • Hide

      Summary of necessary driver changes

      •  

      Commits for syncing spec/prose tests
      (and/or refer to an existing language POC if needed)

      •  

      Context for other referenced/linked tickets

      •  
      Show
      Summary of necessary driver changes   Commits for syncing spec/prose tests (and/or refer to an existing language POC if needed)   Context for other referenced/linked tickets  
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-6374 Blocked
      CXX-3535 Blocked
      CSHARP-6135 Blocked
      GODRIVER-4045 Blocked
      JAVA-6255 Blocked
      NODE-7695 Blocked
      PYTHON-5954 In Code Review
      PHPLIB-1914 Blocked
      RUBY-3916 Blocked
      RUST-2458 Duplicate
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } #scriptField td.willNotDo { background-color: #FF0000; /* Red color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion CDRIVER-6374 Blocked CXX-3535 Blocked CSHARP-6135 Blocked GODRIVER-4045 Blocked JAVA-6255 Blocked NODE-7695 Blocked PYTHON-5954 In Code Review PHPLIB-1914 Blocked RUBY-3916 Blocked RUST-2458 Duplicate

      The prose test for convenient transactions API backoff behavior uses the wrong formula to calculate the expected sum of 13 backoffs. The correct formula uses 1.5 ^ attempt, differing from the backpressure backoff formula that uses 2 ^ attempt.

            Assignee:
            Noah Stapp
            Reporter:
            Noah Stapp
            Jib Adegunloye Jib Adegunloye
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: