diff options
Diffstat (limited to 'src/mongo/db/s/resharding/resharding_donor_service_test.cpp')
| -rw-r--r-- | src/mongo/db/s/resharding/resharding_donor_service_test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/s/resharding/resharding_donor_service_test.cpp b/src/mongo/db/s/resharding/resharding_donor_service_test.cpp index cb358c3f508..16e1507be1c 100644 --- a/src/mongo/db/s/resharding/resharding_donor_service_test.cpp +++ b/src/mongo/db/s/resharding/resharding_donor_service_test.cpp @@ -84,7 +84,8 @@ public: const BSONObj& query, const BSONObj& update) override {} - void clearFilteringMetadata(OperationContext* opCtx) override {} + void refreshCollectionPlacementInfo(OperationContext* opCtx, + const NamespaceString& sourceNss) override {} }; class DonorOpObserverForTest : public OpObserverForTest { |
