Files
mongo/buildscripts
George Wangensteen c6e5701933 SERVER-75725 Control TaskExecutorCursor's connection-pinning behavior with a server parameter and add appropriate testing. In this PR, we:
- Remove the now-obsolete getCallbackHandle interface from TEC.
    - Hook up the TEC default pinConnection-parameter to the relevant server parameter
    - Add a new suite running all search tests with that server parameter enabled
    - Fix a small bug to ensure we use the SSL mode provided by the request in PCTE
    - Fix a small bug to appropriately handle the case where we can't acquire a stream from the transport layer
2023-04-10 05:13:18 +00:00
..