cscetbon / casskop

This Kubernetes operator automates Cassandra operations such as deploying rack aware clusters, scaling up and down, configuring C* and its JVM, upgrading JVM and C*, backup/restores and many more...
https://cscetbon.github.io/casskop/
Apache License 2.0
13 stars 8 forks source link

Add backup-restore Kuttl test #22

Closed cscetbon closed 2 years ago

cscetbon commented 2 years ago

Add Kuttl test for backup/restore but also fixes issues with this feature. In fact, since the upgrade of the sdk operator this feature has been broken. It's now fixed see https://github.com/cscetbon/casskop/actions/runs/2046834381

Also I started to move e2e tests to its own workflow which will run on comments on the corresponding PR. It still needs some tests but it should avoid long minutes to just push changes without wanting to run e2e tests