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

Isaacs/better testdir symlinks #704

Closed
wants to merge 3 commits into from
Closed

Conversation

isaacs
Copy link
Member

@isaacs isaacs commented Nov 14, 2020

cc @nlf

This makes the fixture cleanup _always_ run after any user-supplied
teardown functions (which was ambiguous before), and removes using the
async form of `rimraf` so that it can retry with backoff if the
directories are locked.

Fixes: #677
@isaacs isaacs closed this in b2923d1 Nov 16, 2020
isaacs added a commit to tapjs/libtap that referenced this pull request Feb 16, 2021
This makes the fixture cleanup _always_ run after any user-supplied
teardown functions (which was ambiguous before), and removes using the
async form of `rimraf` so that it can retry with backoff if the
directories are locked.

Note: in libtap, this requires adding an async recursive removal
function to settings.

PR-URL: tapjs/tapjs#704
isaacs added a commit to tapjs/libtap that referenced this pull request Feb 16, 2021
This makes the fixture cleanup _always_ run after any user-supplied
teardown functions (which was ambiguous before), and removes using the
async form of `rimraf` so that it can retry with backoff if the
directories are locked.

Note: in libtap, this requires adding an async recursive removal
function to settings.

PR-URL: tapjs/tapjs#704
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant