Israel Fruchter

Results 570 comments of Israel Fruchter

@pioter I would assume the gocql driver should do that automatically, you think some can take a look why it doesn't ?

> > [scylladb/scylladb#15841](https://github.com/scylladb/scylladb/issues/15841) only applies with `--experimental-features=consistent-topology-changes` > > I reported this bug when testing tablets (so with consistent-topology-changes). So this issue can be closed ? Anyhow now we have...

@avelanarius @Lorak-mmk, are we planning syncing with upstream 3.29.0, any time soon ? or we'll need to backport the fix for this one manually ?

> Is this issue urgent to fix? > > I'd rather plan syncing with upstream to the next sprint (~start of February) since we already have a lot of stuff...

at least scylla tests are using only `ssl_context` https://github.com/search?q=repo%3Ascylladb%2Fscylladb+ssl_context&type=code

it's not new test, we'll need to run it locally to cross check if it's not a scylla regression

> @roydahan @fgelcer @fruch > JFYI: the proposed fix in the https://github.com/scylladb/scylla-bench/pull/109 haven't had any attention since October 2022. I assumed it was a side effect of running out of...

@VincentRPS I've let CI run on this change, but I think it might fail on python2 for reasons™️ we still need to support python2, so this might need to wait...

@VincentRPS seems like it's failing with python3.7 ``` 2022-12-27T19:04:08.5435241Z ______________ ERROR collecting tests/unit/cqlengine/test_udt.py _______________ 2022-12-27T19:04:08.5435657Z /project/tests/unit/cqlengine/test_udt.py:18: in 2022-12-27T19:04:08.5436038Z from cassandra.cqlengine.models import Model 2022-12-27T19:04:08.5436576Z /tmp/tmp.ALd4n4nucG/venv/lib/python3.7/site-packages/cassandra/cqlengine/models.py:24: in 2022-12-27T19:04:08.5437001Z from cassandra.cqlengine import query...

@VincentRPS and as expected python2 doesn't support type annotations: ``` ______________ ERROR collecting tests/unit/cqlengine/test_udt.py _______________ /opt/hostedtoolcache/Python/2.7.18/x64/lib/python2.7/site-packages/_pytest/python.py:507: in _importtestmodule mod = self.fspath.pyimport(ensuresyspath=importmode) /opt/hostedtoolcache/Python/2.7.18/x64/lib/python2.7/site-packages/py/_path/local.py:704: in pyimport __import__(modname) /opt/hostedtoolcache/Python/2.7.18/x64/lib/python2.7/site-packages/_pytest/assertion/rewrite.py:304: in load_module exec(co, mod.__dict__)...