TestRouteWatchLiveFeed is network-flaky; make make check deterministic
#2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
TestRouteWatchLiveFeedstreams the live RIPE RIS feed for ~5s and is inherently network-flaky (it also carries a data race on live-feed data), somake checkis nondeterministic onmainand in CI.Definition of done
make check/ CI: guard it behind an opt-in (anetworkbuild tag, or atesting.Short()skip with-shortwired intoscript/test), so the default run is deterministic and offline.go test -tags network ./...or without-short).make checkis green and deterministic across repeated runs.The finishing commit's title must end with
(closes #N)referencing this issue.