Conversation
Codecov Report
@@ Coverage Diff @@
## master #797 +/- ##
==========================================
+ Coverage 77.17% 77.22% +0.04%
==========================================
Files 329 329
Lines 15522 15533 +11
==========================================
+ Hits 11979 11995 +16
+ Misses 2701 2698 -3
+ Partials 842 840 -2
Continue to review full report at Codecov.
|
nevzatseferoglu
left a comment
There was a problem hiding this comment.
Thanks, looks good to me!
|
Report coverage test failed with the following log: original log at: https://github.com/hazelcast/hazelcast-go-client/runs/7040780669?check_suite_focus=true Line 780 corresponds to: So the client couldn't connect. I believe this is an RC-related problem. |
Fixes the connection manager not using failover cluster settings for SSL (cherry picked from commit 989e683)
* Fix all partitions being assigned to one node (#775) Fix all partitions getting mapped to one node (cherry picked from commit ec11592) * Fix go tools version so that it works with go 1.15 (#792) (cherry picked from commit dc17db9) * [Backports] Fixes SQL driver test to work with SSL * Fix SQL leak (#795) * Fixes SQL goroutine leak. (cherry picked from commit c10fdf4) * Fix Failover SSL (#797) Fixes the connection manager not using failover cluster settings for SSL (cherry picked from commit 989e683) * [Backports] Fix uptime gauge [API-1382] (#808) * Fix Invocation Service group lost handling (#816) Fixed invocation service's group lost event handling (cherry picked from commit a5c2607) * Remove MakeSubscriptionID method (#815) Removed MakeSubscriptionID method (cherry picked from commit d5fc815) * Renamed proto.EntrySizeInBytes and removed dead code (#814) (cherry picked from commit f06827c) * add missing API usage (#776) (cherry picked from commit c5e35ff) * update client version * fix for client version test Co-authored-by: Alex Barkan <aleckz@gmail.com> Co-authored-by: Serkan Özel <serkan.ozel@hazelcast.com> Co-authored-by: Yüce Tekol <yuce.tekol@hazelcast.com>
Fixes the connection manager not using failover cluster settings for SSL
Uh oh!
There was an error while loading. Please reload this page.