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

--sync-tolerance to control the tolerance in the sync progress calculation #991

Merged
merged 4 commits into from
Nov 10, 2019

Conversation

KtorZ
Copy link
Member

@KtorZ KtorZ commented Nov 9, 2019

Issue Number

N/A

Overview

  • I had to bump stack LTS in order to be able to use time formatter and parser on NominalDiffTime from time-1.9.3
  • I made the tolerance a parameter of the syncProgress calculation
  • I've made this parameter accessible all the way down the command-line via --sync-tolerance

Comments

  • There's currently no strong integration tests on that. I've only been testing things manually with various sync tolerance. Ideally, I'd add integration tests scenario later...

  • This comes as a mitigation regarding the syncing "issue" that could occur in Daedalus as discussed with ops and QA earlier today. We'll try to measure what could be a good potential value and configure this via the flag.

@KtorZ KtorZ self-assigned this Nov 9, 2019
@KtorZ KtorZ force-pushed the KtorZ/option-sync-tolerance branch from 350df7d to 3450058 Compare November 10, 2019 11:28
@KtorZ
Copy link
Member Author

KtorZ commented Nov 10, 2019

bors r+

iohk-bors bot added a commit that referenced this pull request Nov 10, 2019
991: --sync-tolerance to control the tolerance in the sync progress calculation r=KtorZ a=KtorZ

# Issue Number

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->

N/A

# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- [x] I had to bump stack LTS in order to be able to use time formatter and parser on NominalDiffTime from `time-1.9.3`
- [x] I made the tolerance a parameter of the `syncProgress` calculation
- [x] I've made this parameter accessible all the way down the command-line via `--sync-tolerance`

# Comments

<!-- Additional comments or screenshots to attach if any -->

- There's currently no strong integration tests on that. I've only been testing things manually with various sync tolerance. Ideally, I'd add integration tests scenario later...

- This comes as a mitigation regarding the syncing "issue" that could occur in Daedalus as discussed with ops and QA earlier today. We'll try to measure what could be a good potential value and configure this via the flag. 

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Acknowledge any changes required to the Wiki
-->


Co-authored-by: KtorZ <matthias.benkort@gmail.com>
Co-authored-by: Samuel Leathers <samuel.leathers@iohk.io>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Nov 10, 2019

Build failed

@KtorZ KtorZ merged commit db60ba5 into master Nov 10, 2019
@KtorZ KtorZ deleted the KtorZ/option-sync-tolerance branch November 10, 2019 12:04
@KtorZ
Copy link
Member Author

KtorZ commented Nov 10, 2019

☝️ Weird nix failure unable to build something in the swagger validator. This PR changes nothing about Swagger, and both unit and integration have passed in CI. So merging anyway.

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