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

Make sure tests in different test groups do not run in parallel #236

Closed
Ngalstyan4 opened this issue Dec 3, 2023 · 0 comments · Fixed by #245
Closed

Make sure tests in different test groups do not run in parallel #236

Ngalstyan4 opened this issue Dec 3, 2023 · 0 comments · Fixed by #245
Labels
enhancement New feature or request

Comments

@Ngalstyan4
Copy link
Contributor

pg_regress allows controlling amount of test parallelism by separating groups of tests

e.g. a schedule such as

test: t0
test: t1 t2
test: t3 t4 t5

would run 3 groups of parallel tests where each group runs in isolation (no other group runs when one group runs)
Our bash scripts currently do not handle this well and collapse the schedule above into a single group of 6 tests.

This needs to be addressed. Particularly important for parallel and update tests as we want to run various test batches in distinct groups in there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant