mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
style(prometheus): remove commented test
This commit is contained in:
parent
c084145cba
commit
ae7345b04d
@ -1,23 +1 @@
|
|||||||
package graphite
|
package graphite
|
||||||
|
|
||||||
// func TestGraphite(t *testing.T) {
|
|
||||||
//
|
|
||||||
// Convey("When executing graphite query", t, func() {
|
|
||||||
// executor := NewGraphiteExecutor(&tsdb.DataSourceInfo{
|
|
||||||
// Url: "http://localhost:8080",
|
|
||||||
// })
|
|
||||||
//
|
|
||||||
// queries := tsdb.QuerySlice{
|
|
||||||
// &tsdb.Query{Query: "{\"target\": \"apps.backend.*.counters.requests.count\"}"},
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// context := tsdb.NewQueryContext(queries, tsdb.TimeRange{})
|
|
||||||
// result := executor.Execute(queries, context)
|
|
||||||
// So(result.Error, ShouldBeNil)
|
|
||||||
//
|
|
||||||
// Convey("Should return series", func() {
|
|
||||||
// So(result.QueryResults, ShouldNotBeEmpty)
|
|
||||||
// })
|
|
||||||
// })
|
|
||||||
//
|
|
||||||
// }
|
|
||||||
|
Loading…
Reference in New Issue
Block a user