rt(alt): fix memory leak and increase max preemption when running Loom CI tests (#5911)

The memory leak was caused by a bug during shutdown where some state was leaked.
This commit is contained in:
Carl Lerche
2023-08-10 09:18:10 -07:00
committed by GitHub
parent 5d29bdfb0c
commit dd23f08c3a
4 changed files with 124 additions and 108 deletions
-2
View File
@@ -120,5 +120,3 @@ jobs:
working-directory: tokio
env:
SCOPE: ${{ matrix.scope }}
# TODO: remove this before stabilizing
LOOM_MAX_PREEMPTIONS: 1