failify / example-cassandra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains sample Failify test cases for Cassandra. To make things easier for illustration purposes, the required files from the build directory of v3.11.4 of cassandra built on Debian Stretch (using ant artifacts command) is included in the repo so anyone who wants to try the test cases is not required to build Cassandra from scratch.

To run the test cases, first you need to install the following dependencies:

  • Docker 1.13+

Also make sure you can run docker commands with the user you are running the tests with. For more information check Failify documentation.

After installing all the dependencies, you can run the test cases using:

$ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/cas -w /cas -it maven:3.6.0-jdk-8 mvn -f failify/pom.xml test

About


Languages

Language:Shell 73.4%Language:Java 26.0%Language:Dockerfile 0.6%