Skip to content
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

Fix test_s3_server failure #12986

Merged
merged 4 commits into from
Aug 10, 2023
Merged

Fix test_s3_server failure #12986

merged 4 commits into from
Aug 10, 2023

Conversation

kenodegard
Copy link
Contributor

@kenodegard kenodegard commented Aug 9, 2023

Description

A fix for #12989. A recent change to MinIO added validations to ensure the bucket name conforms to AWS S3 bucket naming rules (https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html). The fix is to use a valid bucket name (dashes instead of underscores). Thanks go to @travishathaway for identifying the fix.

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@kenodegard kenodegard self-assigned this Aug 9, 2023
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Aug 9, 2023
@jaimergp
Copy link
Contributor

Do you think it's related to a minio change? e.g. minio/minio#17742

@kenodegard
Copy link
Contributor Author

kenodegard commented Aug 10, 2023

@jaimergp but our MinIO is frozen?

MINIO_RELEASE: 'archive/minio.RELEASE.2023-03-13T19-46-17Z'

However error message wise that would make sense

@kenodegard
Copy link
Contributor Author

oh! the MinIO version is frozen for Windows and macOS but not for Linux (which uses docker images): https://github.com/conda/conda/blob/main/.github/workflows/images.yml

@kenodegard
Copy link
Contributor Author

kenodegard commented Aug 10, 2023

@jaimergp do you remember why the pin was originally added? #12524 (comment)

(edit) never mind I found the source conda/conda-libmamba-solver#159

conda/testing/gateways/fixtures.py Show resolved Hide resolved
tests/gateways/test_connection.py Outdated Show resolved Hide resolved
@kenodegard kenodegard changed the title Debugging test_s3_server failure Fix test_s3_server failure Aug 10, 2023
@kenodegard kenodegard marked this pull request as ready for review August 10, 2023 13:56
@kenodegard kenodegard requested a review from a team as a code owner August 10, 2023 13:56
This was referenced Aug 10, 2023
@kenodegard kenodegard enabled auto-merge (squash) August 10, 2023 14:02
kenodegard added a commit to kenodegard/conda that referenced this pull request Sep 11, 2023
Co-authored-by: Travis Hathaway <travis.j.hathaway@gmail.com>
@kenodegard kenodegard mentioned this pull request Sep 11, 2023
3 tasks
jezdez pushed a commit that referenced this pull request Sep 11, 2023
Co-authored-by: Travis Hathaway <travis.j.hathaway@gmail.com>
Fix `test_s3_server` failure (#12986)
@jezdez jezdez mentioned this pull request Sep 26, 2023
92 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

test_s3_server is failing
5 participants