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
logrus.Infof("%s was found to fall into the allowed time range %+v, ignoring pathological event as we expect these during NoExecuteTaintManager test", event, r)
// This is ignored because the node is tainted by test
580
+
name: "ignore TopologyAwareHintsDisabled before dns container ready",
581
+
intervals: []monitorapi.Interval{
582
+
{
583
+
Condition: monitorapi.Condition{
584
+
Level: monitorapi.Info,
585
+
StructuredLocator: monitorapi.Locator{
586
+
Type: monitorapi.LocatorTypeE2ETest,
587
+
Keys: map[monitorapi.LocatorKey]string{
588
+
monitorapi.LocatorE2ETestKey: "[sig-node] NoExecuteTaintManager Single Pod [Serial] doesn't evict pod with tolerations from tainted nodes [Skipped:SingleReplicaTopology] [Suite:openshift/conformance/serial] [Suite:k8s]",
Message: "pathological/true reason/TopologyAwareHintsDisabled Unable to allocate minimum required endpoints to each zone without exceeding overload threshold (5 endpoints, 3 zones), addressType: IPv4 (23 times)",
// This is not ignored because there is no dns ready following
656
+
name: "fire TopologyAwareHintsDisabled when there is no dns container ready",
657
+
intervals: []monitorapi.Interval{
658
+
{
659
+
Condition: monitorapi.Condition{
660
+
Level: monitorapi.Info,
661
+
StructuredLocator: monitorapi.Locator{
662
+
Type: monitorapi.LocatorTypeE2ETest,
663
+
Keys: map[monitorapi.LocatorKey]string{
664
+
monitorapi.LocatorE2ETestKey: "[sig-node] NoExecuteTaintManager Single Pod [Serial] doesn't evict pod with tolerations from tainted nodes [Skipped:SingleReplicaTopology] [Suite:openshift/conformance/serial] [Suite:k8s]",
Message: "pathological/true reason/TopologyAwareHintsDisabled Unable to allocate minimum required endpoints to each zone without exceeding overload threshold (5 endpoints, 3 zones), addressType: IPv4 (23 times)",
700
+
},
701
+
From: from.Add(11*time.Minute),
702
+
To: to.Add(12*time.Minute),
703
+
},
704
+
},
705
+
namespace: "openshift-dns",
706
+
expectedMessage: "1 events happened too frequently\n\nevent happened 23 times, something is wrong: ns/openshift-dns service/dns-default hmsg/ade328ddf3 - pathological/true reason/TopologyAwareHintsDisabled Unable to allocate minimum required endpoints to each zone without exceeding overload threshold (5 endpoints, 3 zones), addressType: IPv4 From: 04:11:00Z To: 04:12:00Z result=reject ",
0 commit comments