Add options to test for skipping warn and info#15713
Add options to test for skipping warn and info#15713SungJin1212 wants to merge 1 commit intoprometheus:mainfrom
Conversation
ed32afb to
9c15e3e
Compare
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
9c15e3e to
1b71888
Compare
|
It's quite disruptive to add options to everything, given that Prometheus itself doesn't need it. Or to be precise: There are plans to make the |
|
See the discussion starting here. This would get rid of In any case (as also discussed there), the short-term plan is to make |
|
See #15794 for the "proper" solution. |
|
#15795 will at least allow |
This PR adds two test options,
skipEvalInfoandskipEvalWarn. If true, they skipeval_infoandeval_warnrespectively.It allows another engine to do an acceptance test without verifying
warnandinfo.