Michał Jadwiszczak
Michał Jadwiszczak
> > > #### Failed Tests (1/32675): > > > > > > * [test_repair_kill_3](https://jenkins.scylladb.com//job/scylla-master/job/scylla-ci/10310/testReport/junit/repair_additional_test/TestRepairAdditional/Tests___dtest_with_topology_changes___test_repair_kill_3) [🔍](https://github.com/scylladb/scylladb/issues?q=is:issue+is:open+test_repair_kill_3) > > > > > > @Jadw1 please take a look at the failure....
> > ``` > > * [test_concurrent_restart](https://jenkins.scylladb.com//job/scylla-6.0/job/scylla-ci/105/testReport/junit/nodetool_additional_test/TestNodetool/Tests___dtest___test_concurrent_restart) [🔍](https://github.com/scylladb/scylladb/issues?q=is:issue+is:open+test_concurrent_restart) > > ``` > > Sounds like #15192, right? Yep, it looks like. I'll retrigger the CI once the issue is solved.
> > ``` > > # Confirm that the problematic scenario occurred > > replica_mismatches = await get_replica_mismatches() > > > assert replica_mismatches == replica_mismatches_before + 1 > > E...
> > > ``` > > > # Confirm that the problematic scenario occurred > > > replica_mismatches = await get_replica_mismatches() > > > > assert replica_mismatches == replica_mismatches_before +...
> I asked @tgrabiec whether this is sth expected or a bug. If we expect that this can happen, I think I can fix this by moving the call to...
@wmitros I posted https://github.com/scylladb/scylladb/pull/25916, with this fix the view building finishes in multi DC setup as in your reproducer.
Recently there was a CI failure, which this PR should fix: https://github.com/scylladb/scylladb/issues/27295