We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug First noticed in #17653 :
Integration Selenium: https://github.com/galaxyproject/galaxy/actions/runs/8224077107/job/22487575262 Selenium: https://github.com/galaxyproject/galaxy/actions/runs/8224077110/job/22487574093 ToolShed: https://github.com/galaxyproject/galaxy/actions/runs/8224077095
It looks like some thread hangs when we shutdown the test server.
I have bisected the changes between uvicorn 0.27.1 and 0.28.0, which pointed to encode/uvicorn@1e5f1be as the commit introducing the issue.
Galaxy Version and/or server at which you observed the bug Galaxy Version: dev
To Reproduce Steps to reproduce the behavior:
lib/galaxy/dependencies/pinned-requirements.txt
TOOL_SHED_API_VERSION=v1 TOOL_SHED_TEST_BROWSER=twill ./run_tests.sh -toolshed lib/tool_shed/test/functional/test_0000_basic_repository_features.py
Expected behavior Test suites succeed and exit.
The text was updated successfully, but these errors were encountered:
This will likely be fixed by encode/uvicorn#2276 .
Sorry, something went wrong.
Disallow uvicorn 0.28.0
9bbd91d
due to galaxyproject#17669 . Disallow also pydantic 2.6.4 .
Fixed in uvicorn 0.29.0 .
mvdbeek
No branches or pull requests
Describe the bug
First noticed in #17653 :
Integration Selenium: https://github.com/galaxyproject/galaxy/actions/runs/8224077107/job/22487575262
Selenium: https://github.com/galaxyproject/galaxy/actions/runs/8224077110/job/22487574093
ToolShed: https://github.com/galaxyproject/galaxy/actions/runs/8224077095
It looks like some thread hangs when we shutdown the test server.
I have bisected the changes between uvicorn 0.27.1 and 0.28.0, which pointed to encode/uvicorn@1e5f1be as the commit introducing the issue.
Galaxy Version and/or server at which you observed the bug
Galaxy Version: dev
To Reproduce
Steps to reproduce the behavior:
lib/galaxy/dependencies/pinned-requirements.txt
TOOL_SHED_API_VERSION=v1 TOOL_SHED_TEST_BROWSER=twill ./run_tests.sh -toolshed lib/tool_shed/test/functional/test_0000_basic_repository_features.py
(similarly for Selenium and Integration Selenium tests)Expected behavior
Test suites succeed and exit.
The text was updated successfully, but these errors were encountered: