Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Wait for IPCache entries in testSessionAffinity #11771

Merged
merged 1 commit into from May 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/k8sT/Services.go
Expand Up @@ -861,7 +861,7 @@ var _ = Describe("K8sServicesTest", func() {
// in the vxlan mode (the tailcall IPV4_NODEPORT_NAT body won't pass
// the request to the encap routines, and instead it will be dropped
// due to failing fib_lookup).
if fromOutside && vxlan {
if vxlan {
podIPs, err := kubectl.GetPodsIPs(helpers.DefaultNamespace, testDS)
ExpectWithOffset(1, err).Should(BeNil(), "Cannot get pod IP addrs for -l %s pods", testDS)
for _, ipAddr := range podIPs {
Expand Down