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

fix(helper): make mkdirIfNotExists helper resilient to concurrent calls #3750

Merged
merged 3 commits into from
Feb 5, 2022

Commits on Jan 23, 2022

  1. fix(helper): make mkdirIfNotExists helper resilient to concurrent calls

    The main motivation for this change is karma-runner/karma-coverage#434 (comment) where concurrent calls to the helper fail because of the race between the check and directory creation. This is a temporary solution and should be replaced with the native [`mkdir`](https://nodejs.org/api/fs.html#fsmkdirpath-options-callback) with the `recursive` option once minimum supported Node is bumped to 12.
    devoto13 committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    7a8e64b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Merge branch 'master' into fix-helper

    Jonathan Ginsburg authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    1ed94aa View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Merge branch 'master' into fix-helper

    Jonathan Ginsburg authored Feb 5, 2022
    Configuration menu
    Copy the full SHA
    4a4081b View commit details
    Browse the repository at this point in the history