mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-14 14:11:34 +00:00
Run executor until parked at end of each iteration of random collaboration test
Without this, the server doesn't get dropped at the end of the test, and we eventually run out of file handles due to sqlite connections being retained.
This commit is contained in:
parent
781d66f628
commit
661fba8640
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ async fn test_random_collaboration(
|
|||
drop(client);
|
||||
});
|
||||
}
|
||||
|
||||
deterministic.run_until_parked();
|
||||
}
|
||||
|
||||
fn on_failure() {
|
||||
|
|
Loading…
Reference in a new issue