Merging upstream version 1.12.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d6445459ac
commit
7865f9a813
20 changed files with 536 additions and 80 deletions
|
@ -61,6 +61,7 @@ def test_hello_command_is_not_supported(cli):
|
|||
cli.expect("IRedis currently not support RESP3")
|
||||
|
||||
|
||||
@pytest.mark.xfail(reason="unstable, maybe due to github action's signal handling")
|
||||
def test_abort_reading_connection(cli):
|
||||
cli.sendline("blpop mylist 30")
|
||||
cli.send(chr(3))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue