Daren Wong created FLINK-37733:
----------------------------------
Summary: Externalise DynamoDB IT Test to E2E test package
Key: FLINK-37733
URL: https://issues.apache.org/jira/browse/FLINK-37733
Project: Flink
Issue Type: Improvement
Components: Connectors / DynamoDB
Reporter: Daren Wong
DynamoDB connector IT Test currently resides in `flink-connector-dynamodb`
package which means:
* It is inconsistent with other connector package where IT test resides in
their own e2e test package.
* Building the package takes longer as IT test takes time to spin up a docker
environment for the test.
* Github action/workflow does not run the IT test as they are not in e2e test
package.
This is a minor improvement to relocate the IT test into its own e2e test
package similar to other connectors
--
This message was sent by Atlassian Jira
(v8.20.10#820010)