Artsiom Mishuta

Results 103 comments of Artsiom Mishuta

Got the same issue in "raft topology mode" https://jenkins.scylladb.com/job/scylla-staging/job/artsiom_mishuta/job/dtest-pytest-gating/163/. it is fail 3 times of 100 runs

according to discussion with @kbr and @kostja. I've created [PR](https://github.com/scylladb/scylla-dtest/pull/3992) to remove from next gating and assign issue on @kostja

> ❌ - [dtest with topology changes](https://jenkins.scylladb.com/job/scylla-master/job/gating-dtest-release-with-consistent-topology-changes/1461/) > > cc: @temichus Something seems to be wrong with this job. This PR shouldn't have such a huge effect on these tests,...

> I'm not sure why TEST_LOGS doesn't end up as a URL, but as HTML, which makes me always need to copy-paste it instead of clicking on it. Perhaps unrelated...

> So it looks like this is not a regression, the problem was there since forever, the test at some point got modified and started catching it: [#17124 (comment)](https://github.com/scylladb/scylladb/issues/17124#issuecomment-1960836398) >...

tested with the following reproducers: https://github.com/scylladb/scylladb/issues/16651#issue-2066160420 and https://github.com/scylladb/scylladb/issues/16472#issuecomment-1910125573

> Also nit: commit messages should be prefixed with the name of the module they're modifying, for example `test/pylib: Introduce Start-Stop Lock` > > (we have no concrete rule what...

> PR description needs to be updated. Other than that LGTM. > updated > I'm a bit worried with using multiple `ManagerClient`s that connect to a single `ScyllaClusterManager`, could this...

code looks good and structured. questions: 1) why some of the tests failed, is these failures expected? (if yes should we disable this test for now?) 2) how much CI...