k8ssandra / management-api-for-apache-cassandra

RESTful / Secure Management Sidecar for Apache Cassandra
Apache License 2.0
70 stars 51 forks source link

Ensure we can write tests for generated client #389

Open Miles-Garnsey opened 11 months ago

Miles-Garnsey commented 11 months ago

We can't currently write integration tests for the generated client because the client is generated (but not compiled) at the point at which the integration tests are compiled.

Definition of done

┆Issue is synchronized with this Jira Story by Unito

Miles-Garnsey commented 11 months ago

Marking as urgent because we want to merge the integration branches, and we've decided we definitely need integration tests before doing so.

adejanovski commented 11 months ago

After discussing this with Erik, it seems like this is unlikely to happen. I recommend to take this out of the pre-req for merging the integration branch and revisit how we can handle this because not having tests makes me as nervous as you.