scylladb / cql-stress

8 stars 4 forks source link

c-s user: Implement runtime for user command #82

Closed muzarski closed 1 month ago

muzarski commented 1 month ago

Fix: https://github.com/scylladb/cql-stress/issues/79

This PR introduces a simple runtime for user command.

One operation consists of:

Tests

This PR introduces a test case that checks compatibility with original c-s for the blob CQL type. To see the tests for other types, see this PR https://github.com/scylladb/cql-stress/pull/83.

muzarski commented 1 month ago

v2: addressed review comments, and replied to some of them