diff options
author | Kshitij Gupta <kshitij.gupta@mongodb.com> | 2020-08-03 18:48:21 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-08-05 22:15:25 +0000 |
commit | 262e5a961fa7221bfba5722aeea2db719f2149f5 (patch) | |
tree | e6ed8473165fab5fa2977ee32837d59c8aae10ab /src/mongo/db/pipeline/SConscript | |
parent | 441f18826c8469f871c1055032cf49be69e6d314 (diff) | |
download | mongo-wireVersion.tar.gz |
SERVER-49510: Add functionality to pick new split points during resharding when zones not defined. SERVER-49525: Sample documents to pick new split points for resharding when new shard key has a hashed field.wireVersion
Diffstat (limited to 'src/mongo/db/pipeline/SConscript')
-rw-r--r-- | src/mongo/db/pipeline/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/SConscript b/src/mongo/db/pipeline/SConscript index 1929babc330..c9e6c4df264 100644 --- a/src/mongo/db/pipeline/SConscript +++ b/src/mongo/db/pipeline/SConscript @@ -381,6 +381,7 @@ env.CppUnitTest( 'lookup_set_cache_test.cpp', 'pipeline_metadata_tree_test.cpp', 'pipeline_test.cpp', + 'resharding_initial_split_policy_test.cpp', 'resume_token_test.cpp', 'semantic_analysis_test.cpp', 'sequential_document_cache_test.cpp', |