Skip to content

Commit

Permalink
test: Bump migrate-svc-test image
Browse files Browse the repository at this point in the history
In the new version [1], the client sends a request to the server every
0.5s over the long-lived connection, and it expects a reply from the
server in 1s. The change can help to catch intermittent connection
failures during Cilium upgrades.

[1]: cilium/test-connection-disruption@edc628b

Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb authored and nebril committed Nov 17, 2020
1 parent 7dc5a57 commit 7ffff79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/k8sT/manifests/migrate-svc-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ spec:
spec:
containers:
- name: server
image: docker.io/cilium/migrate-svc-test:v0.0.1
image: docker.io/cilium/migrate-svc-test:v0.0.2
imagePullPolicy: IfNotPresent
command: [ "/client", "migrate-svc.default.svc.cluster.local.:8000" ]
2 changes: 1 addition & 1 deletion test/k8sT/manifests/migrate-svc-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ spec:
spec:
containers:
- name: server
image: docker.io/cilium/migrate-svc-test:v0.0.1
image: docker.io/cilium/migrate-svc-test:v0.0.2
imagePullPolicy: IfNotPresent
command: [ "/server", "8000" ]

0 comments on commit 7ffff79

Please sign in to comment.