-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
In the new go driver, the return value of client.Connect does not actually determine whether or not a successful connection has been made to a server. A successful client.Connect followed by a successful client.Ping must be performed to properly confirm whether a connection has been made.
The tools omit the ping step and will incorrectly declare successful connections. This leads to weird output and unexpected behavior.