summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_connection_integration_test.cpp
AgeCommit message (Collapse)Author
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2023-04-17SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb
2023-01-23SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan
2021-08-14SERVER-58670 Modernize DBClientBase query interface to avoid ↵Irina Yatsenko
OP_QUERY-derived characteristics
2021-01-07SERVER-53423: Make ConnectString::connect return a status instead of setting ↵Andrew Shuvalov
error message
2021-01-07Revert "SERVER-53423: Make ConnectString::connect return a status instead of ↵Pavi Vetriselvan
setting error message" This reverts commit ad1169d34cbd457a4d0637230e615bdf1d177531.
2021-01-07SERVER-53423: Make ConnectString::connect return a status instead of setting ↵Andrew Shuvalov
error message
2019-06-28SERVER-41809 Undo collapse of integration tests in mongo/clientAndrew Morrow
2019-06-27SERVER-41809 disable failing tests temporarilyBenety Goh
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-10-15SERVER-37633 ignore ops without client metadata in ↵Mathias Stearn
dbclient_connection_integration_test
2018-09-13SERVER-36468 Add a mechanism to allow breaking DBClientConnection out of a ↵Mathias Stearn
blocking operation