You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ahh I missed an error reporting in the main code. After I added that in, this is the error I got:
2018/07/05 14:13:49 parse error at line 6, char 265: unexpected <op:-> in series values, expected "x"
Basically, the prom test case parser did not expect a negative number to be used as metrics value. I will confirm this with the upstream prometheus code.
EDIT: added the code to report test case generation errors and it's now on master.
Hi,
I have the below tests in place which don't seem to handle the existence of negative numbers in the metric values:
When I replace
-10
&-20
with0
values the tests runs OK:However with the negative values in place:
Test file:
The text was updated successfully, but these errors were encountered: