This directory contains end-to-end (e2e) testing for Paimon, which ensures users can run Paimon as expected across the entire stack.
Currently, e2e supports docker environment only. You need to do some preparations before running e2e tests.
rootLogger.level
to INFO
at paimon-e2e-tests/src/test/resources/log4j2-test.properties
if you need to debug.pom.xml
by <test.flink.main.version>
tag.mvn clean install -DskipTests -Pflink1,flink-1.17,spark3
mvn test -pl paimon-e2e-tests -Pflink1,flink-1.17,spark3