A green test suite that stubs the network is a confidence illusion; require one…
A green test suite that stubs the network is a confidence illusion; require one build step that hits the real connection boundary before you trust a build. The aiortc post shows the risk: loopback tests stayed green while certificate-pinning logic was wrong. Keep your fast fakes, but gate merges on a canary that performs a real network dial and asserts the security and routing invariants you care about.
The test was green. Every real connection would have failed.
#.NET #Tests
All posts