diff options
author | Bundlerbot <bot@bundler.io> | 2020-01-18 09:57:11 +0000 |
---|---|---|
committer | Bundlerbot <bot@bundler.io> | 2020-01-18 09:57:11 +0000 |
commit | 6eb4b297639b5cd5574de1d6ed0aaebf46b9301f (patch) | |
tree | 19d8470077c77fcc48774472a7c2b9bd3d6cd4fa /spec/bundler | |
parent | 797cd9b152bc99f05a65b5c3ccf9b53f6c06f107 (diff) | |
parent | ee5a19fb599ea4e594db7061e6ba76bfd87236d7 (diff) | |
download | bundler-6eb4b297639b5cd5574de1d6ed0aaebf46b9301f.tar.gz |
Merge #7584
7584: Fix flaky test failure r=deivid-rodriguez a=deivid-rodriguez
### What was the end-user problem that led to this PR?
The problem was that sometimes a spec is failing on Windows because the rename syscall sometimes is raising Errno::EXDEV.
### What was your diagnosis of the problem?
I don't really know why this problem is happening.
### What is your fix for the problem, implemented in this PR?
My fix is to stop renaming the folder and copy it instead.
### Why did you choose this fix out of the possible options?
I chose this fix because copying will no longer make a rename syscall, so at least it should no longer fail in the same way.
Co-authored-by: David RodrÃguez <deivid.rodriguez@riseup.net>
Diffstat (limited to 'spec/bundler')
0 files changed, 0 insertions, 0 deletions