You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #3052 there were two new fields added last_up_time and last_down_time.
But both were added with a new line character at the end.
This caused messy output generated from sonic-db-cli:
In #3052 there were two new fields added
last_up_time
andlast_down_time
.But both were added with a new line character at the end.
This caused messy output generated from
sonic-db-cli
:It also caused issues like
SyntaxError: EOL while scanning string literal
for some tools.This is particular issue is being fixed by #3111 but we should add a test to catch newline characters being added to REDIS strings.
The text was updated successfully, but these errors were encountered: