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

Stop testing kv and sqlite twice #2195

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Stop testing kv and sqlite twice #2195

merged 1 commit into from
Dec 21, 2023

Conversation

rylev
Copy link
Collaborator

@rylev rylev commented Dec 21, 2023

This PR simplifies the Makefile and stops us from testing kv and sqlite twice. Currently the kv and sqlite spinup_tests will be tested both during integration testing and e2e tests.

It seems that this makes testing in CI faster on ubuntu by ~16 minutes and macOS by ~30 minutes (mainly due to us not running the build step which was not necessary and very costly).

Copy link
Member

@radu-matei radu-matei left a comment

Choose a reason for hiding this comment

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

This is excellent, thanks @rylev!

@rylev rylev merged commit 0e291d1 into main Dec 21, 2023
11 checks passed
@rylev rylev deleted the no-repeat-testing branch December 21, 2023 13:04
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.

2 participants