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

Introduce contract tests #175

Open
holly-cummins opened this issue Mar 3, 2023 · 0 comments
Open

Introduce contract tests #175

holly-cummins opened this issue Mar 3, 2023 · 0 comments

Comments

@holly-cummins
Copy link
Contributor

The registry is a great use case for contract tests, since it depends on behaviour in the main Quarkus build, and since http://code.quarkus.io, the Quarkus CLI, and http://quarkus.io/extensions depend on registry behaviour.

Some issues related to interaction between these systems, such as quarkusio/quarkus#31569, might have been avoided with contract tests. Cross-system integration tests would also catch these issues, but are much heavier.

Based on what people report accidentally breaking :), I believe we need contract tests in both directions, quarkus build -> registry, and registry -> cli/code.quarkus/extensions.quarkus.

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

1 participant