-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Hang in unit test test_async.py::test_versions #379
Comments
Sorry to hear you are having trouble. My guess is that you have not installed the test dependencies with It looks like this is fixed in Could you give that a go and let me know how you get on? |
@jacobtomlinson Thank you for the quick response. I did as you requested:
Unfortunately, no change in symptoms when I run
Any thoughts on this issue: kubernetes-sigs/kind#2240? The symptoms described appear to be the same as what I see in the log message for |
If you already have In the issue you linked the last comment mentions that this is fixed in kind |
Got it...ran
No change in behavior
If it helps, here is the docker image that is downloaded when the
|
I forgot to mention that before running |
Hrm ok it looks like you have the right |
I assume you mean this command
It appears, I do not have the correct version of Is there a config parameter that I'm missing? |
And just to confirm...here is
|
Yup so that's the problem. Can you delete the binary and try again? |
Before the last run I reported, I What I showed above is after the deletion. It looks like |
Strange because it definitely should be pulling down https://codeberg.org/hjacobs/pytest-kind/src/branch/main/pytest_kind/cluster.py#L18 |
@jacobtomlinson Thank you very much for you help. I am now able to run the unit test. It looks like my conda environment was broken. After deleting and recreating the conda environment and installing the requirements.txt and requirements-test.txt dependencies, the pytest tests now run. Here is the pytest summary line
Since I can run the unit tests, I'm closing this issue. Thank you again for your help. |
What happened:
Attempted to run the
dask-kubernetes
unit test suite. The test suite appears to hang in the first test case:dask_kubernetes/tests/test_async.py::test_versions
What you expected to happen:
I expected to see all 67 test cases run w/o issue.
Minimal Complete Verifiable Example:
I was able to create the hang condition with this command from the project's root directory:
Anything else we need to know?:
I captured the following log output.
pytest
innovcationThe
pytest
output stops at the above line.Display status of the
kind
cluster withkubectl get all -A
commandlog file from the crashed
pod/kube-proxy-m8rp8
Searching on the error message led to this issue: kubernetes-sigs/kind#2240
Environment:
main
branch.The text was updated successfully, but these errors were encountered: