0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-15 09:08:23 +02:00
synapse/changelog.d
Richard van der Hoff db95b75515
Patch the db conn pool sooner in tests (#17017)
When running unit tests, we patch the database connection pool so that
it runs queries "synchronously". This is ok, except that if any queries
are launched before we do the patching, those queries get left in limbo
and never complete.

To fix this, let's change the way we do the switcheroo, by patching out
the method which creates the connection pool in the first place.
2024-03-21 17:48:16 +00:00
..
.gitignore
16840.misc Improve lock performance when a lot of locks are waiting (#16840) 2024-03-14 13:49:54 +00:00
16892.doc Add query to update local cache of a remote user's device list to docs (#16892) 2024-03-14 13:53:25 +00:00
16907.misc Update power level default for public rooms (#16907) 2024-03-19 17:55:31 +00:00
16908.misc Improve event validation (#16908) 2024-03-19 17:52:53 +00:00
16919.misc Multi-worker-docker-container: disable log buffering (#16919) 2024-03-13 17:21:37 +00:00
16929.misc Split up SyncHandler.compute_state_delta (#16929) 2024-03-14 17:18:48 +00:00
16949.bugfix /sync: Fix edge-case in calculating the "device_lists" response (#16949) 2024-03-14 17:34:19 +00:00
16950.misc Clarify docs for some room state functions (#16950) 2024-03-19 17:16:37 +00:00
16953.misc Specify IP subnet literals in canonical form (#16953) 2024-03-19 17:19:12 +00:00
16965.doc upgrade.md: fix grammatical errors (#16965) 2024-03-14 13:54:01 +00:00
16966.doc Sort versions in the documentation version picker appropriately. (#16966) 2024-03-14 15:18:51 +00:00
16974.misc Pass module API to OIDC mapping provider (#16974) 2024-03-19 17:20:10 +00:00
16985.misc Prevent start_for_complement.sh from setting START_POSTGRES to false when it's already set (#16985) 2024-03-21 13:50:51 +00:00
16986.misc Raise poetry-core version cap to 1.9.0 (#16986) 2024-03-13 16:40:08 +00:00
17002.doc Remove the hardcoded poetry version from contributing guide (#17002) 2024-03-21 17:12:02 +00:00
17017.misc Patch the db conn pool sooner in tests (#17017) 2024-03-21 17:48:16 +00:00