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

Move all integration tests into one test binary #38

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Conversation

svix-jplatte
Copy link
Member

  • Fewer binaries to link for testing
  • Allows running specific integration test suite, e.g. cargo test sqs
  • Allows running more tests in parallel

See also: https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html

- Fewer binaries to link for testing
- Allows running specific integration test suite, e.g. `cargo test sqs`
- Allows running more tests in parallel

See also:
https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html
@svix-jplatte svix-jplatte requested a review from a team February 16, 2024 15:08
Copy link
Contributor

@svix-gabriel svix-gabriel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense to me, but I think @svix-onelson has the most context (I'm not sure if it was designed this way initially for a reason)

@svix-onelson
Copy link
Contributor

This makes sense to me, but I think @svix-onelson has the most context (I'm not sure if it was designed this way initially for a reason)

I think this was a non-decision, just maintaining the status quo on other svix projects.

I'm for this change. 👍🏻
Anything to make testing more convenient is good and correct. We want to test as much as possible, minimizing the friction.

@svix-jplatte svix-jplatte merged commit b6383db into main Feb 19, 2024
3 checks passed
@svix-jplatte svix-jplatte deleted the jplatte/it branch February 19, 2024 10:15
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

Successfully merging this pull request may close these issues.

4 participants