-
Notifications
You must be signed in to change notification settings - Fork 58
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
catch the schema mismatch error and produce an error raw file #3995
base: main
Are you sure you want to change the base?
Conversation
During QA when no Ports are provided the same error is still shown, and it's still not possible to get the raw file. When you apply a port and reschedule the task, the task does complete and the raw file is accessible.
|
The error is shown as expected (as a direct output of |
I just fixed the implementation. After QA I can confirm this works now, the task gets the appropriate 'failed' state with the used schema for settings as the raw file |
Quality Gate passedIssues Measures |
Changes
Catch the schema validation error and produce a raw file with the error mimetype.
Issue link
Closes #3993
Demo
Please add some proof in the form of screenshots or screen recordings to show (off) new functionality, if there are interesting new features for end-users.
QA notes
Please add some information for QA on how to test the newly created code.
Code Checklist
.env
changes files if required and changed the.env-dist
accordingly.Checklist for code reviewers:
Copy-paste the checklist from the docs/source/templates folder into your comment.
Checklist for QA:
Copy-paste the checklist from the docs/source/templates folder into your comment.