Dmitry Kropachev
Dmitry Kropachev
Have CICD for every language that does following: 1. Run linters 2. Run tests 3. Publish (when possible) packages
Having lot's of http and https (in particular) reconnections is an issue for server, we need to make sure clients are reusing connections. If it is possible have a test...
Core [PR](https://github.com/scylladb/scylladb/pull/22928) will enable TLS renegotiation. We need to make sure that all clients are enabling TLS negotiation by default. With additional option to disable it, and an option to...
All tests should be implemented in the similar manner: 1. Create common library of docker-compose files to replicate different environments 2. Test in each language should be split into suites...