Skip to content
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

Make sure schema validations exit with code 1 #323

Open
sven-oly opened this issue Oct 7, 2024 · 1 comment
Open

Make sure schema validations exit with code 1 #323

sven-oly opened this issue Oct 7, 2024 · 1 comment

Comments

@sven-oly
Copy link
Collaborator

sven-oly commented Oct 7, 2024

Parallel processing doesn't seem to stop when exit(1) is called within a thread.

E.g., testing schemas now seems OK, but handling test data, test output, and verify files may not yet work.

@sffc
Copy link
Member

sffc commented Nov 11, 2024

The main thing here is to make sure that when JSON data does not validate against a schema, CI should fail.

@sffc sffc added this to the Priority ⟨P2⟩ milestone Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants