datastax / adelphi

Automation tool for testing C* OSS that assembles cassandra-diff, nosqlbench, fqltool
Apache License 2.0
9 stars 6 forks source link

CI/CD integration of anonymizer script testing #58

Open jdonenine opened 3 years ago

jdonenine commented 3 years ago

Integrate testing of the anonymizer script into CI/CD pipelines.

To standardize with other community projects (k8ssandra) it would be ideal if we can achieve this using GH Actions.

┆Issue is synchronized with this Jira Task by Unito ┆Issue Number: AD-101

jdonenine commented 3 years ago

Focused on the python tooling, automation of:

absurdfarce commented 3 years ago

It looks like this can be pretty easily accomplished with Actions but we'll probably want to hold off until https://github.com/datastax/adelphi/pull/152 is merged. That PR significantly changes the requirements + process for running the Python test suite; not really much point in setting up Actions for some other approach when it's just gonna be changed once 152 hits.