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

feat: add full compare when ingress startup #680

Merged
merged 15 commits into from
Sep 24, 2021
Prev Previous commit
Next Next commit
Prolong waiting time
  • Loading branch information
gxthrj committed Sep 15, 2021
commit dd330a7275451728c77ff9022993098d22cf5ba2
2 changes: 1 addition & 1 deletion test/e2e/ingress/compare.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
assert.Nil(ginkgo.GinkgoT(), s.RemoveResourceByString(apisixRoute))
// scale Ingres Controller --replicas=1
assert.Nil(ginkgo.GinkgoT(), s.ScaleIngressController(1), "scaling ingress controller instances = 1")
time.Sleep(10 * time.Second)
time.Sleep(15 * time.Second)
routes, err := s.ListApisixRoutes()
assert.Nil(ginkgo.GinkgoT(), err, "list routes error")
assert.Len(ginkgo.GinkgoT(), routes, 0, "route should be removed")
Expand Down