Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache caches test result lookups, and aggregates flakes in a single place. TODO: evict based on time. TODO: evict when issue filed. TODO: backfill to given time.
type Result ¶
type Result struct { Job Number Pass bool StartTime time.Time EndTime time.Time // test name to reason/desc Flakes map[Test]string UnlistedFlakes bool // i.e., non-JUnit reported }
Result records a test job completion.
type ResultFunc ¶
ResultFunc should look up the job & number from its source (GCS or wherever).
Click to show internal directories.
Click to hide internal directories.