From 7950f071b21957be1ab8e5ac2db8b650695a2bd0 Mon Sep 17 00:00:00 2001 From: Kaloian Manassiev Date: Tue, 3 Nov 2020 14:08:19 -0500 Subject: SERVER-50027 Implement an 'allowMigrations' collection property --- src/mongo/db/s/collection_sharding_runtime_test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mongo/db/s/collection_sharding_runtime_test.cpp') diff --git a/src/mongo/db/s/collection_sharding_runtime_test.cpp b/src/mongo/db/s/collection_sharding_runtime_test.cpp index 952924bf6f9..215dd006b95 100644 --- a/src/mongo/db/s/collection_sharding_runtime_test.cpp +++ b/src/mongo/db/s/collection_sharding_runtime_test.cpp @@ -63,6 +63,7 @@ protected: false, epoch, boost::none, + true, {std::move(chunk)})), boost::none); -- cgit v1.2.1