Kamil Braun
Kamil Braun
> I managed to reproduce the issue, but what's interesting it doesn't reproduce when using consistent-topology-changes feature. @kbr-scylla do you have any idea why? I am not sure if this...
When was that? `cfg = {'experimental_features': ['consistent-topology-changes']}` doesn't do anything after scylladb/scylladb@d8313dda43d7014460891e7da7dab785d4ef9030, and before scylladb/scylladb@d8313dda43d7014460891e7da7dab785d4ef9030 it was the default in topology tests. So I suspect that your change didn't actually...
Hm, actually `cfg = {'experimental_features': ['consistent-topology-changes']}` could do something, it disables some other experimental features. The usual set of experimental features on that branch was: ```python3 'experimental_features': ['udf', 'alternator-streams', 'consistent-topology-changes',...
@kostja , modifying python driver will not help with java driver failures.
cc @avelanarius @piodul
@kostja from the above discussion it seems that the bug is in materialized views code, not in topology or schema code? In which case it should probably be Backend team...
@mykaul > Closing - please re-open if we see it again. The only reason we stopped seeing it was because the test was taken out of gating. It was taken...
Elastic query: `name:rolling_upgrade_test.py AND failure_message:"Failed: Timeout >" AND failure_message:"in validate_stress"` according to this, the first such failure happened on Jul 17, 2022, in `jenkins-scylla-master-dtest-daily-release` job it was then happening few...
> In PR: > https://github.com/scylladb/scylla-dtest/pull/3434 > it was clear NOT introduced as gating, cause it wasn't stable in enterprise can see: https://github.com/scylladb/scylla-enterprise/issues/3233 Yeah this PR title and description confused the...
maybe the title of this PR should be "add all of tests to gating except one" and then the description would explain that the one test we don't add is...