Merge branch 'worktree-agent-a95eaaa8a3181ad4c' into arch-review-remediation

This commit is contained in:
Joseph Doherty
2026-08-14 20:14:13 -04:00
5 changed files with 358 additions and 33 deletions
@@ -113,6 +113,12 @@ public abstract class LocalDbSitePairHarness : IAsyncLifetime
{
["LocalDb:Path"] = path,
["ScadaBridge:Node:NodeName"] = nodeName,
// OnReady installs the CDC capture triggers only on a node that has
// replication configured, so the key has to be here and not only in
// ReplicationConfig below — without it these nodes would run the sync
// engine over an oplog nothing ever writes to, and every convergence
// scenario would time out with two intact but unrelated databases.
["LocalDb:Replication:ApiKey"] = SharedApiKey,
// Point the legacy migrators at paths that do not exist, so they no-op rather
// than picking up stray files from the test working directory. The two Phase 2
// defaults matter most: unlike the Phase 1 pair they resolve inside ./data/,