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

[acceptance tests] docker logs fetching is wrong with the new container names #4473

Open
JordiSubira opened this issue Mar 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@JordiSubira
Copy link
Contributor

After #4396 the handling of scion prefixes and containers name is different. Scion service containers get started with the following name pattern: scion-<svc_id>-1, where <svc_id> is the service identifier, e.g. br1-ff00_0_1-1. However, when fetching the logs for the acceptance tests (https://github.com/scionproto/scion/blob/master/acceptance/common/docker.py#L61) the issued command is of the following form: docker logs svc_id, rendering the following error in the output dir for logs: Error response from daemon: No such container br1-ff00_0_1-1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant