summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface_integration_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73610 Introduce Connection-Leasing from ConnectionPool and NetworkInte...George Wangensteen2023-03-151-0/+25
* SERVER-71764 Fix cancellation of hedged operationsAmirsaman Memaripour2023-01-311-9/+169
* Revert "SERVER-71764 Fix cancellation of hedged operations"Amirsaman Memaripour2023-01-241-169/+9
* SERVER-71764 Fix cancellation of hedged operationsAmirsaman Memaripour2023-01-181-9/+169
* SERVER-71906 rename TransportLayerASIO to AsioTransportLayerMatt Diener2022-12-211-1/+1
* SERVER-71086 Refactor hedged-read-determination code to be shared between asy...George Wangensteen2022-11-141-5/+5
* SERVER-68329 Drop single connection on some errors during connection set upAlex Li2022-09-271-0/+23
* SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha2022-05-271-31/+24
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-59618 integration tests register LockerNoopClientObserver with Service...Benety Goh2021-09-281-0/+3
* SERVER-58209 NetworkInterfaceIntegrationFixture waits for in progress requestsAlex Li2021-08-161-1/+42
* SERVER-54136 Make the authenticate command respect enforceUserClusterSeparationBen Caimano2021-02-181-7/+0
* SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...Spencer T Brody2020-08-301-1/+1
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-141-17/+18
* Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...LaMont Nelson2020-08-131-18/+17
* SERVER-49126 Use parent tearDown() in NetworkInterfaceTestBen Caimano2020-08-071-3/+3
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-051-17/+18
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-5/+12
* SERVER-49126 Allow NetworkInterfaceIntegrationTest to be an internalClientBen Caimano2020-07-091-5/+21
* Revert "SERVER-49126 Turn on isInternalClient for integration tests"Tess Avitabile2020-06-301-6/+1
* SERVER-49126 Turn on isInternalClient for integration testsBen Caimano2020-06-291-1/+6
* SERVER-46726 Using testing proctor to control diagnosticsAmirsaman Memaripour2020-06-101-1/+0
* SERVER-46726 Provide separate setParameter to disable diagnostic workAmirsaman Memaripour2020-06-051-1/+0
* SERVER-48505 NetworkInterfaceTest's StartCommandAny should use failpoint to d...Cheahuychou Mao2020-06-011-0/+6
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47343 Add/update failpoints to make cancelCommand integration tests mo...Cheahuychou Mao2020-04-071-17/+42
* SERVER-46648 Cancel pending requests upon receiving the first responseCheahuychou Mao2020-03-171-21/+59
* SERVER-45432 Basic support for operation hedgingMisha Tyulenev2020-02-271-0/+29
* SERVER-45813 Modify AsyncDBClient/NetworkInterfaceTL to allow Fire and ForgetCheahuychou Mao2020-02-241-38/+91
* SERVER-46306 Make cancelCommand integration tests wait for the command to acq...Cheahuychou Mao2020-02-211-42/+49
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45114 Connect AsyncDBClient exhaust functionality throughoutJanna Golden2020-02-191-0/+134
* SERVER-45464 Kill canceled operations remotelyCheahuychou Mao2020-02-191-17/+120
* SERVER-43606 Enforce connection reuse in response to remote interruptionBen Caimano2020-01-211-12/+27
* SERVER-45261 create more state in NiTL ctorJason Carey2020-01-141-0/+12
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-41493 Set request deadline based on maxtime ms in network interfaceShaileja Jain2019-08-011-2/+78
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-12/+11
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39513 NetworkInterface::setAlarm should be cancellableBen Caimano2019-02-271-5/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-27881 Upgrade boost to 1.68.0Mathew Robinson2018-12-051-1/+1
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-3/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36466 Secure shutdown conditions for SpecificPoolBen Caimano2018-08-141-4/+14
* SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano2018-07-291-4/+5
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-251-5/+3
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-161-0/+373