Alecco

Results 19 comments of Alecco

> [...] Maybe in the future the topology test suite that @alecco is working on would be a good place for such tests. @wmitros @nyh I made a branch with...

@wmitros Thanks for reporting. I created a pull req #11329 fixing paths and driver update on restart. Please have a look.

This is the third part out of https://github.com/scylladb/scylladb/pull/10815 It's based on queued part 2 https://github.com/scylladb/scylladb/commit/cff595211e266173974816bc6b87fab1a186294f - `ManagerCli` renamed to `ManagerClient` - remove unused expected message - let exceptions propagate -...

> If I understand correctly, many of the first patches were actually already reviewed and committed as "part 2". Please remind me (and other reviewers) where to start reviewing -...

@nyh latest version is rebased on `master` as part 2 got merged

Please ignore the last couple of force pushes. I'm still working on the review and will send another version.

CQL discovery patch has its own pull https://github.com/scylladb/scylla/pull/11124

CQL log handling has its own pull https://github.com/scylladb/scylla/pull/11125

Main changes in latest version: - splits logic in `test/conftest.py` to `test/topology/conftest.py` - `Harness` renamed `ScyllaClusterManager` - Created `TopologyTestSuite` and `TopologyTest` to isolate behaviour from other test suites - Previous...