Skip to content

Commit

Permalink
Add test case for #562
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksontj committed Mar 16, 2023
1 parent 6891405 commit b66ddb4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/testdata/issue_562.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Test for https://github.com/jacksontj/promxy/issues/562
load 5m
metric_1{a="1"} 0+10x1000 100+30x1000

eval instant at 5m max_over_time(metric_1[5m]) + metric_1
{a="1", az="a"} 20
{a="1", az="b"} 20

0 comments on commit b66ddb4

Please sign in to comment.