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 Azurite/Minio container naming #34

Merged

Conversation

jfunstonRAI
Copy link
Contributor

Azurite does not support double dashes in container names (a 400 bad request will be returned). This fixes a bug where a container name with double dashes could be generated if the random value is -32768, which overflows abs to still return -32768.

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (715e687) 67.21% compared to head (32f0e90) 67.21%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #34   +/-   ##
=======================================
  Coverage   67.21%   67.21%           
=======================================
  Files           5        5           
  Lines         610      610           
=======================================
  Hits          410      410           
  Misses        200      200           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@nickrobinson251 nickrobinson251 left a comment

Choose a reason for hiding this comment

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

thanks! Please bump the version number in Project.toml if you need this released immediately

@jfunstonRAI
Copy link
Contributor Author

thanks! Please bump the version number in Project.toml if you need this released immediately

Thanks Nick! I pushed the version bump.

@nickrobinson251 nickrobinson251 merged commit db6d637 into JuliaServices:main Jan 18, 2024
5 of 6 checks passed
@quinnj
Copy link
Member

quinnj commented Jan 18, 2024

Great catch; thanks @jfunstonRAI!

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.

3 participants