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
events sent immediately after joining can be incorrectly soft-failed #6536
Labels
Comments
richvdh
added a commit
to matrix-org/sytest
that referenced
this issue
Dec 16, 2019
I feel like there are going to be a lot of these
richvdh
added a commit
to matrix-org/sytest
that referenced
this issue
Dec 16, 2019
I feel like there are going to be a lot of these
richvdh
added a commit
to matrix-org/sytest
that referenced
this issue
Dec 19, 2019
I feel like there are going to be a lot of these
anoadragon453
added a commit
to matrix-org/sytest
that referenced
this issue
Mar 20, 2020
…ase-v1.8.x * origin/release-v1.8.0: (27 commits) Test for outliers whose auth events are in a different room Test for receiving events with auth events in the wrong room enable frozen dicts in synapse (#778) Fix c&p error in #779 Add support for synapse multi DB setups. (#775) Add console feedbak for the TAP output mode (#779) workaround for matrix-org/synapse#6536 (#772) Test for backfilled events whose prev_events cross room boundaries (#769) Add dendrite's logs to buildkite's artifacts (#773) Make the replication torture level adjustable (#771) Add test for removing redactions from search results (#747) Sanity-checking of some params (#765) Fix some 'undefined value' warnings (#768) Remove redundant fallback in on_request_federation_v1_event (#766) Deflake an AS test (#764) Add tests for outbound v2 invite API Fix diagnostics from logout test (#763) Add comment to explain what the v1 outbound test relies on Re-fix test names Fix test names ...
closing as a dup of #10066 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In a worker configuration, the cached latest_events_in_room is flushed asynchronously after a join is processed. So if you join a room, and then immediately send an event, your event may be incorrectly rejected.
The text was updated successfully, but these errors were encountered: