tokers commented on a change in pull request #868:
URL:
https://github.com/apache/apisix-ingress-controller/pull/868#discussion_r817520427
##########
File path: test/e2e/ingress/sanity.go
##########
@@ -186,3 +186,49 @@ var _ = ginkgo.Describe("leader election", func() {
}
})
})
+
+var _ = ginkgo.Describe("stream_routes disabled", func() {
+ opts := &scaffold.Options{
+ Name: "default",
+ Kubeconfig: scaffold.GetKubeconfig(),
+ APISIXConfigPath: "testdata/apisix-stream-disabled.yaml",
+ IngressAPISIXReplicas: 1,
+ HTTPBinServicePort: 80,
+ APISIXRouteVersion: "apisix.apache.org/v2beta3",
+ }
+ s := scaffold.NewScaffold(opts)
+ ginkgo.It("/ip should return your ip", func() {
Review comment:
OK. I suggest adding some comments to explain it as the case doesn't
have any relations with the stream route.
--
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]