summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_batch_fetcher_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/migration_batch_fetcher_test.cpp')
-rw-r--r--src/mongo/db/s/migration_batch_fetcher_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/s/migration_batch_fetcher_test.cpp b/src/mongo/db/s/migration_batch_fetcher_test.cpp
index f86368b321b..890189a3693 100644
--- a/src/mongo/db/s/migration_batch_fetcher_test.cpp
+++ b/src/mongo/db/s/migration_batch_fetcher_test.cpp
@@ -182,7 +182,7 @@ TEST_F(MigrationBatchFetcherTestFixture, BasicEmptyFetchingTest) {
int concurrency = 30;
RAIIServerParameterControllerForTest featureFlagController(
"featureFlagConcurrencyInChunkMigration", true);
- RAIIServerParameterControllerForTest setMigrationConcurrencyParam{"migrationConcurrency",
+ RAIIServerParameterControllerForTest setMigrationConcurrencyParam{"chunkMigrationConcurrency",
concurrency};
AlternativeClientRegion acr(newClient);
@@ -237,7 +237,7 @@ TEST_F(MigrationBatchFetcherTestFixture, BasicFetching) {
int concurrency = 30;
RAIIServerParameterControllerForTest featureFlagController(
"featureFlagConcurrencyInChunkMigration", true);
- RAIIServerParameterControllerForTest setMigrationConcurrencyParam{"migrationConcurrency",
+ RAIIServerParameterControllerForTest setMigrationConcurrencyParam{"chunkMigrationConcurrency",
concurrency};
auto fetcher = std::make_unique<MigrationBatchFetcher<MigrationBatchMockInserter>>(