AlinsRan commented on code in PR #2065:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/2065#discussion_r1520923708


##########
test/e2e/suite-features/route_match_exprs.go:
##########
@@ -79,6 +79,57 @@ spec:
                        assert.Contains(ginkgo.GinkgoT(), msg, "404 Route Not 
Found")
                })
 
+               ginkgo.It("operator is equal (check with host and port)", 
func() {
+                       backendSvc, backendPorts := s.DefaultHTTPBackend()
+
+                       ar := fmt.Sprintf(`
+apiVersion: apisix.apache.org/v2
+kind: ApisixRoute
+metadata:
+ name: httpbin-route
+spec:
+ http:
+ - name: rule1
+   match:
+     hosts:
+     - httpbin.org

Review Comment:
   Does this use case seem unrelated to PR? What about the port?



-- 
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]

Reply via email to