ARROW-1456: [Python] Run s3fs unit tests in Travis CI - #5200
Closed
rok wants to merge 1 commit into
Closed
Conversation
rok
force-pushed
the
ARROW-1456-s3-tests
branch
from
August 26, 2019 22:12
d7cf0a9 to
5a1b9be
Compare
rok
force-pushed
the
ARROW-1456-s3-tests
branch
from
August 26, 2019 22:28
5a1b9be to
0e1ee34
Compare
Member
|
@ursabot build |
rok
force-pushed
the
ARROW-1456-s3-tests
branch
5 times, most recently
from
September 3, 2019 16:50
67858d0 to
f7f2805
Compare
Member
Author
|
@ursabot build |
Member
Author
rok
force-pushed
the
ARROW-1456-s3-tests
branch
from
September 3, 2019 18:23
f7f2805 to
6a70df1
Compare
rok
force-pushed
the
ARROW-1456-s3-tests
branch
16 times, most recently
from
September 14, 2019 12:29
172c2b0 to
b7fbbeb
Compare
rok
force-pushed
the
ARROW-1456-s3-tests
branch
from
September 14, 2019 12:42
b7fbbeb to
a0c441e
Compare
rok
force-pushed
the
ARROW-1456-s3-tests
branch
from
September 14, 2019 16:29
a0c441e to
59f1e14
Compare
Codecov Report
@@ Coverage Diff @@
## master #5200 +/- ##
===========================================
+ Coverage 84.33% 88.65% +4.32%
===========================================
Files 160 958 +798
Lines 10495 127472 +116977
Branches 1498 1498
===========================================
+ Hits 8851 113016 +104165
- Misses 1633 14091 +12458
- Partials 11 365 +354
Continue to review full report at Codecov.
|
Enabling Python S3 tests in CI with minio.
rok
force-pushed
the
ARROW-1456-s3-tests
branch
from
September 22, 2019 18:40
59f1e14 to
f0c1e33
Compare
Member
Author
|
ARROW-6655 seems to do this and more. @kszucs shall I close this PR once ARROW-6655 is merged? |
Member
|
@rok yes, we should close it in favor of ARROW-6655. It introduces Minio for the filesystem bindings, and I've also updated the s3fs accordingly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is to enable Python S3 tests in CI with minio as requested in ARROW-1456 and ARROW-4208.