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

Validate test case input and output at runtime #141

Open
echeran opened this issue Dec 4, 2023 · 1 comment
Open

Validate test case input and output at runtime #141

echeran opened this issue Dec 4, 2023 · 1 comment

Comments

@echeran
Copy link
Collaborator

echeran commented Dec 4, 2023

Now that we have schemas for test input and output, we should enable runtime validation of those test inputs & outputs across the board.

Doing so will enable the realization of a large chunk of the value proposition for having the schemas. It would ensure that all test cases passed to executors, and all data received from executors, adhere to the contracts defined by the schemas.

@sffc
Copy link
Member

sffc commented Jun 3, 2024

Action: make sure we do this consistently everywhere.

@sffc sffc added this to the Priority ⟨P2⟩ milestone Jun 3, 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