scylladb / python-driver

ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra
https://python-driver.docs.scylladb.com
Apache License 2.0
70 stars 42 forks source link

Authentication/connection Tests failed with "Inet address 127.0.0.1:7000 is not available: [Errno 98] Address already in use" #193

Closed Annamikhlin closed 8 months ago

Annamikhlin commented 1 year ago

tests failed in authentication/connection with ccmlib.common.UnavailableSocketError: Inet address 127.0.0.1:7000 is not available: [Errno 98] Address already in use

link to failed job: https://jenkins.scylladb.com/job/scylla-master/job/driver-tests/job/python-driver-matrix-test/1154/testReport/

avelanarius commented 8 months ago

This looks like some scylla-jmx failure. Python Driver Matrix Tests seem to be passing now, therefore closing this issue.