diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-11-27 03:00:33 +0100 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2018-11-27 13:00:33 +1100 |
commit | de8772a655e49fc57138d91e6bb184dadeac838a (patch) | |
tree | 19428021c7907a6a6a1d5ee6eeebd4985d493aa4 /changelog.d | |
parent | Merge pull request #4214 from matrix-org/rav/ignore_pycache (diff) | |
download | synapse-de8772a655e49fc57138d91e6bb184dadeac838a.tar.xz |
Do a GC after each test to fix logcontext leaks (#4227)
* Some words about garbage collections and logcontexts * Do a GC after each test to fix logcontext leaks This feels like an awful hack, but... * changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4227.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4227.misc b/changelog.d/4227.misc new file mode 100644 index 0000000000..7ebd51b6a4 --- /dev/null +++ b/changelog.d/4227.misc @@ -0,0 +1 @@ +Garbage-collect after each unit test to fix logcontext leaks \ No newline at end of file |