summaryrefslogtreecommitdiff
path: root/src/mongo/s/config_server_test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/config_server_test_fixture.h')
-rw-r--r--src/mongo/s/config_server_test_fixture.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/s/config_server_test_fixture.h b/src/mongo/s/config_server_test_fixture.h
index 38d348a78f0..776b637a3af 100644
--- a/src/mongo/s/config_server_test_fixture.h
+++ b/src/mongo/s/config_server_test_fixture.h
@@ -96,8 +96,12 @@ public:
executor::NetworkInterfaceMock* network() const;
+ executor::NetworkInterfaceMock* networkForAddShard() const;
+
executor::TaskExecutor* executor() const;
+ executor::TaskExecutor* executorForAddShard() const;
+
MessagingPortMock* getMessagingPort() const;
ReplSetDistLockManager* distLock() const;
@@ -168,6 +172,7 @@ private:
RemoteCommandTargeterFactoryMock* _targeterFactory;
executor::NetworkInterfaceMock* _mockNetwork;
+ executor::NetworkInterfaceMock* _mockNetworkForAddShard;
executor::TaskExecutor* _executor;
executor::TaskExecutor* _executorForAddShard;
std::unique_ptr<executor::NetworkTestEnv> _networkTestEnv;