summaryrefslogtreecommitdiff
path: root/src/mongo/s/SConscript
diff options
context:
space:
mode:
authorPaolo Polato <paolo.polato@mongodb.com>2021-06-02 13:12:15 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-03 08:01:24 +0000
commitf9d83b669cc832802319005c5b2a5caf2ab18591 (patch)
tree3708b39ec0bbde8450c3a3382ddea33abba33b53 /src/mongo/s/SConscript
parentac763701045fa1a14bec165d15f2006ed87b14e8 (diff)
downloadmongo-f9d83b669cc832802319005c5b2a5caf2ab18591.tar.gz
SERVER-56786 expand the bounds parameter of mergeChunk in the config server (BACKPORT-9250)
Diffstat (limited to 'src/mongo/s/SConscript')
-rw-r--r--src/mongo/s/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/s/SConscript b/src/mongo/s/SConscript
index eaa47847456..d51c705a301 100644
--- a/src/mongo/s/SConscript
+++ b/src/mongo/s/SConscript
@@ -164,6 +164,7 @@ env.Library(
'request_types/flush_routing_table_cache_updates.idl',
'request_types/get_database_version.idl',
'request_types/merge_chunk_request_type.cpp',
+ 'request_types/merge_chunks_request_type.cpp',
'request_types/migration_secondary_throttle_options.cpp',
'request_types/move_chunk_request.cpp',
'request_types/move_primary.idl',
@@ -611,6 +612,7 @@ env.CppUnitTest(
'request_types/balance_chunk_request_test.cpp',
'request_types/commit_chunk_migration_request_test.cpp',
'request_types/merge_chunk_request_test.cpp',
+ 'request_types/merge_chunks_request_test.cpp',
'request_types/migration_secondary_throttle_options_test.cpp',
'request_types/move_chunk_request_test.cpp',
'request_types/remove_shard_from_zone_request_test.cpp',