ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
46 stars 27 forks source link

Flaky tests/public-api/test_solvers_jobs_api.py::test_run_job[FAILED] #3569

Closed pcrespov closed 1 year ago

pcrespov commented 2 years ago

FAILED tests/public-api/test_solvers_jobs_api.py::test_run_job[FAILED] - osparc.exceptions.ApiException: (404)

example

pcrespov commented 2 years ago

The error is a Not Found!?

FAILED tests/public-api/test_solvers_jobs_api.py::test_run_job[FAILED] - osparc.exceptions.ApiException: (404)
Reason: Not Found
HTTP response headers: HTTPHeaderDict({'date': 'Wed, 16 Nov 2022 08:03:28 GMT', 'server': 'uvicorn', 'content-length': '24', 'content-type': 'application/json'})
HTTP response body: {"errors":["Not Found"]}

These are the logs of api-server. Client seems to be sending GET /v0/solvers/simcore/*/jobs/*/outputs/**None**!!

[uvicorn.access:send(440)]  -  10.0.0.2:40864 - "GET /v0/solvers/simcore/services/comp/itis/sleeper/releases/2.1.1/jobs/0d363446-23bd-4ce0-915b-ea17cf593bfc/outputs/logfile HTTP/1.1" 307
[uvicorn.access:send(440)]  -  10.0.0.2:40864 - "GET /v0/solvers/simcore/services/comp/itis/sleeper/releases/2.1.1/jobs/0d363446-23bd-4ce0-915b-ea17cf593bfc/outputs/None HTTP/1.1" 404
pcrespov commented 1 year ago

It still happens even after repetitions... i

GitHK commented 1 year ago

latest run with this issue https://github.com/ITISFoundation/osparc-simcore/actions/runs/4890752382/jobs/8730721666?pr=4195

pcrespov commented 1 year ago