-
Notifications
You must be signed in to change notification settings - Fork 106
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): stop failing the send transaction test #4416
Conversation
@Mergifyio update |
I'm updating this PR to clear most of the test failures, the remaining one is: |
✅ Branch has been successfully updated |
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.
Failed due to quota issues, retrying
This looks good, but I'm bit confused by the intention. |
Ah I think I get it, mergify picked up this to merge so I'm assuming we're allowing that test to fail. I wish GitHub would show those tests (which are allowed to fail) differently somehow... |
I would love a ℹ️ icon or something, something that is more neutral than ❌ |
Yep, the intention is to fix 1 of the 2 failures. Unfortunately we can't disable the failing tests using the GitHub actions view, because they are all in the same workflow file. |
Motivation
In PR #4303, we required cached lightwalletd state for the send transaction test.
But that state is currently unreliable.
Depends-On: #4411
Solution
Review
Anyone can review this PR, it's a high priority because it fixes a CI failure.
We expect the update lightwalletd sync test to fail, that's ticket #4415.
Reviewer Checklist
Follow Up Tasks
Revert this PR once #4415 is implemented.