Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Test cancellation at every await during request handling (#12674)
Browse files Browse the repository at this point in the history
* Add tests for `/rooms/<room_id>/members` cancellation.
* Add tests for `/rooms/<room_id>/state` cancellation.

Signed-off-by: Sean Quah <seanq@element.io>
  • Loading branch information
squahtx authored Jun 7, 2022
1 parent 00d915b commit a10cc5f
Show file tree
Hide file tree
Showing 3 changed files with 551 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/12674.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add tests for cancellation of `GET /rooms/$room_id/members` and `GET /rooms/$room_id/state` requests.
Loading

0 comments on commit a10cc5f

Please sign in to comment.