fix(audit): M5 integration — add BackfillSourceNodeAsync to 5 test stubs (M5.5+M5.6 interface collision after cherry-pick recovery)

This commit is contained in:
Joseph Doherty
2026-06-16 22:11:10 -04:00
parent 50b674accc
commit 1b63d6751f
5 changed files with 19 additions and 0 deletions
@@ -93,6 +93,10 @@ public class SiteAuditPushFlowTests : TestKit
string channel, DateTime threshold, int batchSize, CancellationToken ct = default)
=> throw new NotSupportedException();
public Task<long> BackfillSourceNodeAsync(
string sentinel, DateTime before, int batchSize, CancellationToken ct = default)
=> throw new NotSupportedException();
public Task<IReadOnlyList<DateTime>> GetPartitionBoundariesOlderThanAsync(
DateTime threshold, CancellationToken ct = default)
=> throw new NotSupportedException();