-
Notifications
You must be signed in to change notification settings - Fork 711
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
Fix bootstrap retry #3576
Fix bootstrap retry #3576
Conversation
AurelienFT
commented
Feb 15, 2023
•
edited
Loading
edited
- document all added functions
- try in sandbox /simulation/labnet
- unit tests on the added/changed features
- make tests compile
- make tests pass
- add logs allowing easy debugging in case the changes caused problems
- if the API has changed, update the API specification
Fix #3412 |
Tried to make a bootstrap test but it's too complicated and takes too much time. Will test it in labnet with modified node. |
I have tested on labnet with tests line of 31e2e60 this allow to make the first bootstrap fail and wait so much that the second fail for too old slot and after reset everything went well and the final hash at slot was good |
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.
Do we have an open issue about the possibility of retrying bootstrap from the downloaded state of a previously failed bootstrap or is that not something we want to handle?
It should already be possible if it's not a too old slot. For a too old slot I don't think it's possible |
3489: Testnet 20 r=AurelienFT a=AurelienFT Merged in this testnet: - #3475 - #3549 - #3562 - #3462 - #3492 - #3502 - #3495 - #3556 - #3511 - #3498 - #3566 - #3557 - #3576 - #3579 - #3507 - #3585 - #3587 - #3580 - #3590 - #3549 - #3455 - #3601 - #3602 - #3606 - #3588 - #3603 - #3554 Co-authored-by: AurelienFT <aurelien.foucault@epitech.eu> Co-authored-by: Ben PHL <benphawke@gmail.com> Co-authored-by: Modship <yeskinokay@gmail.com> Co-authored-by: Ben <benphawke@gmail.com> Co-authored-by: Eitu33 <89928840+Eitu33@users.noreply.github.com> Co-authored-by: Sydhds <sylvain.delhomme@gmail.com> Co-authored-by: modship <lu@massa.net> Co-authored-by: Moncef AOUDIA <22281426+aoudiamoncef@users.noreply.github.com> Co-authored-by: Moncef AOUDIA <ma@massa.net>