-
Notifications
You must be signed in to change notification settings - Fork 45
split snapshotter #2245
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
split snapshotter #2245
Conversation
Test Results 4 files ±0 52 suites ±0 10m 23s ⏱️ -11s Results for commit cf2654d. ± Comparison against base commit c519913. This pull request removes 15 and adds 15 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
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.
LGTM
Just one remark on the file that contain tests for TarAppender
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.
LGTM 👍
Co-authored-by: Damien Lachaume <dlachaume@users.noreply.github.com>
ec310e0
to
0831822
Compare
The snapshotter has become quite big with time with more than 900 lines and multiples structs, this split makes the code more manageable. Co-authored-by: Damien Lachaume <dlachaume@users.noreply.github.com>
by removing the StdResult as they raise no errors. Co-authored-by: Damien Lachaume <dlachaume@users.noreply.github.com>
* mithril-aggregator from `0.6.19` to `0.6.20`
0831822
to
cf2654d
Compare
Content
This PR makes the snapshotter code more manageable by:
This PR also simplify local uploaders constructors by removing their StdResult (no longer needed since #2241)
Pre-submit checklist