scylladb / python-driver

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

Host metadata broadcast_rpc_port is None #121

Open dkropachev opened 2 years ago

dkropachev commented 2 years ago

By some reason host metadata has broadcast_rpc_port in None, while it is expected to be 9042 Here is list of tests that are failing due to this:

fruch commented 10 hours ago

at least for one of those test_single_interface, I can say it can't even build a cluster

                # Since scylla CCM doesn't yet support this options, we skip it
                # , use_single_interface=use_single_interface)
                CCM_CLUSTER.populate(nodes, ipformat=ipformat)