Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: add VSR gRPC WAF tests #2262

Merged
merged 1 commit into from Dec 10, 2021
Merged

tests: add VSR gRPC WAF tests #2262

merged 1 commit into from Dec 10, 2021

Conversation

ciarams87
Copy link
Member

Proposed changes

Add VSR gRPC WAF tests. Uses case insensitive regex for the subroute as we can't set capitals in subdomains (throws a validation error - see https://pkg.go.dev/k8s.io/apimachinery@v0.22.4/pkg/util/validation#IsDNS1123Subdomain) but the gRPC client sends a request to "helloworld.Greeter/SayHello".

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto master
  • I will ensure my PR is targeting the master branch and pulling from my branch from my own fork

@ciarams87
Copy link
Member Author

Note - the AP tests are failing with known failures outside of this PR - the tests introduced by this commit can be seen passing here: https://gitlab.com/f5/nginx/kic/kubernetes-ingress/-/jobs/1868639225#L4814

@ciarams87 ciarams87 merged commit ac14863 into master Dec 10, 2021
@ciarams87 ciarams87 deleted the add-grpc-vsr-tests branch December 10, 2021 15:00
@lucacome lucacome added the tests Pull requests that update tests label Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Pull requests that update tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants