summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/base_cloner_test_fixture.h
diff options
context:
space:
mode:
authorJason Chan <jason.chan@mongodb.com>2017-07-21 13:13:18 -0400
committerJason Chan <jason.chan@mongodb.com>2017-08-11 16:25:04 -0400
commit0d3137df3879e86d92904309e968f25529904639 (patch)
tree4c235dea6963452a90b69afbe1cc9d9b19464aa7 /src/mongo/db/repl/base_cloner_test_fixture.h
parent9ab84fb795502c2a362fe74e4d438a952433d41a (diff)
downloadmongo-0d3137df3879e86d92904309e968f25529904639.tar.gz
SERVER-29617 replace fetcher with ARM and add numCursors server parameter
Diffstat (limited to 'src/mongo/db/repl/base_cloner_test_fixture.h')
-rw-r--r--src/mongo/db/repl/base_cloner_test_fixture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/repl/base_cloner_test_fixture.h b/src/mongo/db/repl/base_cloner_test_fixture.h
index fb8ecf22861..e5615806fc6 100644
--- a/src/mongo/db/repl/base_cloner_test_fixture.h
+++ b/src/mongo/db/repl/base_cloner_test_fixture.h
@@ -76,6 +76,8 @@ public:
static BSONObj createCursorResponse(CursorId cursorId, const BSONArray& docs);
+ static BSONObj createFinalCursorResponse(const BSONArray& docs);
+
/**
* Creates a listCollections response with given array of index specs.
*/