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 move clobber tests to work around graceful-fs bug. #315

Merged
merged 1 commit into from Nov 14, 2016

Conversation

binki
Copy link
Contributor

@binki binki commented Nov 14, 2016

When trying to rename a directory over another directory, graceful-fs-4.1.10
(maybe other versions?) takes 1 minute to fail the call with an error.
This causes the test to timeout. The workaround is to increase the timeout
of that one test to 1m30s.

See isaacs/node-graceful-fs#98

When trying to rename a directory over another directory, graceful-fs-4.1.10
(maybe other versions?) takes 1 minute to fail the call with an error.
This causes the test to timeout. The workaround is to increase the timeout
of that one test to 1m30s.

See isaacs/node-graceful-fs#98
@binki
Copy link
Contributor Author

binki commented Nov 14, 2016

@coveralls
Copy link

Coverage Status

Coverage remained the same at 85.424% when pulling 57d5a39 on binki:move-test-windows-timeout into b96e003 on jprichardson:master.

Copy link
Collaborator

@RyanZim RyanZim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jprichardson jprichardson merged commit 8fe7d70 into jprichardson:master Nov 14, 2016
@jprichardson
Copy link
Owner

Thank you @binki!

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.

None yet

4 participants