Skip to content

Commit

Permalink
chore(backport): fix conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com>
  • Loading branch information
Automaat committed Oct 9, 2024
1 parent 30aafd9 commit d84a60c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/e2e_env/universal/trafficroute/traffic_route.go
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ tags:
kuma.io/protocol: http
`, esHttpHostPort)))).To(Succeed())

<<<<<<< HEAD
Eventually(func() (map[string]int, error) {
return client.CollectResponsesByInstance(universal.Cluster, "demo-client", "test-server.mesh")
}, "30s", "500ms").Should(
Expand All @@ -708,18 +707,6 @@ tags:
HaveKey(Equal(`route-es-http`)),
),
)
=======
// Check and retry until the config got propagated to the client
Eventually(func() ([]server_types.EchoResponse, error) {
return client.CollectResponses(universal.Cluster, "demo-client", "test-server.mesh/i-am-here")
}, "1m", "500ms").MustPassRepeatedly(5).Should(HaveEach(HaveField("Received.Headers", HaveKeyWithValue("X-I-Am-Here", []string{"route-internal-external"}))))

Expect(client.CollectResponsesByInstance(universal.Cluster, "demo-client", "test-server.mesh", client.WithNumberOfRequests(100))).
Should(And(
HaveKeyWithValue("echo-v1", BeNumerically("~", 50, 25)),
HaveKeyWithValue("route-es-http", BeNumerically("~", 50, 25)),
))
>>>>>>> 32f87a14f (test(lb): loosen up assertion lb weights (#11720))
})
})
}

0 comments on commit d84a60c

Please sign in to comment.