From 946fb51b19e4943a069b8af1442ba5daeef61fa2 Mon Sep 17 00:00:00 2001 From: jannaerin Date: Mon, 26 Apr 2021 20:23:44 +0000 Subject: SERVER-54982 Test resumability of changes streams together with reshardCollection --- src/mongo/db/repl/replication_recovery_test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mongo/db/repl/replication_recovery_test.cpp') 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, -- cgit v1.2.1