Use appName for hello failPoints in CMAP tests

XMLWordPrintableJSON

    • Type: Spec Change
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Component/s: CMAP
    • None
    • Needed - No Spec Changes
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-6306 Blocked
      CXX-3480 Blocked
      CSHARP-6014 Blocked
      GODRIVER-3878 Blocked
      JAVA-6182 Blocked
      NODE-7560 Blocked
      PYTHON-5812 Blocked
      PHPLIB-1839 Blocked
      RUBY-3826 Blocked
      RUST-2415 Blocked
      $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-6306 Blocked CXX-3480 Blocked CSHARP-6014 Blocked GODRIVER-3878 Blocked JAVA-6182 Blocked NODE-7560 Blocked PYTHON-5812 Blocked PHPLIB-1839 Blocked RUBY-3826 Blocked RUST-2415 Blocked

      Summary

      In CSharp Driver's test suite we are using "technical mongo client" which is long-living client to check tests preconditions, setup test data, etc. Having failPoint for hello command without appName can put this client into "connection pool paused" state which can fail further tests.

      We need to update the spec tests to use appName for any test case that setup failPoint for hello.

            Assignee:
            Oleksandr Poliakov
            Reporter:
            Oleksandr Poliakov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: