mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #601] Mac OS X Travis builds #339
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#339
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaul on GitHub (May 14, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/601
Presently Travis builds s3fs only on Ubuntu. Travis offers multiple OS builds which might allow us to test on Mac OS X as well:
https://docs.travis-ci.com/user/multi-os/
This would prevent regressions like #600. We might need to work with the Travis team to ensure that the osxfuse kext is installed.
@ggtakec commented on GitHub (Jun 27, 2017):
@andrewgaul I'm sorry for my late reply.
I tried to build/test s3fs on mac(osx) by travis-ci, but I had a problem about s3proxy.
Now it seems that travis-CI supports some OS X version(and xcode) but only java8 is installed for these.
And home brew also no longer supports java7 because oracle moved it's download page behind the login page.
Then I tried to run java6 on mac by travis, as usual s3proxy did not work.:-p
So I hope that s3proxy should require java8 for testing s3fs on mac(osx) by travis-ci,
I'd like to get your thoughts on it.
Thanks,
@gaul commented on GitHub (Jun 27, 2017):
S3Proxy should run with Java 7 or Java 8, although not Java 6 and not yet Java 9. Did you try Java 8?
@ggtakec commented on GitHub (Jun 28, 2017):
@andrewgaul Thanks for your quickly reply.
And I'm sorry for misunderstanding about s3proxy.
Initially, I was testing the s3fs test with both xcode 8.3 and 7.3 images(These images have Java8).
However, communication between s3fs and s3proxy was connection refused and something was wrong.
I just tried reproducing it now.
s3proxy seems to be running without any problems.
Even checking with the nc command seems to have no problem with connection.
However, s3fs receives "reset by peer" in communication with s3proxy.
After that, s3fs tries to reconnect, but it becomes "connection refused".
Then, the number of retries is reached and the test fails.
I was not sure what caused it, but I misunderstood that it must be java7.
I will continue to investigate this cause.
If you have advice on s3proxy's debug information etc.
Thanks in advance.
@ggtakec commented on GitHub (Aug 11, 2017):
#630 changed the macosx branch so that it can support OSX in Travis CI multiple OS build.
And #631 has merged the macosx branch to master, I deleted the macosx branch.
This Issue closes, but if you find a problem please post a new Issue.