prometheus/rules/ast
Julius Volz 00a2a93a05 Add regression tests for metrics mutations in AST.
It turned out in the end, that only drop_common_metrics() produced any
erroneous output in the old system. The second expression in the test
("sum(testmetric) keeping_extra") already worked in the old code, but
why not keep it in...

The way to test ranged evaluations is a bit clumsy so far, so I want to
build a nicer test framework in the end, where all the test cases can be
specified as text files which specify desired inputs, outputs, query
step widths, etc.

Change-Id: I821859789e69b8232bededf670a1b76e9e8c8ca4
2014-12-12 20:34:55 +01:00
..
ast.go Add regression tests for metrics mutations in AST. 2014-12-12 20:34:55 +01:00
functions.go Introduce copy-on-write for metrics in AST. 2014-12-12 20:34:55 +01:00
functions_test.go Introduce copy-on-write for metrics in AST. 2014-12-12 20:34:55 +01:00
printer.go Add regression tests for metrics mutations in AST. 2014-12-12 20:34:55 +01:00
query_analyzer.go Squash a number of TODOs. 2014-11-25 17:09:04 +01:00
walk.go Make rules/ast golint clean. 2014-02-14 15:01:39 +01:00