Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/extended/idling/idling.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func tryEchoHTTP(svc *kapiv1.Service, execPod *kapiv1.Pod) error {
}

expected := "It is time to TCP."
cmd := fmt.Sprintf("curl --max-time 120 -s -g http://%s/echo?msg=%s",
cmd := fmt.Sprintf("curl --retry-max-time 120 --retry-connrefused --retry 20 --max-time 5 -s -g http://%s/echo?msg=%s",
net.JoinHostPort(rawIP, tcpPort),
url.QueryEscape(expected),
)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions test/extended/util/annotate/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ var (
// https://bugzilla.redhat.com/show_bug.cgi?id=1996128
`\[sig-network\] \[Feature:IPv6DualStack\] should have ipv4 and ipv6 node podCIDRs`,

// https://bugzilla.redhat.com/show_bug.cgi?id=2004074
`\[sig-network-edge\]\[Feature:Idling\] Unidling should work with TCP \(while idling\)`,

// https://bugzilla.redhat.com/show_bug.cgi?id=2070929
`\[sig-network\]\[Feature:EgressIP\]\[apigroup:config.openshift.io\] \[internal-targets\]`,

Expand Down Expand Up @@ -302,10 +299,6 @@ var (

// ovn-kubernetes does not support named ports
`NetworkPolicy.*named port`,

// https://bugzilla.redhat.com/show_bug.cgi?id=1989169: unidling tests are flaky under ovn-kubernetes
`Unidling should work with TCP`,
`Unidling should handle many TCP connections`,
},
"[Skipped:ibmroks]": {
// skip Gluster tests (not supported on ROKS worker nodes)
Expand Down