From a10cc5f82480c4905979f753d3734e822a064669 Mon Sep 17 00:00:00 2001 From: Sean Quah <8349537+squahtx@users.noreply.github.com> Date: Tue, 7 Jun 2022 17:14:47 +0100 Subject: Test cancellation at every `await` during request handling (#12674) * Add tests for `/rooms//members` cancellation. * Add tests for `/rooms//state` cancellation. Signed-off-by: Sean Quah --- changelog.d/12674.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12674.misc (limited to 'changelog.d/12674.misc') diff --git a/changelog.d/12674.misc b/changelog.d/12674.misc new file mode 100644 index 0000000000..c8a8f32f0a --- /dev/null +++ b/changelog.d/12674.misc @@ -0,0 +1 @@ +Add tests for cancellation of `GET /rooms/$room_id/members` and `GET /rooms/$room_id/state` requests. -- cgit 1.5.1