-
Notifications
You must be signed in to change notification settings - Fork 111
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(ci): Make CD docker tests accept more progress logs #7077
Conversation
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.
Thank you!
This happened again in CI for this PR and was handled: https://github.com/ZcashFoundation/zebra/actions/runs/5386324293/jobs/9776624309?pr=7077#step:4:107
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.
Great! I was curious about this and forgot to ask.
@Mergifyio refresh |
✅ Pull request refreshed |
Motivation
The testnet tests look for Genesis progress, because sometimes that's the only block that can be downloaded on testnet.
But when testnet is running well, the node can get to BeforeOverwinter by the first progress log:
https://github.com/ZcashFoundation/zebra/actions/runs/5385468952/jobs/9774720826?pr=7035#step:5:80
https://github.com/ZcashFoundation/zebra/actions/runs/5385468952/jobs/9774720826?pr=7035#step:5:175
https://github.com/ZcashFoundation/zebra/actions/runs/5385468952/jobs/9774720826?pr=7035#step:5:187
Solution
This PR accepts either log.
Review
This is failing some PRs, so it is important to fix.
Reviewer Checklist