Skip to content

Commit

Permalink
chore: validate etcd conf strictly (apache#7245)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <spacewanderlzx@gmail.com>

(cherry picked from commit fc0dc15)
  • Loading branch information
tzssangglass committed Sep 23, 2022
1 parent ae8bbb0 commit 54f0707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/chaos/killetcd/killetcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var _ = ginkgo.Describe("Test Get Success When Etcd Got Killed", func() {

errorLog, err := utils.Log(apisixPod, cliSet.KubeCli, timeStart)
gomega.Expect(err).To(gomega.BeNil())
gomega.Ω(errorLog).Should(gomega.ContainSubstring("invalid response code: 502"))
gomega.Ω(errorLog).Should(gomega.ContainSubstring("no healthy etcd endpoint available"))
})

ginkgo.It("ingress bandwidth per second not change much", func() {
Expand Down

0 comments on commit 54f0707

Please sign in to comment.