summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/replset/SConscript
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2016-07-19 19:57:02 -0400
committerSpencer T Brody <spencer@mongodb.com>2016-07-20 14:38:02 -0400
commit1649926dcc1b9f14a10319cf171a55ce680fc278 (patch)
treeb7776c6a041917213e4ff4128ab5ca064184b94e /src/mongo/s/catalog/replset/SConscript
parentd7815ffb10e600cc076ea8f6646b9ca7dcf4dca5 (diff)
downloadmongo-1649926dcc1b9f14a10319cf171a55ce680fc278.tar.gz
SERVER-24213 Rewrite add shard unit tests to use ConfigServerTestFixture
This makes the addShard unit tests run in an environment closer to how addShard works in reality, because they will be using a ShardLocal for the config shard, backed by the ephemeralForTest storage engine
Diffstat (limited to 'src/mongo/s/catalog/replset/SConscript')
-rw-r--r--src/mongo/s/catalog/replset/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/catalog/replset/SConscript b/src/mongo/s/catalog/replset/SConscript
index 930a3fb19b6..33584b9224b 100644
--- a/src/mongo/s/catalog/replset/SConscript
+++ b/src/mongo/s/catalog/replset/SConscript
@@ -107,6 +107,7 @@ env.Library(
env.CppUnitTest(
target='config_server_catalog_test',
source=[
+ 'sharding_catalog_add_shard_test.cpp',
'sharding_catalog_add_shard_to_zone_test.cpp',
'sharding_catalog_assign_key_range_to_zone_test.cpp',
'sharding_catalog_remove_shard_from_zone_test.cpp',
@@ -121,7 +122,6 @@ env.CppUnitTest(
env.CppUnitTest(
target='sharding_catalog_test',
source=[
- 'sharding_catalog_add_shard_test.cpp',
'sharding_catalog_append_db_stats_test.cpp',
'sharding_catalog_drop_coll_test.cpp',
'sharding_catalog_log_change_test.cpp',