aws/glide-for-redis

Rust core returns an empty error message on connection failure

Yury-Fridlyand opened this issue · 1 comments

Describe the bug

On #850 rust core lib returns (and prints to log) an empty error message

Expected Behavior

An error message should be verbose enough to understand the error and identify the code path
In that specific case error comes from

| Err(e @ ClientCreationError::ConnectionError(_)) => {

Current Behavior

ERROR logger_core: client creation - Connection error: Standalone(Received errors:
)

Reproduction Steps

See #850

Possible Solution

No response

Additional Information/Context

No response

Client version used

N/A

Redis Version

6.0.16

OS

Linux

Language

Python

Language Version

N/A

Cluster information

No response

Logs

No response

Other information

No response

fixed in #854