You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
**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
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
the sidecar log shows a failure
**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
The text was updated successfully, but these errors were encountered: