Skip to content

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

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

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

Conversation

@pitrou

Copy link
Copy Markdown
Member

The new Minio version is less robust when deleting directories.

@github-actions

Copy link
Copy Markdown

@kszucs

Copy link
Copy Markdown
Member

@pitrou appveyor is failing

The new Minio version is less robust when deleting directories.
@pitrou
pitrouforce-pushed the ARROW-8132-s3fs-test-fix branch from 29668ca to 1a41f43CompareMarch 16, 2020 16:23
@pitrou

Copy link
Copy Markdown
MemberAuthor

Ok, I'm skipping some assertions on Windows.

@pitrou

Copy link
Copy Markdown
MemberAuthor

Bloody git checkout failure on GHA is back.

@pitrou

Copy link
Copy Markdown
MemberAuthor

@kszucskszucs left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
Member

Choose a reason for hiding this comment

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

Created a follow-up JIRA to revisit this issue later https://issues.apache.org/jira/browse/ARROW-8134

@pitrou
pitrou deleted the ARROW-8132-s3fs-test-fix branch March 16, 2020 18:46
Sign up for freeto 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

@pitrou@kszucs