mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
wip
This commit is contained in:
parent
89235a3489
commit
7ae71cab2e
1 changed files with 0 additions and 1 deletions
|
@ -1102,7 +1102,6 @@ func TestParseQueryFailure(t *testing.T) {
|
||||||
// invalid stats uniq
|
// invalid stats uniq
|
||||||
f(`foo | stats uniq`)
|
f(`foo | stats uniq`)
|
||||||
f(`foo | stats uniq()`)
|
f(`foo | stats uniq()`)
|
||||||
f(`foo | stats uniq() as abc`)
|
|
||||||
|
|
||||||
// invalid by clause
|
// invalid by clause
|
||||||
f(`foo | stats by`)
|
f(`foo | stats by`)
|
||||||
|
|
Loading…
Reference in a new issue