Skip to content

StreamerTest: tag erratic test

Alex Gleason requested to merge erratic-streamer-test into develop

I've seen this one at least two or three times now:

  1) test direct streams it sends conversation update to the 'direct' stream when a message is deleted (Pleroma.Web.StreamerTest)
     test/pleroma/web/streamer_test.exs:775
     No message matching {:text, received_conversation1} after 100ms.
     The process mailbox is empty.
     code: assert_receive {:text, received_conversation1}
     stacktrace:
       test/pleroma/web/streamer_test.exs:797: (test)
     The following output was logged:
     
     [debug] QUERY OK db=0.5ms queue=0.1ms
     begin []

#2808

Merge request reports