test-framework
test-framework copied to clipboard
WebAssembly for Proxies (test framework)
Hello, I'm writing an envoy plugin that replaces certain HTTP responses and I'm confused about using `set_http_response_body(start, size, value);` (in the plugin implementation) and `expect_set_buffer_bytes` (in the integration test) A...
Updated wasmtime to the latest release and removed some of the otherwise default features that are actually not needed afaict Some introduce the need for "newer" toolchains (e.g. `wat`) that...
This PR allows proxy_get_header_map_value to return a nullptr in the case that the test author has set an expected value of None for the given header key.
This change allows test writers to understand what expectations were not matched more easily.