diff options
author | Kegsay <kegan@matrix.org> | 2021-03-23 11:33:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 11:33:36 +0000 |
commit | a1b7e4ef3f9231ce6933cd2f5e7e93525e840293 (patch) | |
tree | 582e9fde57e0d531ffd1d1221c2fa44b2e5e622d /sytest-blacklist | |
parent | 01267a34b94a4253731a2e148e7a2d0450316869 (diff) |
log less for failed key querys, add counters for incoming pdus/edus (#1801)
* log less for failed key querys, add counters for incoming pdus/edus
* use labels
* Blacklist flakey test
* Fix metrics
Diffstat (limited to 'sytest-blacklist')
-rw-r--r-- | sytest-blacklist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sytest-blacklist b/sytest-blacklist index b635c9f0..4d9587d0 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -69,4 +69,7 @@ Forgotten room messages cannot be paginated Can re-join room if re-invited # Blacklisted due to flakiness after #1774 -Local device key changes get to remote servers with correct prev_id
\ No newline at end of file +Local device key changes get to remote servers with correct prev_id + +# Flakey +Local device key changes appear in /keys/changes
\ No newline at end of file |