Skip to content

Test does not run without modifying the redis_utils.js #364

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

Open
drzhouq opened this issue Sep 21, 2016 · 2 comments
Open

Test does not run without modifying the redis_utils.js #364

drzhouq opened this issue Sep 21, 2016 · 2 comments

Comments

@drzhouq
Copy link

drzhouq commented Sep 21, 2016

tried to run npm test or make check and got error : Cannot read property 'redis_host' of undefined

added "require("../helper");" to the redis_utils solved the problem.

Please check whether this is the case.

@rochoa
Copy link
Contributor

rochoa commented Oct 11, 2016

Hi @drzhouq,

Is it happening yet? Your fix makes sense, it was probably happening due suite execution order, where a suite was not including the helper to setup the environment accordingly.

@drzhouq
Copy link
Author

drzhouq commented Oct 11, 2016

Hi @rochoa,
I didn't create a pull request (blame my laziness or not exactly sure how the execution order). I will let you handle this. :-)

-John

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