Skip to content

Sidecar logs error to pull sleepers during tests/integration/computation/test_computation #1187

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

Closed
pcrespov opened this issue Nov 26, 2019 · 2 comments
Assignees
Labels
a:sidecar issue related with the sidecar worker service bug buggy, it does not work as expected

Comments

@pcrespov
Copy link
Member

Steps to reproduce:

  • Run tests/integration/computation/test_computation.py::test_start_pipeline
  • When services/web/server/src/simcore_service_webserver/computation_handlers.py::start_pipeline is called,
    the sidecar log shows a failure

image.png

**I guess the problem is that unsecured access to the registry is not allowed? ** Shall we add a certificate during testing? But, why the fixture allows to push/pull a sleeper test image though?? Is it because
The test succeeds because it does not check errors in the logs of sidecar

@pcrespov pcrespov added a:sidecar issue related with the sidecar worker service bug buggy, it does not work as expected labels Nov 26, 2019
@pcrespov pcrespov added this to the Überwald milestone Nov 26, 2019
@sanderegg
Copy link
Member

this is a known issue and is due to the fact the registry is insecured.

to alleviate this:

  • secure the registry, or
  • set the registry as allowed insecure registry in the /etc/docker/daemon.json

@pcrespov pcrespov removed this from the Überwald milestone Feb 5, 2020
@sanderegg
Copy link
Member

shall we close this @pcrespov ?

@sanderegg sanderegg removed their assignment Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:sidecar issue related with the sidecar worker service bug buggy, it does not work as expected
Projects
None yet
Development

No branches or pull requests

2 participants