You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context("Ingress Controller is crashing", func() {
268
+
PContext("Ingress Controller is crashing", func() {
154
269
It("it 0", func() {
155
270
Ω(true).Should(BeTrue())
156
271
})
157
272
})
158
273
159
-
Context("Regression Tests", func() {
160
-
It("Under large-scale HTTPRoute, some HTTPRoute resources are abnormal, which cannot affect the synchronization efficient of other resources", func() {})
274
+
PContext("Regression Tests", func() {
275
+
// Under large-scale HTTPRoute, some HTTPRoute resources are abnormal, which cannot affect the synchronization
276
+
// efficient of other resources
277
+
It("", func() {})
161
278
162
-
It("Under large-scale CRDs, some CRDs resources are abnormal, which cannot affect the synchronization efficient of other resources", func() {})
279
+
// Under large-scale CRDs, some CRDs resources are abnormal, which cannot affect the synchronization efficient
280
+
// of other resources
281
+
It("", func() {})
163
282
164
-
It("When a large number of CRDs are applied concurrently, the processing capacity of IngressController is linear (≤O(n), n is the number of resources applied simultaneously)", func() {})
283
+
// When a large number of CRDs are applied concurrently, the processing capacity of IngressController is linear
284
+
// (≤O(n), n is the number of resources applied simultaneously)
285
+
It("", func() {})
165
286
166
-
It("Under large-scale CRDs, some CRDs are added/deleted/modified concurrently, and the processing capacity of IngressController has no obvious relationship with the number of existing CRDs", func() {})
287
+
// Under large-scale CRDs, some CRDs are added/deleted/modified concurrently, and the processing capacity of
288
+
// IngressController has no obvious relationship with the number of existing CRDs
289
+
It("", func() {})
167
290
168
-
It("When IngressController is unexpectedly unavailable, it does not affect the existing configuration of the data plane", func() {})
291
+
// When IngressController is unexpectedly unavailable, it does not affect the existing configuration of the
0 commit comments