You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: