The ScalarDL Jepsen tests make use of the Cassandra Jepsen tests.
- Get ScalarDL
- ScalarDL is licensed under commercial license only
- A test checks
resources/ledger.tar
as default - You can specify the DL archive by
--ledger-tarball
option
- A test checks
- A certificate and a private key for a sample is stored in
resources
- You can specify your certificate or key by
--cert
or--client-key
option
- You can specify your certificate or key by
- Start Jepsen with docker or start machines
- See here
-
Install the Cassandra test tool
# in jepsen-control $ cd /scalar-jepsen/cassandra $ lein install
-
Run a ScalarDL Jepsen test
# in jepsen-control $ cd /scalar-jepsen/scalardl $ lein run test --workload cas
Use
lein run test --help
to see a list of the options.