summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_recovery_test.cpp
diff options
context:
space:
mode:
authorjannaerin <golden.janna@gmail.com>2021-04-26 20:23:44 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-05 18:13:49 +0000
commit946fb51b19e4943a069b8af1442ba5daeef61fa2 (patch)
tree2b428d27a1bd2beed1fc80ee8480424bfe2331ef /src/mongo/db/repl/replication_recovery_test.cpp
parent6701ac9e1cb8f42ae479d70f0fa6d1fa2b8bc995 (diff)
downloadmongo-946fb51b19e4943a069b8af1442ba5daeef61fa2.tar.gz
SERVER-54982 Test resumability of changes streams together with reshardCollection
Diffstat (limited to 'src/mongo/db/repl/replication_recovery_test.cpp')
-rw-r--r--src/mongo/db/repl/replication_recovery_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/repl/replication_recovery_test.cpp b/src/mongo/db/repl/replication_recovery_test.cpp
index 7c75e9378fa..6350054b441 100644
--- a/src/mongo/db/repl/replication_recovery_test.cpp
+++ b/src/mongo/db/repl/replication_recovery_test.cpp
@@ -119,6 +119,7 @@ private:
class ReplicationRecoveryTestObObserver : public OpObserverNoop {
public:
+ using OpObserver::onDropCollection;
repl::OpTime onDropCollection(OperationContext* opCtx,
const NamespaceString& collectionName,
OptionalCollectionUUID uuid,