Skip to content

ARROW-8132: [C++] Fix S3FileSystem tests on Windows#6632

Closed
pitrou wants to merge 1 commit intoapache:masterfrom
pitrou:ARROW-8132-s3fs-test-fix
Closed

ARROW-8132: [C++] Fix S3FileSystem tests on Windows#6632
pitrou wants to merge 1 commit intoapache:masterfrom
pitrou:ARROW-8132-s3fs-test-fix

Conversation

@pitrou
Copy link
Member

@pitrou pitrou commented Mar 16, 2020

The new Minio version is less robust when deleting directories.

@github-actions
Copy link

@kszucs
Copy link
Member

kszucs commented Mar 16, 2020

@pitrou appveyor is failing

The new Minio version is less robust when deleting directories.
@pitrou pitrou force-pushed the ARROW-8132-s3fs-test-fix branch from 29668ca to 1a41f43 Compare March 16, 2020 16:23
@pitrou
Copy link
Member Author

pitrou commented Mar 16, 2020

Ok, I'm skipping some assertions on Windows.

@pitrou
Copy link
Member Author

pitrou commented Mar 16, 2020

Bloody git checkout failure on GHA is back.

Copy link
Member

@kszucs kszucs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, the failures are unrelated.

bool have_directory_mtimes() const override { return false; }
bool have_flaky_directory_tree_deletion() const override {
#ifdef _WIN32
// Recent Minio versions on Windows may not register deletion of all
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kszucs kszucs closed this in f89c5bb Mar 16, 2020
@pitrou pitrou deleted the ARROW-8132-s3fs-test-fix branch March 16, 2020 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants