()
| 71 | await con.fetch('SELECT pg_sleep($1)', query_runtime) |
| 72 | |
| 73 | def kill_connectivity(): |
| 74 | self.proxy.trigger_connectivity_loss() |
| 75 | |
| 76 | new_pool = self.create_pool( |
| 77 | database='postgres', min_size=pool_size, max_size=pool_size, |
nothing calls this directly
no test coverage detected