-
Notifications
You must be signed in to change notification settings - Fork 901
Add genesis sync test to CI #7561
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
Conversation
…ighthouse into add-genesis-sync-test
This PR is ready for review. In this test, we use the The rebuild image For 120s stop duration, we trigger short distance sync, the lookup sync. We see in the logs:
For 300s stop duration, we trigger long distance sync, the range sync. We see in the logs:
All sync completed very fast, under 5s. So I reduce the polling time in the script to 0.5s so that we can see some outputs in the terminal, and set a shorter timeout of 5 minutes. |
Issue Addressed
Use existing code from @jimmygchen in #7530 and modify for genesis sync test. Thanks @jimmygchen !