summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/config_server_test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/config/config_server_test_fixture.h')
-rw-r--r--src/mongo/db/s/config/config_server_test_fixture.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mongo/db/s/config/config_server_test_fixture.h b/src/mongo/db/s/config/config_server_test_fixture.h
index 05ed2b55a67..bd2a41b41a0 100644
--- a/src/mongo/db/s/config/config_server_test_fixture.h
+++ b/src/mongo/db/s/config/config_server_test_fixture.h
@@ -166,17 +166,6 @@ protected:
StatusWith<std::vector<BSONObj>> getIndexes(OperationContext* opCtx, const NamespaceString& ns);
/**
- * Expects a setShardVersion command to be executed on the specified shard.
- *
- * The expectedChunkVersion is optional, because in some cases it may not be possible to know
- * the OID of a ChunkVersion generated by some internal code. (See SERVER-29451).
- */
- void expectSetShardVersion(const HostAndPort& expectedHost,
- const ShardType& expectedShard,
- const NamespaceString& expectedNs,
- boost::optional<ChunkVersion> expectedChunkVersion);
-
- /**
* Returns the stored raw pointer to the addShard TaskExecutor's NetworkInterface.
*/
executor::NetworkInterfaceMock* networkForAddShard() const;