Replies: 2 comments
|
If you encounter a problem during If something goes wrong during the running of the test, ideally you should Hope that helps :) |
0 replies
|
ok cool, understood |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am running the alpha version of my remote monitor (agentless ssh-based monitor) and at some point I wanted to abort the Monitor without returning neither a success nor a failure. This happens in
run_test()but could also be in__init__().Right now I am logging the error and raising an exception but this is not really clean (the user already knows about the problem and the Traceback does not add anything).
Is there a "proper" way to abort, or should I just continue raising the exception?
All reactions