tree: 1b812a9bf98451fa173e5fa79ce7a1532fa0b1e5 [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. flink-formats-avro-glue-schema-registry-e2e-tests/
  5. flink-formats-json-glue-schema-registry-e2e-tests/
  6. pom.xml
  7. 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-{FLINK_VERSION}-bin-scala_{SCALA_VERSION}.tgz and extract, then find flink-dist-{FLINK_VERSION}.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-{FLINK_VERSION}/lib/flink-dist-{FLINK_VERSION}.jar