()
| 175 | # slow_intro_conn cache is now populated with intro_1_t |
| 176 | |
| 177 | async def wait_and_drop(): |
| 178 | await asyncio.sleep(0.1) |
| 179 | await slow_intro_conn.reload_schema_state() |
| 180 | |
| 181 | # Now, in parallel, run another query that |
| 182 | # references both intro_1_t and intro_2_t. |
nothing calls this directly
no test coverage detected