mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 14:24:54 +00:00
SiteSettingExtension triggers message bus which re-establishes a DB connection in `SiteSettingExtension#process_message`. That happens concurrently and a test that requires a connection to the db will fail when the reconnection is happening.