-
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
tests(rpc): Add grpc test for GetTaddressBalanceStream
and GetAddressUtxosStream
#4407
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.
This looks good, but it's not in CI yet (that's ticket #4168).
How did you test it?
This was tested locally, similar to how all the other grpc tests were done. Ill try to make #4168 |
We're getting reports of some parsing failures in the gRPC tests, but we're not exactly sure why. I think having them in CI would be good, but I don't want to block this PR on that. |
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.
Thanks, let's get this merged, and fix any bugs that come up in CI later.
@oxarbitrage you might want to talk to @gustavovalverde about CI tests, because we are currently working on cached state fixes. So #4168 might be blocked. |
Motivation
We skipped a few grpc tests that had streams involved. This PR add tests for
GetTaddressBalanceStream
andGetAddressUtxosStream
.Close #4362
Solution
Add simple grpc tests for
GetTaddressBalanceStream
andGetAddressUtxosStream
.Review
Anyone can review.
Reviewer Checklist