All work
- Extend e2e ugdate testK8SPXC-1649
- Error state when attempting a storage scaling that rounds to the same PVC sizeK8SPXC-1648
- Use extended exit codes for garbdK8SPXC-1647ege.gunes
- Cleanup PMM2 related functionalityK8SPXC-1645
- Haproxy restarts continuously in 5 node mysql databaseK8SPXC-1644
- Removing mysql-init secret" log is triggered each time the operator cleans up a backupK8SPXC-1643
- Align labels with Kubernetes recommended label conventionsK8SPXC-1642Andrii Dema
- Allow disabling PDB creation for every deploymentK8SPXC-1641
- Consider using native sidecar containersK8SPXC-1640
- [Investigate] Adding support of PVC snapshotsK8SPXC-1639
- Add Support for PVC SnapshotsK8SPXC-1638
- Random TLS certificate verification failure when calling the percona xtradb cluster validating webhookK8SPXC-1637
- copy_files_xbcloud bug Quotation mark errorK8SPXC-1636
- Add pitr.gtid validationK8SPXC-1635
- Add pitr.type validationK8SPXC-1634
- Consider not allowing to enable binlog collection if there's no full backupK8SPXC-1633
- Missing SecurityContext for ProxySQL SidecarContainersK8SPXC-1632
- Operator restarts pod-0 after cluster is readyK8SPXC-1631
- https://perconadev.atlassian.net/browse/K8SPXC-1376K8SPXC-1630Resolved issue: K8SPXC-1630
- Simpler user experience for restores of PXCK8SPXC-1629
- Allow tcmalloc as alternative in PXC imagesK8SPXC-1628Kamil Holubicki
- Remove deprecated 1.14 service.go references and cleanup the logicK8SPXC-1627
- InternalTrafficPolicy configuration should be properly used when creating ServicesK8SPXC-1626
- Delete deprecated finilizers codeK8SPXC-1624Eleonora Zinchenko
- Release 1.18.0K8SPXC-1622
- Need to have a bigger default value for Fluentbit configuration [Buffer_Chunk_Size & Buffer_Max_Size]K8SPXC-1621
- Add retry for cloud storage cleanupK8SPXC-1620Resolved issue: K8SPXC-1620Eleonora Zinchenko
- Add Option to Limit SST Retry AttemptsK8SPXC-1619ege.gunes
- Support Startup Probes for Database PodsK8SPXC-1618
- Binlog gap issue with PXC 8.4K8SPXC-1617ege.gunes
- Throw error on Proxysql auto-generated password for proxysqladmin when it starts with an invalid characterK8SPXC-1616Resolved issue: K8SPXC-1616Julio Pasinatto
- Enable users to change cluster label for pmm-adminK8SPXC-1615Eleonora Zinchenko
- Add Supported images in the release notesK8SPXC-1614Anastasia Alexandrova
- Add imagePullSecrets for PMM imageK8SPXC-1612Resolved issue: K8SPXC-1612Anastasia Alexandrova
- Add test to cover donor leaves group during SST caseK8SPXC-1611Eleonora Zinchenko
- Add test for Prometheus metrics for binlog-collectorK8SPXC-1610
- Operator constantly updates binlog collector deploymentK8SPXC-1609Resolved issue: K8SPXC-1609Eleonora Zinchenko
- PITR pod loses connection to DB for 1 node clustersK8SPXC-1608
- In-place updates in ProxySQL are not reliableK8SPXC-1607Resolved issue: K8SPXC-1607Eleonora Zinchenko
- Set restartPolicy Never in restore-backup-pvc-demand-backup podK8SPXC-1606
- Introduce Azure CLI for checking if backup objects/folders exist in Azure storageK8SPXC-1605Eleonora Zinchenko
- backup clean up on minio fails from time to timeK8SPXC-1604
- Delete exposePrimary.Enabled.K8SPXC-1603natalia.marukovich
- Release notes 1.17.0K8SPXC-1602Resolved issue: K8SPXC-1602Anastasia Alexandrova
- Add test for Prometheus metrics for binlog-collectorK8SPXC-1600
- Allow setting loadBalancerClassK8SPXC-1599Eleonora Zinchenko
- Improve pxcBinlogCollectorBackupFailure metric collectionK8SPXC-1598
- Don't run scheduled backup if DB is unhealthyK8SPXC-1597Julio Pasinatto
- pxc-backup is marked successful if upload fails due to incomplete backupK8SPXC-1596Resolved issue: K8SPXC-1596George Kechagias
- "delete-pxc-pods-in-order" finalizer should be domain-qualified to avoid accidental conflictsK8SPXC-1595
50 of
Extend e2e ugdate test
General
Escalation
General
Escalation
Description
Environment
None
Details
Details
Assignee
Unassigned
UnassignedReporter
Eleonora Zinchenko
Eleonora ZinchenkoNeeds QA
Yes
Priority
Created last month
Updated last month
Activity
Show:
Hi
At the moment we have tests related to upgrade that are are covering limited number of cases: deploy of cluster from default
cr.yaml
, enabling backup running backup to minio before and after update, restore after upgrade. We should extend current tests to check more functionality:deploy cluster with different/max possible settings
run upgrade of operator
check that backups work when operator is updated and cr has old version, check restore etc.
update cr and pillar components in it
We should also check logs for presence of errors “in between“ and after the update.
If the test will be time-consuming, it should possibly be moved to a separate jenkins-job that will be run at the beginning of release process and after some changes are merged to release branch.