mvn clean install
To re-generate the snapshots add
-P update-snapshots
If tests fail due to Flink memory or buffer issues, try uncommenting the configuration
line in ExecutionEnvironmentFactory.java
.
Check out the .github/workflows/docker.yml
for build steps.
If you are trying to run the build or individual tests on Mac and get the error that TestContainers could not find a docker environment even though you are running Docker, then execute the following command:
sudo ln -s $HOME/.docker/run/docker.sock /var/run/docker.sock
See StackOverflow for more information.