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

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

Closed
pcrespov opened this issue Nov 16, 2022 · 4 comments · Fixed by #3634, #4205 or #4242
Closed

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

pcrespov opened this issue Nov 16, 2022 · 4 comments · Fixed by #3634, #4205 or #4242
Assignees
Labels
t:maintenance Some planned maintenance work

Comments

@pcrespov
Copy link
Member

pcrespov commented Nov 16, 2022

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

example

@pcrespov
Copy link
Member Author

pcrespov commented Nov 16, 2022

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
Copy link
Member Author

It still happens even after repetitions... i

@pcrespov pcrespov added the t:maintenance Some planned maintenance work label Apr 11, 2023
@pcrespov pcrespov added this to the Jelly Beans milestone Apr 11, 2023
@pcrespov pcrespov modified the milestones: Jelly Beans, PastelDeNata May 4, 2023
@GitHK
Copy link
Contributor

GitHK commented May 5, 2023

@pcrespov
Copy link
Member Author

pcrespov commented May 8, 2023

  • docker logs dump also fails: Unexpected failure while dumping <Container: 59e896e35a8e>.Details 501 Server Error for http+docker://localhost/v1.41/containers/59e896e35a8e75b1cd4a5e6baabdca46f5f8581594936ad05399fbf61cf5075d/logs?stderr=1&stdout=1&timestamps=1&follow=0&tail=1000: Not Implemented ("configured logging driver does not support reading")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment