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 ¶
func CheckSeriesEquality ¶
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 ¶
type SeriesEqualsChecker struct {
*CheckerInfo
}
type SimplePoint ¶
type SimplePoint [10]interface{}
Click to show internal directories.
Click to hide internal directories.