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

function addServer depends on how gearmand was started #66

Open
andreiafi opened this issue Feb 1, 2019 · 0 comments
Open

function addServer depends on how gearmand was started #66

andreiafi opened this issue Feb 1, 2019 · 0 comments

Comments

@andreiafi
Copy link

For some configurations running make test fails from test 012.phpt onwards. The problem is with how the gearmand server was started.
Success or failure for addServer() function depends on this.
If it was started as gearmand -d -L localhost -p 4730, then calls addServer(), addServer('127.0.0.1') and addServer('localhost') will work.
However, if it was started as gearmand -d -L 127.0.0.1 -p 4730, then addServer(), addServer('localhost') will fail, and only addServer('127.0.0.1') will work.

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

1 participant