Fix Retry Backoff is Enforced prose test

XMLWordPrintableJSON

    • Type: Spec Change
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Component/s: Backpressure
    • None
    • Needed
    • Hide

      Summary of necessary driver changes

      • Update Retry Backoff is Enforced prose test with new expected result.

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

      Show
      Summary of necessary driver changes Update Retry Backoff is Enforced prose test with new expected result. Commits for syncing spec/prose tests (and/or refer to an existing language POC if needed) https://github.com/mongodb/specifications/commit/eedd948da622d2043f05e7e86bbb8685a8dd6e13
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-6189 Fixed 2.3.0
      CXX-3392 Backlog
      CSHARP-5819 Fixed 3.7.0
      GODRIVER-3744 Backlog
      JAVA-6046 In Code Review
      NODE-7359 Fixed 7.1.0
      PYTHON-5689 In Progress
      PHPLIB-1757 Backlog
      RUBY-3750 Backlog
      RUST-2326 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-6189 Fixed 2.3.0 CXX-3392 Backlog CSHARP-5819 Fixed 3.7.0 GODRIVER-3744 Backlog JAVA-6046 In Code Review NODE-7359 Fixed 7.1.0 PYTHON-5689 In Progress PHPLIB-1757 Backlog RUBY-3750 Backlog RUST-2326 Duplicate

      Summary

      Retry Backoff is Enforced prose test has wrong calculated value for the total delay. Need to update the test.

      Here is the calculation according to the spec to justify the new value:

      0 0
      1 5
      2 7.5
      3 11.25
      4 16.875
      5 25.3125
      6 37.96875
      7 56.953125
      8 85.4296875
      9 128.1445313
      10 192.2167969
      11 288.3251953
      12 432.487793
      13 500
      Total 1787.463379

      Is this ticket only for tests?

      Yes

            Assignee:
            Oleksandr Poliakov
            Reporter:
            Oleksandr Poliakov
            Daria Pardue Daria Pardue
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: