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

mysql_db: added zstd support #696

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sergio-IME
Copy link

@Sergio-IME Sergio-IME commented Jan 15, 2025

SUMMARY

Closes #594

Added support for zstd compressed dumps (.zst file extension), which can be faster and more efficient than the currently supported gzip/bz2/xz formats.

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

mysql_db

ADDITIONAL INFORMATION

Copy link

codecov bot commented Jan 15, 2025

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 76.98%. Comparing base (022ed60) to head (fc610bf).

Files with missing lines Patch % Lines
plugins/modules/mysql_db.py 0.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #696      +/-   ##
==========================================
- Coverage   79.54%   76.98%   -2.56%     
==========================================
  Files          32       20      -12     
  Lines        2811     2664     -147     
  Branches      701      678      -23     
==========================================
- Hits         2236     2051     -185     
- Misses        395      415      +20     
- Partials      180      198      +18     
Flag Coverage Δ
integration 76.35% <0.00%> (-0.19%) ⬇️
sanity ?
units ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

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.

mysql_db: support for zstd compression
2 participants