Commit a76861b
authored
chore(spanner): fix event loop leak in unit tests (#17343)
This PR resolves leaky asyncio event loops inside the Spanner unit tests
that were causing flaky results during local nox testing. The original
version of the event loop was not closing out events and we were left
with too many open files.
Fixes #170491 parent 7f988ff commit a76861b
1 file changed
Lines changed: 8 additions & 4 deletions
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments