diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-11-27 03:47:18 +0100 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2018-11-27 13:47:18 +1100 |
commit | a44c0a096fbdca979cb47a3e7308cfe52be8d684 (patch) | |
tree | 78d54e17d6369fa1ed68d75405443793a2d8cc52 /changelog.d | |
parent | Fix more logcontext leaks in tests (#4209) (diff) | |
download | synapse-a44c0a096fbdca979cb47a3e7308cfe52be8d684.tar.xz |
Check logcontexts before and after each test (#4190)
* Add better diagnostics to flakey keyring test * fix interpolation fail * Check logcontexts before and after each test * update changelog * update changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4190.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4190.misc b/changelog.d/4190.misc new file mode 100644 index 0000000000..6700a5150d --- /dev/null +++ b/changelog.d/4190.misc @@ -0,0 +1 @@ +Add some diagnostics to the tests to detect logcontext problems |