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:
Max Brunsfeld 2023-04-05 15:05:32 -07:00
parent 781d66f628
commit 661fba8640

View file

@ -152,6 +152,8 @@ async fn test_random_collaboration(
drop(client);
});
}
deterministic.run_until_parked();
}
fn on_failure() {