Skip to content
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

Firefox selenium is broken when using VNC on Mac #50

Closed
danpoltawski opened this issue Sep 15, 2017 · 3 comments
Closed

Firefox selenium is broken when using VNC on Mac #50

danpoltawski opened this issue Sep 15, 2017 · 3 comments

Comments

@danpoltawski
Copy link
Contributor

danpoltawski commented Sep 15, 2017

If you set MOODLE_DOCKER_SELENIUM_VNC_PORT (and thus we use the -debug selenium image) the selenium image dies on startup:

export MOODLE_DOCKER_DB=pgsql
export MOODLE_DOCKER_SELENIUM_VNC_PORT=5900
export MOODLE_DOCKER_WWWROOT=/Users/danp/moodles/dockertest/moodle
export SUITE=behat
./tests/setup.sh
./bin/moodle-docker-compose logs selenium
Attaching to moodledocker_selenium_1
selenium_1   | -bash: 169.254/16: No such file or directory
selenium_1   | Waiting xvfb...
selenium_1   | Waiting xvfb...
selenium_1   | Waiting xvfb...
selenium_1   | Waiting xvfb...
selenium_1   | Waiting xvfb...
selenium_1   | Waiting xvfb...
selenium_1   | Waiting xvfb...
selenium_1   | Waiting xvfb...
selenium_1   | Waiting xvfb...
selenium_1   | Waiting xvfb...
@danpoltawski
Copy link
Contributor Author

@danpoltawski danpoltawski changed the title Firefox selenium is broken when using VNC Firefox selenium is broken when using VNC on Mac Sep 18, 2017
@danpoltawski
Copy link
Contributor Author

Updated the summary here because my testing on linux shows this seems to be a mac platform-specific issue.

@abias
Copy link
Contributor

abias commented Sep 19, 2017

Awesome! Now this is working on Docker for Mac. Thank you, Dan, for fixing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants