MCPcopy Create free account
hub / github.com/tailscale/tailscale / fakeIssueURL

Function fakeIssueURL

cmd/testwrapper/testwrapper.go:648–650  ·  view source on GitHub ↗

fakeIssueURL returns the fake GitHub issue URL we record for unmarked tests that turn out to be flaky.

(repo string)

Source from the content-addressed store, hash-verified

646// fakeIssueURL returns the fake GitHub issue URL we record for unmarked tests
647// that turn out to be flaky.
648func fakeIssueURL(repo string) string {
649 return "https://github.com/" + repo + flakeUnknownIssueSlug
650}
651
652// writeFlakeSummary appends a markdown summary of flaky tests to path,
653// creating it if needed. In practice path is the GitHub Actions runner's

Callers 2

writeFlakeSummaryFunction · 0.85
buildPackageTestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…