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

Use a pool of target directories for UI tests #69

Merged
merged 2 commits into from Jun 5, 2023
Merged

Conversation

LukeMathWalker
Copy link
Owner

Each UI test is its own cargo project with its own target directory.
This has now become a problem since there are ~70 UI tests and my laptop is running out of space.

We introduce a pool of target directories and assign them dynamically to each test case when they are run. This ensures that we have an upper limit on the disk usage without compromising on test parallelism.

@LukeMathWalker LukeMathWalker merged commit d50ee77 into main Jun 5, 2023
@LukeMathWalker LukeMathWalker deleted the test-daemon branch June 5, 2023 21:05
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.

None yet

1 participant