Israel Fruchter

Results 119 issues of Israel Fruchter

during adding the support to python3.12 we took a call to fallback to asyncio once asyncore isn't available. seems like doing so, we are running into issues that we didn't...

`test_can_register_udt_before_connecting` was flaky for a long time we've pinpoint it to be the usage of `set_keyspace` and in https://github.com/scylladb/python-driver/pull/299 we stop using `set_keyspace` this is the test before the change,...

bug

This older style of no using ssl context, is broken on 3.26.4 Seems like it's was mostly addressed already in up stream: https://github.com/datastax/python-driver/pull/1191 Maybe we should deprecated completely at our...

bug
upstream-issue

`set_keyspace_blocking` is called from places holding a lock, and in case that the connection is closed from the server side, it might hang forever. using the `connect_timeout` on it to...

pending

Test sometimes fails cliaming it's missing a IDT field ``` self = def test_can_register_udt_before_connecting(self): """ Test the registration of UDTs before session creation """ c = TestCluster() s = c.connect(wait_for_all_pools=True)...

CI-Stability

test goes into a loop like the following: ``` 01:34:30,919 790 cassandra.cluster WARNING thread.py :58 | test_request_too_large[SSL]: Node 127.0.46.1:9042 is reporting a schema disagreement: None 01:34:59,357 790 cassandra.connection WARNING threading.py...

bug
CI-Stability

see https://github.com/scylladb/java-driver/issues/24 for full explanation by @kostja The java implementation: https://github.com/scylladb/java-driver/pull/125 The Go implementation: https://github.com/scylladb/gocql/pull/49

enhancement

I would like to report an issue in page https://python-driver.docs.scylladb.com/stable/scylla_specific ### Problem ### Suggest a fix we should add link to @ultrabug pretensions (both the europython2020, and the scylla summit...

documentation

since ruamel.yaml can preserve yaml comment so we can have the original yaml files of scylla

Uploading scylla-ccm to pypi would help users of it to pin to a version, or specify version bigger then and would enable more cases of usage of ccm (by scylla,...