scylladb / cql-stress

8 stars 4 forks source link

c-s population: support `seq=x..y` bash-friendly syntax #70

Closed muzarski closed 4 months ago

muzarski commented 4 months ago

Motivation

In SCT, the bash-friendly -pop seq=1..100 syntax is broadly used (equivalent to -pop 'dist=SEQ(1..100) syntax). This is why we extend the CLI so c-s frontend supports such syntax.