Documentation
¶
Index ¶
Constants ¶
View Source
const ( FLAKE_TEMPLATE_HEADER_WTAF string = "Which test(s) are flaking:" FLAKE_TEMPLATE_HEADER_TGL string = "Testgrid link:" TG_MISSING string = "missing" )
Variables ¶
This section is empty.
Functions ¶
func ParseTests ¶
parseTests collects tests referenced in the body of a formatted Flake Issue on GitHub Each non-empty line between "Which test(s) are flaking:" and Testgrid link: is congetTestssidered to be a test
Types ¶
type ReportedFlake ¶
type ReportedFlake struct {
Logger *log.Logger
CiStatus *ci.CiStatus
// contains filtered or unexported fields
}
ReportedFlake - issue logged on Github for a test that produces non-deterministic results
func (*ReportedFlake) CollectIssuesFromBoard ¶
func (rf *ReportedFlake) CollectIssuesFromBoard(cs *ci.CiStatus)
CollectIssuesFromBoard retrieves logged Flake Issues from the CI Signal Board and adds them to the LinkedBugs[] on the jobTestResults
Click to show internal directories.
Click to hide internal directories.