mbproxy: strip historical phase/wave/plan references from source comments
Comments described the *history* of how the code arrived (phase numbers, wave IDs, review IDs, dated TODOs) instead of what it does today. That scaffolding rotted as the codebase evolved. Cleaned 60 source files + .gitignore; behaviour unchanged (387/387 tests still pass). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -320,10 +320,10 @@ public sealed class HotReloadE2ETests : IAsyncLifetime
|
||||
await host.StopAsync(stopCts.Token);
|
||||
}
|
||||
|
||||
// ── Phase 12 (W3 test gap) — cache flush on tag-list reload ─────────────────────────
|
||||
// ── cache flush on tag-list reload ──────────────────────────────────────────────────
|
||||
|
||||
/// <summary>
|
||||
/// W2.8 / W3 — verifies that a tag-list reload for a PLC with a cacheable tag emits
|
||||
/// Verifies that a tag-list reload for a PLC with a cacheable tag emits
|
||||
/// <c>mbproxy.cache.flushed</c>. The cache count is 0 (no real backend to populate
|
||||
/// it), but the event must still fire — it's the operator's signal that the in-memory
|
||||
/// cache state was reset by a config reload.
|
||||
@@ -363,13 +363,13 @@ public sealed class HotReloadE2ETests : IAsyncLifetime
|
||||
await host.StopAsync(stopCts.Token);
|
||||
}
|
||||
|
||||
// ── Phase 12 (W3 test gap #10) — ReadCoalescing.Enabled hot-reload flip ─────────────
|
||||
// ── ReadCoalescing.Enabled hot-reload flip ──────────────────────────────────────────
|
||||
|
||||
/// <summary>
|
||||
/// W3 — verifies that flipping <c>Mbproxy.Resilience.ReadCoalescing.Enabled</c> at
|
||||
/// Verifies that flipping <c>Mbproxy.Resilience.ReadCoalescing.Enabled</c> at
|
||||
/// runtime via hot-reload propagates to the live <see cref="IOptionsMonitor{T}"/>
|
||||
/// snapshot. The W2.1 fix wires the accessor through to add/restart supervisors;
|
||||
/// the multiplexer reads it per-PDU. Proving the IOptionsMonitor sees the new value
|
||||
/// snapshot. The accessor is wired through to add/restart supervisors; the
|
||||
/// multiplexer reads it per-PDU. Proving the IOptionsMonitor sees the new value
|
||||
/// is sufficient — the per-PDU read path is unit-tested at the multiplexer level.
|
||||
/// </summary>
|
||||
[Fact(Timeout = 8_000)]
|
||||
|
||||
Reference in New Issue
Block a user