test-framework
test-framework copied to clipboard
Assert gRPC calls
This is one of the two additions we've done to the framework: support asserting on gRPC calls Follow up would be reading properties: https://github.com/Kuadrant/wasm-test-framework/pull/1
Ugh 🤦 I should test the stuff I cherry-pick from another branch... brb
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 https://github.com/proxy-wasm/proxy-wasm-rust-sdk/pull/248.
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!
@PiotrSikora thanks to @eguzki I think this has it all now, or do we miss anything?
I would also add https://github.com/Kuadrant/wasm-test-framework/pull/6, as it supports assert on GRPC call errors and breaks backward compat regarding the API introduced in this PR.