Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cherry-pick(#13584): avoid premature stop of worker in fullyParallel #13597

Merged
merged 1 commit into from Apr 18, 2022

Commits on Apr 17, 2022

  1. cherry-pick(microsoft#13584): avoid premature stop of worker in fully…

    …Parallel
    
    Prior to this change, we were pre-maturely stopping a worker (since it
    was deemed redundant under a race condition), and then we immediately
    created a new worker with the same hash to finish off the test run. The
    worker creation is expensive, so this slowed down the overall test run
    time.
    
    See the following for logs of the old code illustrating the extra stops and starts: https://gist.github.com/rwoll/1c592ed9e8f9169274fa972674de6703
    rwoll committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    f8f98e9 View commit details
    Browse the repository at this point in the history