Skip to content

Commit 1116a9e

Browse files
ramonskieCopilot
andauthored
Update src/integration/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4ff509e commit 1116a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Output:
214214
Download [https://java-buildpack.cloudfoundry.org/openjdk/jammy/x86_64/bellsoft-jre8u452%2B11-linux-amd64.tar.gz]
215215
error: Get "https://java-buildpack.cloudfoundry.org/openjdk/jammy/x86_64/bellsoft-jre8u452%2B11-linux-amd64.tar.gz": dial tcp 104.18.17.211:443: connect: no route to host, retrying in 712.622241ms...
216216
```
217-
Check if the url, for which the issue appears, is accessible from the host machine. If the url appears reachable and can be accessed successfully, check again from within the corresponding switchblade container where the test is run. This can be achieved with `docker exec -it <container_id> /bin/bash` while the container is still up in order to ssh to it and further try for example to issue a `curl` to the url. If the `connect: no route to host` can be reproduced from within the corresponding switchblade container, you can try the following in order to mitigate it:
217+
Check if the url, for which the issue appears, is accessible from the host machine. If the url appears reachable and can be accessed successfully, check again from within the corresponding switchblade container where the test is run. This can be achieved with `docker exec -it <container_id> /bin/bash` while the container is still up in order to access the container interactively and, for example, issue a `curl` to the url from within it. If the `connect: no route to host` can be reproduced from within the corresponding switchblade container, you can try the following in order to mitigate it:
218218
1. Execute `docker network prune` - this will remove any unused networks including `switchblade-internal` bridge networks set while running the integration tests.
219219
2. Execute `sudo systemctl restart docker` - restarting docker.
220220

0 commit comments

Comments
 (0)