You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Daren Wong (Jira)" <ji...@apache.org> on 2022/11/21 16:46:00 UTC

[jira] [Created] (FLINK-30118) Move DDB connector Integration Tests/ITCase to E2E test

Daren Wong created FLINK-30118:
----------------------------------

             Summary: Move DDB connector Integration Tests/ITCase to E2E test
                 Key: FLINK-30118
                 URL: https://issues.apache.org/jira/browse/FLINK-30118
             Project: Flink
          Issue Type: Improvement
          Components: Connectors / DynamoDB
    Affects Versions: aws-connector-2.0.0
            Reporter: Daren Wong


Currently DDB connector [ITCase|https://github.com/apache/flink-connector-aws/blob/53ea41008910237073804dc090d67a1e0852163d/flink-connector-dynamodb/src/test/java/org/apache/flink/connector/dynamodb/sink/DynamoDbSinkITCase.java#L77] is implemented whereby it starts a [DDB docker image|https://github.com/apache/flink-connector-aws/blob/main/flink-connector-dynamodb/src/test/java/org/apache/flink/connector/dynamodb/testutils/DynamoDbContainer.java] and run through several test scenarios on it.

The proposal is to move this ITCase to an e2e test that will be run as part of Github Action. This will help speed up Maven builds without sacrificing integration/e2e test to ensure quality.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)