scylladb / python-driver

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

test_udts.py::UDTTests::test_can_register_udt_before_connecting is flaky #293

Closed sylwiaszunejko closed 9 months ago

sylwiaszunejko commented 9 months ago

Every few CI executions test_udts.py::UDTTests::test_can_register_udt_before_connecting fails with an error:

cassandra.InvalidRequest: Error from server: code=2200 [Invalid query] message="Unknown field 'is_cool' in value of user defined type user"

This needs to be investigated and fixed.

Lorak-mmk commented 9 months ago

Duplicate of https://github.com/scylladb/python-driver/issues/264