-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suite freeze on non-existent xtrigger #3054
Comments
BTW - shows as not satisfied in the info:
|
Bug reproduced (end of last week, when you mentioned this @dwsutherland). Yes, we should detect this on validation if possible, as well as not crash like this at run time. |
Assigning optimistically to next release, as this is a bit nasty. |
Can we mark this completed and create a new issue for the testing discussed after #3056 was merged? |
Yes we can. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If an assigned xtrigger function does not exist (or can't be found), i.e.;
Then the suite completely freezes with:
(I added the print)
Which is due to the subproc
None
type stdout being read as JSON in the xtrigger (xtrigger_mgr.py
) callback method...One solution would be to catch this type error:
running with debug already shows the issue:
I would create a pull request, however, shouldn't this be done/caught on suite validation? (run/reload?)
The text was updated successfully, but these errors were encountered: