matrix-org / matrix-org/matrix-rust-sdk
`media::store::memory_store::tests::media_store_integration_tests_time::test_lease_locks` intermittently fails
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 500
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 106
Description
https://github.com/matrix-org/matrix-rust-sdk/actions/runs/18275152000/job/52025455674
might just be a dumb "increase the timeout value" kind of solution, but I'd like to make sure it's that.
Also, there's an underlying question if the media store really needs the cross-process lock, because I don't think it needs it 🤔
Contributor guide
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 with the linked GitHub Actions job and the named test, media_store_integration_tests_time::test_lease_locks, to inspect the intermittent failure and its timing. Read the media store lock behavior around that test, then determine whether the timeout or cross-process lock is responsible. Done means a reliable test result and a documented decision on the lock or timeout change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100