mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 12:24:55 +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.