scylladb / cql-stress

8 stars 4 forks source link

c-s: Implement validation logic for user profiles #90

Open muzarski opened 2 weeks ago

muzarski commented 2 weeks ago

Original c-s allows the user to define custom operations/queries via user command. However, it also predefines two operations. One of them is validate operation. Unfortunately, someone started to work on this, but it does not seem to work during runtime (IIRC, some weird NullPointerException is thrown). We would like to have such logic implemented properly for cql-stress.

Things to do: