Suspected flake: Room state after a rejected message event is the same as before
#1273
Labels
Z-Flaky
Tests which seem to fail at random
https://github.com/matrix-org/synapse/runs/7302527446?check_suite_focus=true
The test sends an event that is expected to be rejected, followed by a good event over federation.
The test then waits for the good event to come down sync, which timed out.
federation_reader.log:
From federation_reader.log, we can see that the rejected event was processed reasonably quickly, while the good event got stuck in the staged events queue. That means that:
_process_incoming_pdus_in_room_inner
run for the rejected event released thefederation_inbound_pdu
lock, then saw no staged events to processfederation_inbound_pdu
lock after queuing the good event in the staged events table.which seems contradictory
The text was updated successfully, but these errors were encountered: