This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:matrix-org/synapse into anoa/amor…
…gan.xyz * 'master' of github.com:matrix-org/synapse: (245 commits) 1.22.0 Fixup changelog Expand changelog entry 1.22.0rc2 Fix get|set_type_stream_id_for_appservice store functions (#8648) Properly handle presence events for application services. (#8656) Fix user_daily_visits to not have duplicate rows for UA. (#8654) Fixup changelog even more Fixup changelog some more Fixup changelog 1.22.0rc1 Optimise CacheDescriptor (#8594) fix failure case optimise DeferredCache.set Add some more tests Push some deferred wrangling down into DeferredCache Combine the two sets of tests for CacheDescriptor Limit AS transactions to 100 events (#8606) Separate the TCP and terse JSON formatting code. (#8587) Pin mypy-zope for compatibility with mypy. (#8600) ...
- Loading branch information
Showing
505 changed files
with
15,327 additions
and
6,867 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,10 @@ | ||
# This file serves as a blacklist for SyTest tests that we expect will fail in | ||
# Synapse when run under worker mode. For more details, see sytest-blacklist. | ||
|
||
Message history can be paginated | ||
|
||
Can re-join room if re-invited | ||
|
||
The only membership state included in an initial sync is for all the senders in the timeline | ||
|
||
Local device key changes get to remote servers | ||
|
||
If remote user leaves room we no longer receive device updates | ||
|
||
Forgotten room messages cannot be paginated | ||
|
||
Inbound federation can get public room list | ||
|
||
Members from the gap are included in gappy incr LL sync | ||
|
||
Leaves are present in non-gapped incremental syncs | ||
|
||
Old leaves are present in gapped incremental syncs | ||
|
||
User sees updates to presence from other users in the incremental sync. | ||
|
||
Gapped incremental syncs include all state changes | ||
|
||
Old members are included in gappy incr LL sync if they start speaking | ||
|
||
# new failures as of https://github.com/matrix-org/sytest/pull/732 | ||
Device list doesn't change if remote server is down | ||
Remote servers cannot set power levels in rooms without existing powerlevels | ||
Remote servers should reject attempts by non-creators to set the power levels | ||
|
||
# https://buildkite.com/matrix-dot-org/synapse/builds/6134#6f67bf47-e234-474d-80e8-c6e1868b15c5 | ||
Server correctly handles incoming m.device_list_update | ||
|
||
# this fails reliably with a torture level of 100 due to https://github.com/matrix-org/synapse/issues/6536 | ||
Outbound federation requests missing prev_events and then asks for /state_ids and resolves the state | ||
|
||
Can get rooms/{roomId}/members at a given point |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ _trial_temp*/ | |
/.python-version | ||
/*.signing.key | ||
/env/ | ||
/.venv*/ | ||
/homeserver*.yaml | ||
/logs | ||
/media_store/ | ||
|
Oops, something went wrong.