test(auditlog): cached call combined telemetry end-to-end (#23 M3)

This commit is contained in:
Joseph Doherty
2026-05-20 15:25:10 -04:00
parent a3b0fb7f08
commit f4a7be4929
4 changed files with 577 additions and 0 deletions

View File

@@ -48,6 +48,13 @@
the fixture + EF migrations come along without duplicating them.
-->
<ProjectReference Include="../ScadaLink.ConfigurationDatabase.Tests/ScadaLink.ConfigurationDatabase.Tests.csproj" />
<!--
G2/G3/G4: the cached-call combined telemetry integration tests compose the
production OperationTrackingStore (site SQLite source of truth for
Tracking.Status) alongside the M2 audit writer chain, so the harness
needs a project reference to SiteRuntime where the store lives.
-->
<ProjectReference Include="../../src/ScadaLink.SiteRuntime/ScadaLink.SiteRuntime.csproj" />
</ItemGroup>
</Project>