Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

RedisAscoltatore tests blocks without hiredis #42

Closed
mcollina opened this issue Mar 1, 2013 · 0 comments
Closed

RedisAscoltatore tests blocks without hiredis #42

mcollina opened this issue Mar 1, 2013 · 0 comments
Labels

Comments

@mcollina
Copy link
Collaborator

mcollina commented Mar 1, 2013

They just hangs.

From travis:

2875․  ascoltatori:memory closed +0ms
2876  mocha:runner run suite function RedisAscoltatore(opts) {
2877  AbstractAscoltatore.call(this);
2878
2879  this._ready_sub = false;
2880  this._ready_pub = false;
2881  this._opts = opts || {};
2882  this._opts.redis = this._opts.redis || require("redis");
2883
2884  this._ascoltatore = new MemoryAscoltatore();
2885  this._startSub();
2886  this._startPub();
2887
2888  this._subs_counter = new SubsCounter();
2889  this._ascoltatore.on("newTopic", this.emit.bind(this, "newTopic"));
2890} wrapping uncaughtException +81ms
2891  ascoltatori:redis connecting to undefined:undefined +0ms
2892  ascoltatori:redis selected database undefined +1ms
2893  ascoltatori:redis connecting to undefined:undefined +0ms
2894  ascoltatori:redis selected database undefined +0ms
2895  ascoltatori:redis closed +0ms
2896  ascoltatori:redis created pub connection +0ms
2897  ascoltatori:redis created sub connection +1ms
2898  ascoltatori:memory registered domain +2ms
2899  ascoltatori:memory registered new subscriber for topic throw +1ms
2900  ascoltatori:memory new topic: throw +0ms
2901  ascoltatori:redis registered new subscriber for topic throw +1ms
2902  ascoltatori:redis new message published to throw +0ms
2903  ascoltatori:redis new message received for topic throw +0ms
2904  ascoltatori:memory new message published to throw +0ms
2905․
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant