Skip to content

Commit 1ec8531

Browse files
committed
Make early request monitor test informing
Early requests have been occurring and have been uncaught due to an event emission error in KAS. Making it informing here (for now) allows us to keep collecting data on it but not block the event emission fix on an actual early request fix (both of which need to happen).
1 parent b717a65 commit 1ec8531

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/extended/apiserver/graceful_termination.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111

1212
g "github.com/onsi/ginkgo/v2"
1313
o "github.com/onsi/gomega"
14+
ote "github.com/openshift-eng/openshift-tests-extension/pkg/ginkgo"
1415

1516
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1617
"k8s.io/client-go/kubernetes"
@@ -151,7 +152,7 @@ var _ = g.Describe("[sig-api-machinery][Feature:APIServer][Late]", func() {
151152
}
152153
})
153154

154-
g.It("API LBs follow /readyz of kube-apiserver and don't send request early", func() {
155+
g.It("API LBs follow /readyz of kube-apiserver and don't send request early", ote.Informing(), func() {
155156
t := g.GinkgoT()
156157

157158
client, err := kubernetes.NewForConfig(oc.AdminConfig())

0 commit comments

Comments
 (0)