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

FMWK-569 Add support for the partition-list option #153

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

filkeith
Copy link
Contributor

  • added support of partition list parameter
  • refactored after-digest parameter
  • refactored partition range

- added prefer racks
- fixed error with nodes and partitions backup
- added support of partition list parameter
- refactored after-digest parameter
- refactored partition range
- review fixes
@filkeith filkeith changed the title FMWK-569-partition-list FMWK-569 Add support for the partition-list option Sep 25, 2024
# Conflicts:
#	cmd/asbackup/readme.md
#	cmd/internal/app/configs.go
#	cmd/internal/flags/backup.go
#	cmd/internal/flags/backup_test.go
#	cmd/internal/models/backup.go
# Conflicts:
#	cmd/asbackup/readme.md
#	cmd/internal/app/configs.go
#	cmd/internal/flags/backup.go
#	cmd/internal/flags/backup_test.go
#	cmd/internal/models/backup.go
- fixed splitting partitions
- added test
- fixed config test
@codecov-commenter
Copy link

codecov-commenter commented Sep 25, 2024

Codecov Report

Attention: Patch coverage is 80.58824% with 33 lines in your changes missing coverage. Please review.

Project coverage is 80.53%. Comparing base (db97e7e) to head (acbf39d).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
cmd/internal/app/configs.go 70.83% 7 Missing and 7 partials ⚠️
handler_backup_records.go 65.62% 10 Missing and 1 partial ⚠️
config_backup.go 90.00% 2 Missing and 2 partials ⚠️
cmd/internal/app/asbackup.go 0.00% 2 Missing ⚠️
shared.go 92.59% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #153      +/-   ##
==========================================
- Coverage   80.86%   80.53%   -0.34%     
==========================================
  Files          85       85              
  Lines        4735     4844     +109     
==========================================
+ Hits         3829     3901      +72     
- Misses        636      662      +26     
- Partials      270      281      +11     

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

@filkeith filkeith marked this pull request as ready for review September 25, 2024 10:34
- removed debug output
- renamed method
cmd/internal/app/configs.go Outdated Show resolved Hide resolved
cmd/internal/app/configs.go Outdated Show resolved Hide resolved
cmd/internal/app/configs.go Outdated Show resolved Hide resolved
cmd/internal/app/configs.go Outdated Show resolved Hide resolved
cmd/internal/app/configs.go Outdated Show resolved Hide resolved
cmd/internal/app/configs.go Outdated Show resolved Hide resolved
cmd/internal/app/configs.go Show resolved Hide resolved
handler_backup_records.go Outdated Show resolved Hide resolved
shared.go Outdated Show resolved Hide resolved
cmd/internal/app/configs.go Show resolved Hide resolved
- review fixes
- count records for nodes and partitions fix
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