-
Notifications
You must be signed in to change notification settings - Fork 65
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
Test suite hangs w/ redis 4.0.2 #127
Comments
Here's a verbose output. It looks like its hanging at perl exit() ( which is probably why if I SIGKILL the redis-server instead of the test, the test passes )
|
Amusingly, if you set REDIS_DEBUG=1 ... tests stop failing :( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having trouble packaging Redis 1.991 for downstream, partly because the tests randomly hang without any clear indication of what is going wrong.
The number of tests that run before they start hanging varies semi-randomly, and eventually you're left with a redis-server thread blocking on a futex() call.
An example output looks like:
But if I nuke
t/20*
, then it will probably hang int/30*
, but simply starting over might make how far it progresses different.I haven't yet tested with older redis versions, partly because I'm not actually sure which circumstances replicate the failure yet.
The text was updated successfully, but these errors were encountered: