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
Debian is underdoing migration to libevent 2.1.x. With this library running pubsub test takes forever (progress stops on 2%):
make[2]: Entering directory '/build/webdis-0.1.4+dfsg'
python tests/basic.py
......................
----------------------------------------------------------------------
Ran 22 tests in 0.805s
OK
python tests/limits.py
..
----------------------------------------------------------------------
Ran 2 tests in 1.915s
OK
./tests/pubsub -p 39805
2 %
E: Build killed with signal TERM after 150 minutes of inactivity
I have tested both webdis and pubsub binaries compiled with old and new libevent library and found that the issue lies in the pubsub test rather than in webdis (the webdis binary compiled with libevent 2.1.x works fine with pubsub binary compiled with old libevent library). Unfortunately I'm not familiar neither with libevent nor with programming in C to fix this.
The text was updated successfully, but these errors were encountered:
blackjack
pushed a commit
to blackjack/webdis
that referenced
this issue
Aug 25, 2018
Hi,
Debian is underdoing migration to libevent 2.1.x. With this library running pubsub test takes forever (progress stops on 2%):
I have tested both webdis and pubsub binaries compiled with old and new libevent library and found that the issue lies in the pubsub test rather than in webdis (the webdis binary compiled with libevent 2.1.x works fine with pubsub binary compiled with old libevent library). Unfortunately I'm not familiar neither with libevent nor with programming in C to fix this.
The text was updated successfully, but these errors were encountered: