summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/SConscript
diff options
context:
space:
mode:
authorJessica Yu <jessica.yu@mongodb.com>2017-07-17 13:41:53 -0400
committerJessica Yu <jessica.yu@mongodb.com>2017-07-22 09:52:38 -0400
commit0bef84ea178a17327e95ef07afb82c6948df1c1f (patch)
tree6b11a754d355dfd7c7550462f63911c94f7e1d43 /src/mongo/s/catalog/SConscript
parentdb9f34fdec33e2250dad53d7d2d3a829507b3f95 (diff)
downloadmongo-0bef84ea178a17327e95ef07afb82c6948df1c1f.tar.gz
SERVER-29660 move the logic of the enableSharding into the new _configsvrEnableSharding command
SERVER-30168 Make the _configsvrEnableSharding command idempotent
Diffstat (limited to 'src/mongo/s/catalog/SConscript')
-rw-r--r--src/mongo/s/catalog/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/s/catalog/SConscript b/src/mongo/s/catalog/SConscript
index 367c101675d..215dee2c731 100644
--- a/src/mongo/s/catalog/SConscript
+++ b/src/mongo/s/catalog/SConscript
@@ -142,6 +142,7 @@ env.Library(
'sharding_catalog_manager_chunk_operations_impl.cpp',
'sharding_catalog_manager_collection_operations_impl.cpp',
'sharding_catalog_manager.cpp',
+ 'sharding_catalog_manager_database_operations_impl.cpp',
'sharding_catalog_manager_shard_operations_impl.cpp',
'sharding_catalog_manager_zone_operations_impl.cpp',
],
@@ -153,6 +154,7 @@ env.Library(
'$BUILD_DIR/mongo/executor/network_interface',
'$BUILD_DIR/mongo/s/client/sharding_client',
'$BUILD_DIR/mongo/s/coreshard',
+ 'sharding_catalog_client',
],
)
@@ -174,6 +176,7 @@ env.CppUnitTest(
'sharding_catalog_assign_key_range_to_zone_test.cpp',
'sharding_catalog_commit_chunk_migration_test.cpp',
'sharding_catalog_config_initialization_test.cpp',
+ 'sharding_catalog_enable_sharding_test.cpp',
'sharding_catalog_merge_chunks_test.cpp',
'sharding_catalog_remove_shard_from_zone_test.cpp',
'sharding_catalog_shard_collection_test.cpp',