Quantinuum / Quantinuum/tmp-postgrust
Does not play well with cargo-nextest
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
When running a lot of tests in parallel it is quite easy to run out of disc space in the user's tmp directory. Either this library needs to be made more space efficient or implement a custom test runner that can control how many directories are being made at the same time.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with cargo-nextest and many tests running in parallel. Inspect how the library creates temporary directories and determine whether space usage can be reduced or concurrency can be controlled. Done means parallel test runs no longer exhaust the user's temporary directory.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100