On Wed, 28 May 2025 15:05:56 -0700, Chris Lamb wrote:

gregor herrmann wrote:
Apparently redis' error message changed (again, this was already seen
in https://github.com/typester/Test-RedisServer/issues/12 ).
Or it fails earlier now because of a different problem … [0]
Pretty certain it's the former:
 $ echo "unknown_key unknown_val" > broken.conf
 $ redis-server ./broken.conf
 […]
 112711:M 28 May 2025 15:03:06.018 # Unresolved Configuration(s) Detected:
 112711:M 28 May 2025 15:03:06.018 # >>> 'unknown_key unknown_val'
 112711:M 28 May 2025 15:03:06.018 # Module Configuration detected without 
loadmodule directive or no ApplyConfig call: aborting
Looks like this is actually the _module_ subsystem making the
complaint here, so I think we should accept both styles of error
message. After all, upstream may be tempted to address the opaqueness
of this message in future versions.

Thanks for looking into this issue!

A patch is attached that accepts this alternative style of error as well.

Great, thanks alot.

Patch forwarded, preparing an upload … :)


Cheers,
gregor


--
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
`-

Attachment: signature.asc
Description: Digital Signature

Reply via email to