mirror of
https://github.com/element-hq/synapse.git
synced 2026-03-31 04:05:43 +00:00
Combined with login tests: 50/50 pass (100%) Total: 186/223 pass across both test files (83%) The remaining failures fall into: - 5 × SQLite FTS — rank() function incompatibility (pre-existing SQLite issue) - 2 × Spam checker — is_invited flag timing (likely cache invalidation ordering) - 2 × PublicRooms filter — logic/ordering issue - 1 × ratelimit — fake time advancement during make_request Plus excluded: - 4 × cancellation — needs Twisted Deferred (to be ported) - 2 × resource_usage — shim doesn't populate resource_usage on FakeChannel - 3 × ratelimit — hang due to clock.sleep() with fake time in make_request - 6 × MSC4293 — federation not working yet - 6 × invite ratelimit — hang