-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Create repos in LimmatChildBuilder::new
Now that the buider can be reused and shares the repo by default this can be simplified. This also incidentally fixes the bug where `LimmatChild::result_exists` creates a new repo every time, which seems to sometimes cause the executor to get starved and fail to actually spawn the child. Kinda disappointing coz I hoped maybe this would unearth the perf issues I've been seeing on my work computer. But it's just a dumb test harness thing. Oh well.
- Loading branch information
Showing
1 changed file
with
13 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters