summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2020-06-16 15:53:35 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-30 09:19:59 +0000
commitccb8ef3965b1ab95d8c8d1a1bda47b643a9e81cd (patch)
tree2bdefbe0629a0d085e62742f3940da44fe588e4d /src/mongo/db/pipeline
parenta611ae5fdf5f035f9cd587f545024529b8cc2bb9 (diff)
downloadmongo-ccb8ef3965b1ab95d8c8d1a1bda47b643a9e81cd.tar.gz
SERVER-34061 Stop preemptively loading sharded collections when loading a database into the CatalogCache
Diffstat (limited to 'src/mongo/db/pipeline')
-rw-r--r--src/mongo/db/pipeline/process_interface/shardsvr_process_interface_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/process_interface/shardsvr_process_interface_test.cpp b/src/mongo/db/pipeline/process_interface/shardsvr_process_interface_test.cpp
index a1bf2299244..83783b3f56d 100644
--- a/src/mongo/db/pipeline/process_interface/shardsvr_process_interface_test.cpp
+++ b/src/mongo/db/pipeline/process_interface/shardsvr_process_interface_test.cpp
@@ -58,7 +58,6 @@ TEST_F(ShardedProcessInterfaceTest, TestInsert) {
auto future = launchAsync([&] { ASSERT_TRUE(outStage->getNext().isEOF()); });
expectGetDatabase(kOutNss);
- expectGetCollection(kOutNss, OID::gen(), ShardKeyPattern{BSON("_id" << 1)});
// Testing the collection options are propagated.
const BSONObj collectionOptions = BSON("validationLevel"