Skip to content
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

Increase blocking timeout to harden the blocking pop test case #1128

Merged
merged 1 commit into from
Nov 26, 2022
Merged

Increase blocking timeout to harden the blocking pop test case #1128

merged 1 commit into from
Nov 26, 2022

Commits on Nov 19, 2022

  1. Increase blocking timeout to harden the blocking pop test case

    Currently, the blocking pop with the empty argument may fail if
    took long time(more than 1s) to execute the RPUSH command, then
    the previous brpop command would get the empty bulk string(`$-1\r\n`)
    instead of the element array.
    git-hulk committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    524c2c5 View commit details
    Browse the repository at this point in the history