-
-
Notifications
You must be signed in to change notification settings - Fork 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
OSX Teamcity tests leave nc
process running
#3496
Comments
This appears to be in
I'm not 100% sure, but i don't believe processes necessarily get killed if their input process dies. |
Might need |
@lgierth i don't think that would do it. The problem is that the |
cc @chriscool and @Kubuxu |
we can have test after it that always kills it. but apart from that we should have teamcity run some sort of containers (docker, lxc, lxd, manual cgroups, whatever I don't care), and scrap the whole container after test is done. |
@Kubuxu Yeah, we should be. But i'm not aware of any containerization stuff that works on OSX. I read that docker supports osx 'natively' but i'm not sure whether or not that means the OS inside the container will still be osx. |
I would suggest killing the process explicitly like this:
|
This might be also general solution for those sorts of problems:
|
The OSX teamcity tests will occasionally all start failling because some test run failed to clean up a netcat listener (on port 5005 I think). We should figure out where/why this is happening and fix it.
The text was updated successfully, but these errors were encountered: