-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Fuse and docker tests together #2241
Conversation
License: MIT Signed-off-by: Andres Buritica <andres@thelinuxkid.com>
License: MIT Signed-off-by: Andres Buritica <andres@thelinuxkid.com>
The current Travis Trusty build does not have ipv6 support License: MIT Signed-off-by: Andres Buritica <andres@thelinuxkid.com>
License: MIT Signed-off-by: Andres Buritica <andres@thelinuxkid.com>
License: MIT Signed-off-by: Andres Buritica <andres@thelinuxkid.com>
License: MIT Signed-off-by: Andres Buritica <andres@thelinuxkid.com>
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
There is the following go test failure:
But it doesn't look related and the sharness tests all passed... |
On OSX there is the following error on one of the two go tests:
|
the test limited streams one just looks like its caused by a timing issue. That one should get disabled on CI |
the fuse test failures look like the changes arent being correctly propogated... thats unfun and something i'll need to look at soon |
@whyrusleeping issue #2214 is about the first test failure I comment about above. |
@whyrusleeping the fuse failures have been debugged. All that's left is for the changes described in #2214 to be implemented. |
This is trying to have both fuse and docker tests together.
Not sure it is possible though. Let's see how the tests look like.