matrix-org / matrix-rust-sdk

Matrix Client-Server SDK for Rust
Apache License 2.0
1.26k stars 251 forks source link

test: `encryption::backups::incremental_upload_of_keys` is failing intermittently #3719

Open bnjbvr opened 4 months ago

bnjbvr commented 4 months ago

Example of a failed run here.

Supposedly, an e2ee request has failed before the sync response has been received, because the /keys/upload request was created before receiving the response to sync. Not sure about that, would need more logs to confirm.

cc @BillCarsonFr

bnjbvr commented 2 months ago

Declaring this fixed with #3953, we can reopen if it happens again.