bisakhmondal opened a new pull request #5299: URL: https://github.com/apache/apisix/pull/5299
### What this PR does / why we need it: At present test nginx doesn't have a grpc client. That's why we were using an approach to test the gRPC proxy through a shell script with grpcurl. This pr tries to migrate the shell script to a traditional .t file for testing that is more consistent with the codebase with the help of `ngx.pipe`. requires: https://github.com/api7/grpc_server_example/pull/13 ### Pre-submission checklist: * [ ] Did you explain what problem does this PR solve? Or what new features have been added? * [ ] Have you added corresponding test cases? * [ ] Have you modified the corresponding document? * [ ] Is this PR backward compatible? **If it is not backward compatible, please discuss on the [mailing list](https://github.com/apache/apisix/tree/master#community) first** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
