Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 689 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 689 Bytes

IcebergPlayground

Katas for Apache Iceberg etc

Creating the logs

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.

See the BDDs

You can see the output of the BDDs here

Individual tests

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)