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
Describe the bug
Monika crashes when the alert assertion value is invalid.
To Reproduce
Run Monika with the following configuration:
probes:
- id: '1'requests:
- url: https://github.comalerts:
- assertion: response.size >= 10000 msmessage: Response size is {{ response.size }}, expecting less than 10000
Expected behavior
Monika gives a message to inform that alert assertion is invalid and stop. In Symon mode, Monika skips the probe that has invalid alert assertion and continues to run other probe.
Screenshots
Desktop (please complete the following information):
OS: [e.g. Pop!_OS]
Version [e.g. 22.04]
The text was updated successfully, but these errors were encountered:
Describe the bug
Monika crashes when the alert assertion value is invalid.
To Reproduce
Run Monika with the following configuration:
Expected behavior
Monika gives a message to inform that alert assertion is invalid and stop. In Symon mode, Monika skips the probe that has invalid alert assertion and continues to run other probe.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: