kudobuilder / kudo

Kubernetes Universal Declarative Operator (KUDO)
https://kudo.dev
Apache License 2.0
1.17k stars 103 forks source link

Add test for cassandra parameter regression #1744

Closed alenkacz closed 3 years ago

alenkacz commented 3 years ago

Signed-off-by: Alena Varkockova varkockova.a@gmail.com

What this PR does / why we need it: Cassandra 1.0.2 marked a parameter as immutable, that also has a default value. That caused a regression being fixed in #1738

This is a test covering that regression. We already have a test for immutable params but they are providing a param value on install and that means the bug does not get triggered.

alenkacz commented 3 years ago

this is expected to be failing until that other PR gets merged