scylladb / scylla-go-driver

Experimental, high performance Scylla Driver, University of Warsaw students' project
Apache License 2.0
151 stars 7 forks source link

transport: connection opening bugfixes #295

Open Kulezi opened 2 years ago

Kulezi commented 2 years ago

The goal of this PR is to resolve 3 small bugs, all related to opening connections, especially sharded ones.

The last 2 commits together reduce the integration test logs from ~40k lines to ~800 lines, this is a proof that context done actually cancels operations right away.

Fixes: #289 Fixes: #281 Fixes: #291