tengu-alt commented on code in PR #1858:
URL:
https://github.com/apache/cassandra-gocql-driver/pull/1858#discussion_r1918075657
##########
cassandra_test.go:
##########
@@ -3086,7 +3090,11 @@ func TestDiscoverViaProxy(t *testing.T) {
for _, host := range clusterHosts {
found := false
for _, hi := range session.pool.hostConnPools {
- if hi.host.ConnectAddress().String() == host {
+ connAddr, err := hi.host.ConnectAddress()
+ if err != nil {
+ t.Error(err)
Review Comment:
Agree, fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]