mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 03:45:11 +00:00
Change port type passed to Cassandra Python driver to int to avoid format errors in exceptions. Manually shutdown connections to avoid reconnects after tests are done (required by upcoming async pytests). Tests: (dev) Closes #10722 * github.com:scylladb/scylla: test.py: shutdown connection manually test.py: fix port type passed to Cassandra driver