prometheus/promql
Fabian Reinartz 03094eff04 Migrate parsing error tests.
The promql_test checks failure of various bad syntaxed queries.
Those are moved into the parser tests as the new testing language
only deals with valid queries.
2015-05-18 17:47:47 +02:00
..
analyzer.go Refactor query evaluation. 2015-04-28 14:19:05 +02:00
ast.go Refactor query evaluation. 2015-04-28 14:19:05 +02:00
engine.go Add parsing and execution of new test format. 2015-05-18 17:47:47 +02:00
engine_test.go Limit maximum number of concurrent queries. 2015-05-06 11:34:17 +02:00
functions.go Refactor query evaluation. 2015-04-28 14:19:05 +02:00
lex.go Add time series description parsing. 2015-05-18 17:29:32 +02:00
lex_test.go Add time series description parsing. 2015-05-18 17:29:32 +02:00
parse.go Add time series description parsing. 2015-05-18 17:29:32 +02:00
parse_test.go Migrate parsing error tests. 2015-05-18 17:47:47 +02:00
printer.go Fix and improve parsing error output. 2015-04-30 12:19:39 +02:00
promql_test.go Add parsing and execution of new test format. 2015-05-18 17:47:47 +02:00
quantile.go Refactor query evaluation. 2015-04-28 14:19:05 +02:00
setup_test.go Add parsing and execution of new test format. 2015-05-18 17:47:47 +02:00
test.go Add parsing and execution of new test format. 2015-05-18 17:47:47 +02:00