Skip to content

Commit 2284456

Browse files
committed
Debugging snippets filter functional test
1 parent 95379ec commit 2284456

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/suite/snippets_filter_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ func waitForHTTPRouteToHaveGatewayNotProgrammedCond(httpRouteNsName types.Namesp
260260
500*time.Millisecond,
261261
true, /* poll immediately */
262262
func(ctx context.Context) (bool, error) {
263+
fmt.Println("we are polling ")
263264
var hr v1.HTTPRoute
264265
var err error
265266

@@ -311,6 +312,7 @@ func waitForSnippetsFilterToBeAccepted(snippetsFilterNsNames types.NamespacedNam
311312
500*time.Millisecond,
312313
true, /* poll immediately */
313314
func(ctx context.Context) (bool, error) {
315+
fmt.Println("we are polling ")
314316
var sf ngfAPI.SnippetsFilter
315317
var err error
316318

0 commit comments

Comments
 (0)