-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Ruby 2.6.1 test failures #10646
Comments
Hey there @pvalena - I don't have any failures when I run the tests against Ruby 2.6.1. I'll spare you the output but:
|
Travis also passes: #10648 I suspect there is just something off with your environment. Perhaps maybe make sure you're on |
All these are FTP test failures and there is, for some reason, used much older fake_ftp on Travis then what @pvalena reported, i.e. 0.1.1 vs 0.3.0. That is the first suspectable difference. |
The first three are due to livinginthepast/fake_ftp/pull/42. They could be fixed by:
The fourth should be fixed by livinginthepast/fake_ftp/pull/56 |
The patch is here: voxik@60214f4 I have not created PR, because the PR would not have sense without updated fake_ftp fixing the other issue. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Vagrant version
2.2.3
Host operating system
Fedora Rawhide
Debug output
Steps to reproduce
rake -f tasks/test.rake test:unit
Notes
Error occured after upgrade to Ruby 2.6.1 from Ruby 2.6.0. Previously the tests passed.
The text was updated successfully, but these errors were encountered: