mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-08 10:12:15 -04:00
Move DB pool and helper functions into dedicated Database class
This commit is contained in:
parent
ddbbfc9512
commit
756d4942f5
62 changed files with 2377 additions and 2295 deletions
|
@ -37,7 +37,7 @@ class BackgroundUpdateTestCase(unittest.TestCase):
|
|||
def update(progress, count):
|
||||
self.clock.advance_time_msec(count * duration_ms)
|
||||
progress = {"my_key": progress["my_key"] + 1}
|
||||
yield self.store.runInteraction(
|
||||
yield self.store.db.runInteraction(
|
||||
"update_progress",
|
||||
self.store._background_update_progress_txn,
|
||||
"test_update",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue