Files
coredns/test/quic_test.go
Ville Vesilehto 4fd014a1e1 fix(test): prevent data race in TestReadme (#7769)
Replace "reload 2s" with "quic" in quicReloadCorefile to avoid
spawning a background goroutine that reads dnsserver.Port while
TestReadme modifies it. The test TestQUICReloadDoesNotPanic still
verifies the QUIC reload panic fix via explicit inst.Restart() call.

Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
2025-12-15 19:31:19 -08:00

11 KiB