Dmitry Kropachev
Dmitry Kropachev
These tests should cover how much time / CPU / IO it takes for driver to create session, control connection reconnect, connection reconnect. For scenario when cluster contains 60 nodes.
We have not updated `metadata_cassandra` for a while and now it is not operational: ``` SCYLLA_IMAGE=scylladb/scylla:6.2.0 ./integration.sh scylla ==> Stopping Scylla WARN[0000] /extra/scylladb/gocql/docker-compose.yml: `version` is obsolete [+] Running 5/5 ✔...
https://github.com/dkropachev/gocql/actions/runs/12009618064/job/33474731385 ``` make clean-old-temporary-docker-images shell: /usr/bin/bash -e {0} env: pythonLocation: /opt/hostedtoolcache/Python/[3](https://github.com/dkropachev/gocql/actions/runs/12009618064/job/33474731385#step:5:3).12.7/x64 PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.7/x6[4](https://github.com/dkropachev/gocql/actions/runs/12009618064/job/33474731385#step:5:4)/lib/pkgconfig Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.7/x64 Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.7/x64 Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.7/x64 LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.7/x64/lib DOCKERHUB_USERNAME: DOCKERHUB_TOKEN: DELETE_AFTER_DAYS: 30 Running Docker Hub image cleanup...
## Basic functional requirements 1. It is possible to have couple of clusters alive at the same time 2. Logs should be accessible at the end, user should be able...
Have integration tests for scenarios listed in https://github.com/scylladb/gocql/issues/226
1. Have a cluster pool with resource limitations: memory, CPU. Say you want to make it possible tests to run in parallel on different clusters, but you can't spawn all...
1. It is possible to have couple of clusters alive at the same time 2. Logs should be accessible at the end, user should be able to track them down...
To have more tests for advanced ci.
Make driver wait before retry. It is needed to mitigate retry storms that can happen in certain cases. Fixes: https://github.com/scylladb/java-driver/issues/481