-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
CLI - channel handshakes #840
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple comments that can be addressed without re-review.
} | ||
if logLine.Aux != nil { | ||
t.Log(logLine.Aux) | ||
fmt.Print(logLine.Aux) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functions associated with a particular test should log to that test rather than print to stdout. Was this change intentionally committed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uses
PathProcessor
for channel handshakes, both automatically when channel handshake messages are detected on the relevant connections and also for the CLI channel creation.After digging through the existing channel handshake code, the configuration never seems to be modified even in cases when returning
modified: true
, so I do not think a channel message subscriber will be necessary as it was for the connection handshakes.