-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Bug]: test_runtime.py tests fail on mac #2992
Comments
I've asked @SmartManoj to apply a fix since he's got a PR for the same file: Apparently I have to reason again. |
This should be fixed by #2993 - Let's reopen if it didn't |
I have confirmed that the issue is not fixed by #2993... It couldn't be, as github workflows do not affect when you run tests locally. I also think that in general disabling tests is not a great way to fix test errors... |
Ohhh
I guess the real error is probably around the host networking? Let me see if i can push a fix |
@neubig what is your local docker desktop version - i remember only the latest supports host networking If you have time, also feel free to try setting |
Ugh, it seems like the root cause may have been that my docker client was frozen. I just realized this when I tried to open docker to check the version. Let me try to revive it and if it works after that I'll close this issue. |
Hmm, that did not solve the issue. I also updated to the latest docker desktop version (below) and it's still not working.
|
@neubig You'd need to enable that feature as suggested here: https://docs.docker.com/network/drivers/host/#docker-desktop |
Is there an existing issue for the same bug?
Describe the bug
Currently, on the main branch,
test_runtime.py
tests fail on mac. To reproduce:I've attached the full log below, but It seems like the most relevant error is:
which causes the test to time-out?
Current OpenDevin version
Installation and Configuration
Model and Agent
No response
Operating System
MacOS 14.1.2 (23B92)
Reproduction Steps
No response
Logs, Errors, Screenshots, and Additional Context
test_runtime.log
The text was updated successfully, but these errors were encountered: