unicode-org / conformance

Unicode & CLDR Data Driven Testing
https://unicode-org.github.io/conformance/
Other
5 stars 12 forks source link

Make sure schema validations exit with code 1 #323

Open sven-oly opened 1 month ago

sven-oly commented 1 month ago

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 commented 1 week ago

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