-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-44095: [CI][Python] Enable S3 testing on Windows wheel builds #44093
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
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or In the case of PARQUET issues on JIRA the title also supports: See also: |
|
@github-actions crossbow submit wheelwin* |
This comment was marked as outdated.
This comment was marked as outdated.
|
|
|
@github-actions crossbow submit wheel-windows-* |
|
Revision: 7ee9186 Submitted crossbow builds: ursacomputing/crossbow @ actions-7c69e5dac0
|
|
Hmm. It seems that |
|
Ah, it's not |
kou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Yes, it's always confusing :) The error message is talking about https://pypi.org/project/s3fs/. |
|
After merging your PR, Conbench analyzed the 0 benchmarking runs that have been run so far on merge-commit a828bd2. None of the specified runs were found on the Conbench server. The full Conbench report has more details. |
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit a828bd2. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 35 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
We currently build Windows wheels with S3 enabled, but we disable it for testing.
What changes are included in this PR?
Ensure Minio is installed and re-enable S3 for testing.
Are these changes tested?
Yes, by construction (on CI).
Are there any user-facing changes?
No.