mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 04:06:59 +00:00
Otherwise it complains like this:
_________ ERROR at setup of test_allow_filtering_indexed_no_filtering __________
request = <SubRequest 'cql' for <Function test_allow_filtering_indexed_no_filtering>>
@pytest.fixture(scope="session")
def cql(request):
[...<snip>...]
> return cluster.connect()
test/cql-pytest/conftest.py:66:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cassandra/cluster.py:1708: in cassandra.cluster.Cluster.connect
???
cassandra/cluster.py:1765: in cassandra.cluster.Cluster._new_session
???
cassandra/cluster.py:2563: in cassandra.cluster.Session.__init__
???
cassandra/pool.py:203: in cassandra.pool.Host.__str__
???
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E TypeError: %d format: a real number is required, not str
tests: unit(dev)
Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
5.0 KiB
5.0 KiB