Tomislav Plavcic

Results 13 comments of Tomislav Plavcic

> @tplavcic please check tests @hors test results: https://cloud.cd.percona.com/view/PXC/job/pxc-operator-gke-version/lastCompletedBuild/testReport/ I have executed chaos tests locally and they pass, other self healing tests failed because they have been removed.

This was fixed with 1.16.0 release: https://github.com/percona/percona-helm-charts/pull/295

Thank you very much for the contribution! It is now merged and available in psmdb-operator chart v1.16.1

@sumeet-zuora From what I see pxc is affected and I will create a PR for it, ps and pg don't seem to be affected since they don't create namespaces (but...

@eddycharly We have this problem: https://docs.cloudbees.com/docs/cloudbees-ci-kb/latest/client-and-managed-controllers/why-jenkinsfile-changes-are-not-reflected-in-pr-build So we need to find some workaround, because I have tried to create a draft PR and it seems it is running chainsaw code:...

Hi @eddycharly ! We have [added](https://github.com/percona/percona-server-mysql-operator/pull/577) `chainsaw` binary into our pipeline so you can continue and try to run the tests. So please revert your changes in Jenkinsfile (jenkins will...

@eddycharly There are some discussions in the team about the direction for our E2E tests so I propose for the moment you don't spend more time on this PR until...

Hi @GenLN ! We have a ticket open for PMM v3 support for each operator, so for PG operator I would suggest to watch this ticket: https://perconadev.atlassian.net/browse/K8SPG-719 Regards, Tomislav

Hi @pasztorl ! Helm by design handles crds only on installation and not on upgrade, so on upgrade new crds need to be applied manually. I see now that we...