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 :) |
Beta Was this translation helpful? Give feedback.
-
ok cool, understood |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions