summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_util_test.cpp
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2020-07-30 19:09:49 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-04 11:11:02 +0000
commit1f0fbdcc0da395e1afc0554e398c5a4c83c72539 (patch)
treed41f5867f17607074b5dd5e059ec4dc51e912f11 /src/mongo/db/s/migration_util_test.cpp
parent2fc36d0b12d1c44893a5f3c1fe0ac8fb0125a071 (diff)
downloadmongo-1f0fbdcc0da395e1afc0554e398c5a4c83c72539.tar.gz
SERVER-49976 Cleanup database cache on shard removal
Diffstat (limited to 'src/mongo/db/s/migration_util_test.cpp')
-rw-r--r--src/mongo/db/s/migration_util_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/migration_util_test.cpp b/src/mongo/db/s/migration_util_test.cpp
index c39871ab2a1..0d06c8175d8 100644
--- a/src/mongo/db/s/migration_util_test.cpp
+++ b/src/mongo/db/s/migration_util_test.cpp
@@ -32,7 +32,6 @@
#include "mongo/db/catalog_raii.h"
#include "mongo/db/persistent_task_store.h"
#include "mongo/db/repl/wait_for_majority_service.h"
-#include "mongo/db/s/catalog_cache_loader_mock.h"
#include "mongo/db/s/collection_sharding_runtime.h"
#include "mongo/db/s/collection_sharding_state.h"
#include "mongo/db/s/migration_util.h"
@@ -42,6 +41,7 @@
#include "mongo/db/s/sharding_state.h"
#include "mongo/s/catalog/sharding_catalog_client_mock.h"
#include "mongo/s/catalog/type_shard.h"
+#include "mongo/s/catalog_cache_loader_mock.h"
#include "mongo/s/database_version_helpers.h"
#include "mongo/util/future.h"