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

Check that direct connectables produce the same results as images #1249

Open
Julian opened this issue Jun 4, 2024 · 0 comments
Open

Check that direct connectables produce the same results as images #1249

Julian opened this issue Jun 4, 2024 · 0 comments
Labels
internal Non-user-facing improvements

Comments

@Julian
Copy link
Member

Julian commented Jun 4, 2024

We now have multiple possible ways of speaking to a single implementation -- e.g. direct:python-jsonschema and image:python-jsonschema.

Users will expect these to be equivalent with regard to compliance.

It would be nice to have a workflow which checks this -- by running both connectables and asserting that the results are the same.

Note that of course there is some possibility that:

  1. an implementation has some nondeterministic behavior
  2. the version connected to directly is different than that of the image

but we should likely accept these and still have something which will notify us if behavior begins to drift here.

@Julian Julian added the internal Non-user-facing improvements label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Non-user-facing improvements
Projects
None yet
Development

No branches or pull requests

1 participant