Files
clio/tests/integration
cyan317 8dc7f16ef1 feat: Migration framework (#1768)
This PR implemented the migration framework, which contains the command
line interface to execute migration and helps to migrate data easily.
Please read README.md for more information about this framework.
2024-12-17 14:50:51 +00:00
..
2024-12-17 09:45:14 +00:00
2024-12-17 14:50:51 +00:00

Integration testing

Tests that hit the real database are separate from the unit test suite found under tests/unit.

Requirements

Cassandra/ScyllaDB cluster

If you wish to test the backend component you will need to have access to a local (127.0.0.1) Cassandra cluster, opened at port 9042. Please ensure that the cluster is successfully running before running these tests.

Running

To run the DB tests, first build Clio as normal, then execute ./clio_integration_tests to run all database tests.