Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InRange Checker = &inRangeChecker{ &CheckerInfo{Name: "InRange", Params: []string{"obtained", "expected greater than", "expected less than"}}, }
View Source
var SeriesEquals Checker = &SeriesEqualsChecker{ &CheckerInfo{Name: "SeriesEquals", Params: []string{"obtained", "expected"}}, }
Functions ¶
func CheckEquality ¶ added in v0.5.0
func CheckSeriesEquality ¶ added in v0.5.0
return true if the two series are equal, ignoring the order of points with the same timestamp. Two points can have the same sequence number if the user issue a query with group by time(1h) and some_column.
Types ¶
type SeriesEqualsChecker ¶ added in v0.4.1
type SeriesEqualsChecker struct {
*CheckerInfo
}
type SimplePoint ¶ added in v0.5.0
type SimplePoint [10]interface{}
Click to show internal directories.
Click to hide internal directories.