Documentation
¶
Index ¶
- Variables
- type Stability
- func (*Stability) Descriptor() ([]byte, []int)deprecated
- func (x *Stability) GetOneMonthFailCount() int64
- func (x *Stability) GetOneMonthRunCount() int64
- func (x *Stability) GetOneWeekFailCount() int64
- func (x *Stability) GetOneWeekRunCount() int64
- func (x *Stability) GetSixMonthFailCount() int64
- func (x *Stability) GetSixMonthRunCount() int64
- func (*Stability) ProtoMessage()
- func (x *Stability) ProtoReflect() protoreflect.Message
- func (x *Stability) Reset()
- func (x *Stability) String() string
- type TestStability
- func (*TestStability) Descriptor() ([]byte, []int)deprecated
- func (x *TestStability) GetBuilder() string
- func (x *TestStability) GetStability() *Stability
- func (x *TestStability) GetTestId() string
- func (x *TestStability) GetTestName() string
- func (x *TestStability) GetTestSuite() string
- func (*TestStability) ProtoMessage()
- func (x *TestStability) ProtoReflect() protoreflect.Message
- func (x *TestStability) Reset()
- func (x *TestStability) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_go_chromium_org_infra_rts_cmd_rts_ml_chromium_proto_rts_ml_chromium_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Stability ¶
type Stability struct { // The number of times the test failed in six months SixMonthFailCount int64 `protobuf:"varint,1,opt,name=six_month_fail_count,json=sixMonthFailCount,proto3" json:"six_month_fail_count,omitempty"` // The number of times the ran in six months SixMonthRunCount int64 `protobuf:"varint,2,opt,name=six_month_run_count,json=sixMonthRunCount,proto3" json:"six_month_run_count,omitempty"` // The number of times the test failed in one month OneMonthFailCount int64 `protobuf:"varint,3,opt,name=one_month_fail_count,json=oneMonthFailCount,proto3" json:"one_month_fail_count,omitempty"` // The number of times the ran in one month OneMonthRunCount int64 `protobuf:"varint,4,opt,name=one_month_run_count,json=oneMonthRunCount,proto3" json:"one_month_run_count,omitempty"` // The number of times the test failed in one week OneWeekFailCount int64 `protobuf:"varint,5,opt,name=oneWeek_fail_count,json=oneWeekFailCount,proto3" json:"oneWeek_fail_count,omitempty"` // The number of times the ran in one week OneWeekRunCount int64 `protobuf:"varint,6,opt,name=oneWeek_run_count,json=oneWeekRunCount,proto3" json:"oneWeek_run_count,omitempty"` // contains filtered or unexported fields }
The stability information for a test
func (*Stability) Descriptor
deprecated
func (*Stability) GetOneMonthFailCount ¶
func (*Stability) GetOneMonthRunCount ¶
func (*Stability) GetOneWeekFailCount ¶
func (*Stability) GetOneWeekRunCount ¶
func (*Stability) GetSixMonthFailCount ¶
func (*Stability) GetSixMonthRunCount ¶
func (*Stability) ProtoMessage ¶
func (*Stability) ProtoMessage()
func (*Stability) ProtoReflect ¶
func (x *Stability) ProtoReflect() protoreflect.Message
type TestStability ¶
type TestStability struct { // The test id of the test the stability belongs to TestId string `protobuf:"bytes,1,opt,name=test_id,json=testId,proto3" json:"test_id,omitempty"` // The test name of the test the stability belongs to (use for filtering) TestName string `protobuf:"bytes,2,opt,name=test_name,json=testName,proto3" json:"test_name,omitempty"` // The builder the test was run on Builder string `protobuf:"bytes,3,opt,name=builder,proto3" json:"builder,omitempty"` // The test suite the tes was run in TestSuite string `protobuf:"bytes,4,opt,name=test_suite,json=testSuite,proto3" json:"test_suite,omitempty"` // All the stability information about the test Stability *Stability `protobuf:"bytes,5,opt,name=stability,proto3" json:"stability,omitempty"` // contains filtered or unexported fields }
The number of times the test failed in six months
func (*TestStability) Descriptor
deprecated
func (*TestStability) Descriptor() ([]byte, []int)
Deprecated: Use TestStability.ProtoReflect.Descriptor instead.
func (*TestStability) GetBuilder ¶
func (x *TestStability) GetBuilder() string
func (*TestStability) GetStability ¶
func (x *TestStability) GetStability() *Stability
func (*TestStability) GetTestId ¶
func (x *TestStability) GetTestId() string
func (*TestStability) GetTestName ¶
func (x *TestStability) GetTestName() string
func (*TestStability) GetTestSuite ¶
func (x *TestStability) GetTestSuite() string
func (*TestStability) ProtoMessage ¶
func (*TestStability) ProtoMessage()
func (*TestStability) ProtoReflect ¶
func (x *TestStability) ProtoReflect() protoreflect.Message
func (*TestStability) Reset ¶
func (x *TestStability) Reset()
func (*TestStability) String ¶
func (x *TestStability) String() string
Click to show internal directories.
Click to hide internal directories.