scylladb / cql-stress

10 stars 4 forks source link

readme: c-s frontend description #77

Closed muzarski closed 4 months ago

muzarski commented 4 months ago

depends on https://github.com/scylladb/cql-stress/pull/74

soyacz commented 4 months ago

can you verify with user profiles in https://github.com/scylladb/scylla-qa-internal/tree/master repo if c-s frontend works with them?

muzarski commented 4 months ago

CI fails due to clippy errors, see https://github.com/scylladb/cql-stress/pull/81

muzarski commented 4 months ago

v2:

muzarski commented 4 months ago

can you verify with user profiles in https://github.com/scylladb/scylla-qa-internal/tree/master repo if c-s frontend works with them?

I see that user profiles in this repo make use of insert and columnspec parameters. These won't unfortunately be supported in the very first version of user profiles in cql-stress. I think that for columnspec, it will be easy to introduce it, since we already have the logic implemented.