Quantinuum / Quantinuum/tmp-postgrust

Does not play well with cargo-nextest

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.