-
Notifications
You must be signed in to change notification settings - Fork 107
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
T3. add(test): check for failure messages in lightwalletd and Zebra logs #3903
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
teor2345
added
P-Medium ⚡
C-testing
Category: These are tests
A-rpc
Area: Remote Procedure Call interfaces
lightwalletd
any work associated with lightwalletd
labels
Mar 18, 2022
teor2345
force-pushed
the
test-log-failure-regex
branch
from
March 18, 2022 09:09
7cc555f
to
3e2cddf
Compare
teor2345
force-pushed
the
check-lightwalled-failures
branch
from
March 18, 2022 09:09
4f84779
to
5b56eb7
Compare
And add generic conversions to regexes.
This reverts commit 2af3008.
It would be easy to disable these panics, and never realise.
And document some edge cases we don't handle yet
And check the actual command we're using to see if it errors.
teor2345
force-pushed
the
test-log-failure-regex
branch
from
March 20, 2022 21:40
3e2cddf
to
fcfc61e
Compare
teor2345
force-pushed
the
check-lightwalled-failures
branch
from
March 20, 2022 21:41
5da202f
to
cec838b
Compare
dconnolly
approved these changes
Mar 21, 2022
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.
LGTM!
teor2345
force-pushed
the
test-log-failure-regex
branch
from
March 22, 2022 20:37
fcfc61e
to
543db25
Compare
27 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-rpc
Area: Remote Procedure Call interfaces
C-testing
Category: These are tests
lightwalletd
any work associated with lightwalletd
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
We want to check lightwalletd logs and Zebra logs for failures like:
This PR checks
lightwalletd
andzebrad
test logs for failure messages.This is related to:
Solution
lightwalletd
,zebrad
, and any processReview
This PR isn't urgent, but it might need changes when we add new RPCs.
(Or it might find bugs in new RPCs.)
This PR is based on PR #3899.
Reviewer Checklist
Follow Up Work
Keep the failure lists up-to-date as we add new RPCs.