diff options
author | Sergey Galtsev <sergey.galtsev@mongodb.com> | 2021-01-12 16:15:11 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-01-13 20:13:45 +0000 |
commit | 55b25212fbfa2d3335e83ee29bd5a1e156be2778 (patch) | |
tree | 538108e302255619e46e5abe2d6ac3b5cba58ffd /src/mongo/db/SConscript | |
parent | e0c8a0bfdfc155443dcdae5bdb82575f4bfdb669 (diff) | |
download | mongo-55b25212fbfa2d3335e83ee29bd5a1e156be2778.tar.gz |
SERVER-26257 Prevent dbdirectclient from authenticatng
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r-- | src/mongo/db/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript index cac09b14c61..9efd5ee394a 100644 --- a/src/mongo/db/SConscript +++ b/src/mongo/db/SConscript @@ -2266,6 +2266,7 @@ envWithAsio.CppUnitTest( 'collection_index_usage_tracker_test.cpp', 'commands_test.cpp', 'curop_test.cpp', + 'dbdirectclient_test.cpp', 'dbmessage_test.cpp', 'db_raii_test.cpp', 'field_parser_test.cpp', |