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

Test suite doesn't parallelize as well as it should #7329

Open
msullivan opened this issue May 9, 2024 · 1 comment
Open

Test suite doesn't parallelize as well as it should #7329

msullivan opened this issue May 9, 2024 · 1 comment

Comments

@msullivan
Copy link
Member

Some of this is probably because CREATE DATA BRANCH is serialized; we could consider loosening that restriction a bit (based on size of conn pool?) or bringing back the old testmode only database clone that uses postgres template databases.

Some might be because we have too much stuff with parallelization restrictions, and should tidy it up, and I think our algorithms about allocating those are questionable.

Some might just be inefficiency in the scheduler? I'm not sure.

@msullivan
Copy link
Member Author

Getting rid of the branch semaphore takes me from 13.5m for the tests (not counting a minute for cached bootstrap) to 11.5.

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