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

t/04-pipeline.t failed with Redis 7.0.0 #154

Open
jplesnik opened this issue May 17, 2022 · 3 comments
Open

t/04-pipeline.t failed with Redis 7.0.0 #154

jplesnik opened this issue May 17, 2022 · 3 comments

Comments

@jplesnik
Copy link

The rebuild of perl-Redis in Fedora Rawhide is failing since Redis 7.0.0 is in repository

#   Failed test 'info in pipelined mode'
#   at t/04-pipeline.t line 52.
# Compared $data->[1][0]
#    got : HASH(0x57181aa4)
# expect : undef
# Looks like you failed 1 test of 11.
t/04-pipeline.t .......... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/11 subtests 

Changes in repository when the rebuild started failing
https://koschei.fedoraproject.org/build/12764865

The log could be found on:
https://koschei.fedoraproject.org/package/perl-Redis?

@michal-josef-spacek
Copy link
Contributor

Issue is in support of multiple arguments in info command in redis 7.0.0

Redis 6.2.7
127.0.0.1:6379> info Cluster CPU
ERR syntax error
Redis 7.0.0
127.0.0.1:6379> info cluster CPU
# CPU
used_cpu_sys:0.786104
used_cpu_user:0.265954
used_cpu_sys_children:0.000000
used_cpu_user_children:0.000000
used_cpu_sys_main_thread:0.785562
used_cpu_user_main_thread:0.266377

# Cluster
cluster_enabled:0

@michal-josef-spacek
Copy link
Contributor

From Changelog of Redis:

================================================================================
Redis 7.0 RC2   Released Mon Feb 28 12:00:00 IST 2022
================================================================================
...
* INFO command can take multiple section arguments (#6891)
...

@michal-josef-spacek
Copy link
Contributor

michal-josef-spacek commented Jun 7, 2022

PR: #156

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants