diff options
Diffstat (limited to 'src/mongo/db/s/active_migrations_registry_test.cpp')
| -rw-r--r-- | src/mongo/db/s/active_migrations_registry_test.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mongo/db/s/active_migrations_registry_test.cpp b/src/mongo/db/s/active_migrations_registry_test.cpp index 5ba12a1cd16..a84f159a074 100644 --- a/src/mongo/db/s/active_migrations_registry_test.cpp +++ b/src/mongo/db/s/active_migrations_registry_test.cpp @@ -236,8 +236,7 @@ TEST_F(MoveChunkRegistration, TestBlockingReceiveChunk) { _registry.registerReceiveChunk(opCtx.get(), NamespaceString("TestDB", "TestColl"), ChunkRange(BSON("Key" << -100), BSON("Key" << 100)), - ShardId("shard0001"), - false); + ShardId("shard0001")); ASSERT_OK(scopedReceiveChunk.getStatus()); @@ -331,8 +330,7 @@ TEST_F(MoveChunkRegistration, TestBlockingWhileReceiveInProgress) { _registry.registerReceiveChunk(operationContext(), NamespaceString("TestDB", "TestColl"), ChunkRange(BSON("Key" << -100), BSON("Key" << 100)), - ShardId("shard0001"), - false); + ShardId("shard0001")); ASSERT_OK(scopedReceiveChunk.getStatus()); // 3. Signal the registry locking thread that the registry is ready to be locked. |
