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

fix(test_shard_aware.py): Use IN to check the thread name #272

Closed k0machi closed 10 months ago

k0machi commented 10 months ago

This fixes an issue where thread name set by scylla would contain extra information, such as enterprise version containing current service level

Fixes #228