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.h5
1 files changed, 4 insertions, 1 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 e19c528485a..0e1ee919469 100644
--- a/src/mongo/db/s/config/config_server_test_fixture.h
+++ b/src/mongo/db/s/config/config_server_test_fixture.h
@@ -108,7 +108,10 @@ protected:
/**
* Retrieves the chunk document from the config server.
*/
- StatusWith<ChunkType> getChunkDoc(OperationContext* opCtx, const BSONObj& minKey);
+ StatusWith<ChunkType> getChunkDoc(OperationContext* opCtx,
+ const BSONObj& minKey,
+ const OID& collEpoch,
+ const boost::optional<Timestamp>& collTimestamp);
/**
* Inserts a document for the database into the config.databases collection.