tree: ce14c182eae5b5ef400b3b84b411fecb5439fa98 [path history] [tgz]
  1. flink-connector-aws-kinesis-firehose-e2e-tests/
  2. flink-connector-aws-kinesis-streams-e2e-tests/
  3. flink-connector-kinesis-e2e-tests/
  4. pom.xml
  5. README.md
flink-connector-aws-e2e-tests/README.md

Apache Flink AWS Connectors end-to-end tests

To run the end-to-end tests you will need a flink-dist. You can build Flink from source or download from https://dist.apache.org/repos/dist/release/flink. For example, download flink-1.16.0-bin-scala_2.12.tgz and extract, then find flink-dist-1.16.0.jar in the lib folder.

The end-to-end tests are disabled by default, to run them you can use the run-end-to-end-tests maven profile.

Example command to run end-to-end tests:

mvn clean verify -Prun-end-to-end-tests -DdistDir=<path-to-dist>/flink-1.16.0/lib/flink-dist-1.16.0.jar