canonical / cassandra-k8s-operator

Apache License 2.0
1 stars 4 forks source link

Clean up code, fix relations, and add very basic integration testing #39

Closed dstathis closed 3 years ago

balbirthomas commented 3 years ago

It will be nice to have a way to run integration tests locally before creating pull request, so test failures in integration tests can be fixed prior to creating PRs.

dstathis commented 3 years ago

It will be nice to have a way to run integration tests locally before creating pull request, so test failures in integration tests can be fixed prior to creating PRs.

you can run with tox -e integration

dstathis commented 3 years ago

The failure in the integration tests is due to a know bug in actions-operator "It works on my machine"

sed-i commented 3 years ago

It will be nice to have a way to run integration tests locally before creating pull request, so test failures in integration tests can be fixed prior to creating PRs.

At the moment it is actually the opposite: integration tests only pass locally. So yes, integration tests can definitely run locally.