Skip to content

Commit e1c23de

Browse files
committed
Ingress Controller is crashing
1 parent 10ce4bc commit e1c23de

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/long_term_stability/spec_subjects/spec_subjects.go

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,13 @@ spec:
267267

268268
PContext("Ingress Controller is crashing", func() {
269269
It("it 0", func() {
270-
Ω(true).Should(BeTrue())
270+
for i := 0; i < 5; i++ {
271+
go s.RestartAPISIXDeploy()
272+
time.Sleep(2 * time.Minute)
273+
}
274+
275+
err := s.DownloadLocustReport(fmt.Sprintf("%02d_ingress_controller_is_creshing", it))
276+
Expect(err).NotTo(HaveOccurred(), "getting locust report")
271277
})
272278
})
273279

0 commit comments

Comments
 (0)