diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-30 07:15:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 07:15:07 -0400 |
commit | fd7c7434457e215d73873748604f430c52586498 (patch) | |
tree | 802dadad7c09fa86789b7392de90745d45da4186 /changelog.d | |
parent | Fix race for concurrent downloads of remote media. (#8682) (diff) | |
download | synapse-fd7c7434457e215d73873748604f430c52586498.tar.xz |
Fail test cases if they fail to await all awaitables (#8690)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8690.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8690.misc b/changelog.d/8690.misc new file mode 100644 index 0000000000..0f38ba1f5d --- /dev/null +++ b/changelog.d/8690.misc @@ -0,0 +1 @@ +Fail tests if they do not await coroutines. |