-
Notifications
You must be signed in to change notification settings - Fork 165
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
RCORE-2011: New parameter 'progress_estimate' for sync progress notification #7124
Conversation
Pull Request Test Coverage Report for Build kirill.burtsev_158Details
💛 - Coveralls |
98be317
to
88756b3
Compare
* Precompute it for existing parameters for initial crud behaviour * Adjust existing tests * Add needed spec definitions
…ate field * Refactor to forward parsed parameters from download message to session as is
88756b3
to
9a55639
Compare
updates on download during bootstrap
9a55639
to
e5a654e
Compare
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.
Here are some initial comments. I don't quite get what the transient downloaded bytes tracking does or how it's different from the downloadable bytes we already track in history.
87d946d
to
7b47194
Compare
sync tests need a minor fix to make ci happy, other then that object-store tests should pass and the pr is almost done |
7b47194
to
ad7df00
Compare
fixed, ci should be green now. @danieltabacaru @jbreams please, take a look. All commits here a logically separated, it could be easier to review them one by one. The only missing thing is final master merge and changelog. I'll do it after a few ci runs. |
"Feature/bugfix release"
Fixed log entries with the precision agreed on the scope to 4 digits 0.9999 was actually the corner case bug hidden by the workaround for the other issue (there is still fixme about this #7452) @danieltabacaru @jbreams i believe i've addressed all opened threads, please, take a look again. |
reset to 0 from 1 after batch sync or when new data is added during active sync
* Avoid using features newer than iPhone 11 in client_impl_base.cpp * Adding a note in the changelog
What, How & Why?
Fixes #7450
☑️ ToDos