scylladb / cql-stress

10 stars 4 forks source link

cassandra-stress CI #53

Closed muzarski closed 11 months ago

muzarski commented 1 year ago

Motivation

Core logic of cassandra-stress frontend has already been implemented, but there are no tests verifying the correctness of our solution.

This PR introduces two tests written in python which test runtime logic of cql-stress-cassandra-stress tool.

Changes

muzarski commented 1 year ago

v2: Rebased on top of master. Fixed review comments, including:

muzarski commented 11 months ago

v3

Changes

Notice

We still don't make use of the pytest framework. I need to get familiar with the framework, but don't want to delay the review process of the things that are already fixed.

muzarski commented 11 months ago

v4: rebased on top of master

muzarski commented 11 months ago

v5: using pytest to define test-cases

muzarski commented 11 months ago

v6: