Import DB tests are flaky
Open
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 21
- Avg merge
- 12h 14m
- Merged PRs (30d)
- 41
Description
Seems like the import/export tests are flaky, we've seen multiple jobs fail because of it.
One example is this one: https://github.com/0xMiden/miden-client/actions/runs/17219728039/job/48852013449
Contributor guide
Research direction
Look for import/export tests in the codebase, likely in a test directory. The failing job link provides a specific run to examine logs for error patterns. Investigate what makes these tests flaky—race conditions, timing issues, or state leakage—and run them locally to reproduce.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100