-
Notifications
You must be signed in to change notification settings - Fork 13
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
Assert gRPC calls #17
base: main
Are you sure you want to change the base?
Conversation
Ugh 🤦 I should test the stuff I cherry-pick from another branch... brb |
Signed-off-by: Alex Snaps <[email protected]>
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.
Any chance that you could add a simple gRPC example to Proxy-Wasm Rust SDK that would exercise the new code paths?
Yes, we want to test the test framework :)
Yeah. I'll try to find something that avoids pulling things other than basic types tho, to avoid needing protoc - wdyt? |
Definitely! The simpler the better. |
FYI, I've added basic gRPC example in proxy-wasm/proxy-wasm-rust-sdk#248. |
Merged in #23. Could you add coverage for them in this PR? Thanks! |
This is one of the two additions we've done to the framework: support asserting on gRPC calls
Follow up would be reading properties: Kuadrant#1