Jakub Smolar

Results 5 issues of Jakub Smolar

In issue [#307](https://github.com/Kuadrant/kuadrant-operator/issues/307), it was mentioned: "The Kuadrant operator should only reconcile the spec that is given. This would mean if the user specifies the number of replicas for a...

kind/bug

### Current labeling for Operator Metric Services - **kuadrant-operator-metrics** - `control-plane=controller-manager` - **authorino-operator-metrics** - `control-plane=authorino-operator` - **limitador-operator-metrics** - `control-plane=controller-manager` - **dns-operator-controller-manager-metrics-service** -` control-plane=dns-operator-controller-manager` ### Proposed Change To achieve consistency in...

This PR introduces simplification of disrupt_add_remove_dc nemesis. - Creates function that removes dc (replaces `decommission` that was not designed for this) - `replication_strategy_setter` now correctly sets both Strategy and RF...

With ScyllaDB version dev/2025.1 and newer, tablets are enabled by default, making is_tablets_feature_enabled obsolete for new versions. However, some tests using older versions of ScyllaDB (such as upgrades) may still...

When using the `Repository.get_branch` method to retrieve a branch that does not exist in the repository, the error message returned is "branch not found". This message does not satisfy the...