-
Notifications
You must be signed in to change notification settings - Fork 117
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
Disable unreliable sync_large_checkpoints_testnet
#1789
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.
Looks good, and it should work.
But I prefer to delete code, because it's easier to review the changes, and read the remaining code after the change.
So let's:
- replace the code with a short TODO comment, rather than commenting out the whole function
- open a ticket to revert this PR, and set it as blocked by Deploy more Zebra or zcashd instances on testnet #1222 (@mpguerra can help you do a "blocked by" relationship)
Ok, done at 294f827 |
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.
My suggestion was applied
This reverts commit bae49e5.
Motivation
Several pull requests fail the CI because the
sync_large_checkpoints_testnet
are very unreliable.Solution
Disable the test until we have more testnet instances(#1222)
Review
Anyone can review.