k6
k6 copied to clipboard
Feature/grpc healthcheck
trafficstars
What?
Add a healthcheck method to gRPC JS client.
Why?
Remove invoke boilerplate as specified in #3428
Checklist
- [ ] I have performed a self-review of my code.
- [ ] I have commented on my code, particularly in hard-to-understand areas.
- [ ] I have added tests for my changes.
- [ ] I have run linter and tests locally (
make check) and all pass.
Related PR(s)/Issue(s)
Closes #3428
Hello 👋
I would like some feedback on the changes related to issue #3428. Please let me know if I'm going in the wrong direction.
Cheers !
Thanks for the review @codebien 👍 I'll address the js test concerns asap !
I've added the JS client tests.
I was unsure whether i should put the healthcheck server on the HTTPMultiBin struct or not 🤔
@tbourrely can you rebase and resolve the conflicts, please?