matrix-rust-sdk icon indicating copy to clipboard operation
matrix-rust-sdk copied to clipboard

`media::store::memory_store::tests::media_store_integration_tests_time::test_lease_locks` intermittently fails

Open bnjbvr opened this issue 2 months ago • 1 comments

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 🤔

bnjbvr avatar Oct 06 '25 11:10 bnjbvr

Since this seems to happen only on Wasm and it is for the memory store, I think it makes sense to disable this test on Wasm.

Not the best solution to this, but I don't think it makes much sense to spend a lot of time on this.

poljar avatar Nov 14 '25 13:11 poljar

It's not just the media store that has issues with this: https://github.com/matrix-org/matrix-rust-sdk/actions/runs/20232260036/job/58077951474?pr=5961.

event_cache_store_integration_tests_time() is affected as well in the same manner.

Disabling the later is happening here: https://github.com/matrix-org/matrix-rust-sdk/pull/5962.

poljar avatar Dec 15 '25 12:12 poljar