This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git.
from 9df6e88 test(wasm): add fault-injection example (#5337)
add 8365171 test: grpc stream proxy test with test nginx (#5319)
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 5 +
.gitmodules | 3 +
ci/centos7-ci.sh | 26 +++--
ci/linux_openresty_common_runner.sh | 68 ++++---------
ci/linux_tengine_runner.sh | 2 +-
t/grpc-proxy-test.sh | 122 ------------------------
t/grpc_server_example | 1 +
t/node/grpc-proxy-mtls.t | 50 +++++++++-
t/node/grpc-proxy-stream.t | 185 ++++++++++++++++++++++++++++++++++++
t/node/grpc-proxy-unary.t | 8 +-
10 files changed, 283 insertions(+), 187 deletions(-)
delete mode 100755 t/grpc-proxy-test.sh
create mode 160000 t/grpc_server_example
create mode 100644 t/node/grpc-proxy-stream.t