* Fix TLS tests on newer tcl-tls/OpenSSL. (#10910)
Before this commit, TLS tests on Ubuntu 22.04 would fail as dropped
connections result with an ECONNABORTED error thrown instead of an empty
read.
* multithread for ci tests
* multithread cluster tests
* clients to 1 in ci
Co-authored-by: Yossi Gottlieb <yossigo@gmail.com>