erabii
erabii
### Describe the bug At the moment, `KubernetesMockServerExtension` uses `Field[] fields = testClass.getDeclaredFields();` to find out if server or client are present in the test class. We have a use...
this is more of a question, rather than an issue. some time ago I accidentally answered a question on stackoverflow about this library, specifically [here](https://stackoverflow.com/questions/63996281/find-anonymous-classes-by-annotation). I will not repeat myself...
This is what I have: ``` cqlsh> CREATE KEYSPACE IF NOT EXISTS Killer_Video WITH replication = {'class':'SimpleStrategy', 'replication_factor':1}; cqlsh> use killer_video; cqlsh:killer_video> describe tables; cqlsh:killer_video> ``` OK, so nothing is...
Is there a way to create the keyspace _before_ applying change sets? Our use case is that we have multiple envs, with a lot of keyspaces, that all have different...