step

package
v0.0.0-...-e560ebb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2021 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArtifactLink struct {
	// Name is the name of the artifact.
	Name string `json:"name"`
	// Location is the location of the artifact.
	Location string `json:"location"`
}

ArtifactLink is a link to a test artifact left by perf tests.

type TestWithResult

type TestWithResult struct {
	TestName     string                     `json:"test_name"`
	IsFlaky      bool                       `json:"is_flaky"`
	SuspectedCLs []messages.SuspectCL       `json:"suspected_cls"`
	Expectations []*te.ExpectationStatement `json:"expectations"`
	Artifacts    []ArtifactLink             `json:"artifacts"`
}

TestWithResult stores the information provided by Findit for a specific test, for example if the test is flaky or is there a culprit for the test failure. Also contains test-specific details like expectations and any artifacts produced by the test run.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL