diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-10-12 08:55:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 12:55:33 +0000 |
commit | 5c35074d859077f5ade846c450d19ea9dceb62f0 (patch) | |
tree | 2c0ece788a49813541eb4fae5e3c20e1fc950f0f /changelog.d | |
parent | Fixup changelog (diff) | |
download | synapse-5c35074d859077f5ade846c450d19ea9dceb62f0.tar.xz |
Reset global cache state before cache tests. (#11036)
This reverts #11019 and structures the code a bit more like it was before #10985. The global cache state must be reset before running the tests since other test cases might have configured caching (and thus touched the global state).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11036.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11036.misc b/changelog.d/11036.misc new file mode 100644 index 0000000000..aae5ee62b2 --- /dev/null +++ b/changelog.d/11036.misc @@ -0,0 +1 @@ +Ensure that cache config tests do not share state. |