Kamil Braun
Kamil Braun
@DoronArazii I'm swamped right now. Reassigning to my direct manager.
Well, that looks nice. Someone who understands what these tests do should probably investigate them.
The same failures! Nice.
I will probably do that... although I don't feel comfortable with just ignoring these errors.
What the hell! The same failures, even after rebasing :D Something fishy's going on.
Ugh, I think I know... This `PythonTestSuite` class is not only used for Topology suites, it's also used for the cql-pytest suite. The default cluster size was `1` before my...
BTW. the tests are using NTS with RF=1: ```python3 @pytest.fixture(scope="session") def test_keyspace(cql, this_dc): name = unique_name() cql.execute("CREATE KEYSPACE " + name + " WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy',...
v2: - set default cluster size to 1, put spaces around `=` diff: https://github.com/scylladb/scylladb/compare/b211dd0ffa79f5d442fdc99a7fa3b851ecd71d81..696bdb2de71eb0c64163f609002e06361e57da38
Yes that's good, but it makes the failures even more suspicious - since we're using RF=1 (and not RF=number-of-nodes-in-the-cluster), the number of replicas has not changed even when we changed...
@nyh please review