Katas for Apache Iceberg etc
You'll need to install ansi2html
. On Ubuntu, you'd do it with something like:
sudo apt install colorized-logs
and run with the scenario_docs profile, eg:
mvn clean install -Pscenario_docs -Ddocker.uid=$(id -u) -Ddocker.gid=$(id -g)
See the docs here.
You can see the output of the BDDs here
They can be run with something like
docker stop $(docker ps | grep polaris | awk '{print $1}') ; mvn -Dtest=ConcurrentWriteSpec test -Ddocker.uid=$(id -u) -Ddocker.gid=$(id -g)