-
Notifications
You must be signed in to change notification settings - Fork 714
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
Docker conflict with fitnesse Wiki #1304
Comments
What container are you starting, which ports does it expose? Or doesn't that matter (e.g. just running |
yes any container without any port exposed, I just ran docker run --rm -it alpine /bin/sh, or create any network: docker create my-net (without ip colision ...) reproduced on two computers (maybe worth mentioning we are working in citrix vm) |
I just tried with the hello world, it's also the case |
Very strange, no idea what would be causing this. Do you run Firefox on the same machine as FitNesse? Does a remote client experience the same problem? |
yes Firefox is on the same machine as FitNesse. I had no luck to try a remote client for now. |
I was able to reproduce this on a blank ubuntu VM. You don't need any fixture, just take the fitnesse jar, create a new test page, run the test in remote debug and create docker container on the same host. two or three seconds later, the fitnesse page stop loading. |
Do someone has an idea about what is causing this ? I can help fix it but I have zero knowledge about fitnesse frontend ! |
I cannot reproduce this on Windows... Steps taken:
No irregular behaviour was observed. Also tried with a test in remote debug mode, same result: test doesn't abort. Could it be related to (or have the same root cause as) #1283? That also seems to happen on linux only and also results in a 'broken pipe' error |
Well, docker on Windows run in hyperV so I would expect the Daemon to be isolated on a network point of view. |
Could be something along those lines.. I'm using the WSL2 engine, not hyper-v. Also tried reproducing using the following setup:
Also unable to reproduce. |
Ok I just try on Chrome and it is working so this is also Firefox only. |
Describe the bug
Running a docker command (docker run, docker network create) break fitnesse wiki connection if it is running on the same host (outside docker).
To Reproduce
Stack Trace
If applicable, add a stack trace of the error.
Configuration:
Additional context
This does not seems to be a conflict with the docker sdk as it also happens when using docker cli outside of the test.
Also I tried to open a netcat connection on the same host and create a container while it was open and it does not broke it.
The text was updated successfully, but these errors were encountered: