Skip to content

Commit

Permalink
Merge pull request #39 from matrix-org/andybalaam/link-to-issues-in-h…
Browse files Browse the repository at this point in the history
…itlist

Link to issues from HITLIST
  • Loading branch information
andybalaam authored Mar 22, 2024
2 parents 1922d73 + 0b058c5 commit a265f98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TEST_HITLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ TODO See polyjuice tests, port and add more.

Tests for known failures.

- [ ] Receive a to-device event with a room key, then fail requests to `/keys/query`. Ensure you can still see encrypted messages in that room. Regression test for https://github.com/vector-im/element-web/issues/24682
- [ ] [Receive a to-device event with a room key, then fail requests to `/keys/query`. Ensure you can still see encrypted messages in that room.](https://github.com/matrix-org/complement-crypto/issues/38) Regression test for https://github.com/vector-im/element-web/issues/24682
- [ ] Receive many to-device events followed by a room key, then quickly restart the client. Ensure you can still see encrypted messages in that room. Tests that to-device events are persisted locally or the since token is not advanced before processing to avoid dropped to-device events. Regression test for https://github.com/vector-im/element-web/issues/23113
- [ ] If you make a new room key, you need to send it to all devices in the room. If you restart the client mid-way through sending, ensure the rest get sent upon restart.
- [ ] Tests for [MSC3061](https://github.com/matrix-org/matrix-spec-proposals/pull/3061): Sharing room keys for past messages. Rust SDK: https://github.com/matrix-org/matrix-rust-sdk/issues/580
- [ ] Ensure that we send at least 100 to-device messages per HTTP request when changing the room key: https://github.com/vector-im/element-web/issues/24680
- [ ] [Ensure that we send at least 100 to-device messages per HTTP request when changing the room key](https://github.com/matrix-org/complement-crypto/issues/34): https://github.com/vector-im/element-web/issues/24680
- [ ] Check that we do not delete OTK private keys when we receive a badly formed pre-key message using that key https://github.com/element-hq/element-ios/issues/7480
- [ ] If you get a lot of to-device msgs all at once, ensure they are processed in-order https://github.com/element-hq/element-web/issues/25723
- [ ] Check that to-device msgs are not dropped if you restart the client quickly when it gets a /sync response https://github.com/element-hq/element-meta/issues/762
- [ ] [If you get a lot of to-device msgs all at once, ensure they are processed in-order](https://github.com/matrix-org/complement-crypto/issues/35) https://github.com/element-hq/element-web/issues/25723
- [ ] [Check that to-device msgs are not dropped if you restart the client quickly when it gets a /sync response](https://github.com/matrix-org/complement-crypto/issues/37) https://github.com/element-hq/element-meta/issues/762

0 comments on commit a265f98

Please sign in to comment.