[jira] [Updated] (FLINK-30118) Migrate DDB connector Integration Tests/ITCase to E2E module

2023-03-16 Thread Danny Cranmer (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Danny Cranmer updated FLINK-30118:
--
Fix Version/s: aws-connector-4.2.0
   (was: aws-connector-4.1.0)

> Migrate DDB connector Integration Tests/ITCase to E2E module
> 
>
> Key: FLINK-30118
> URL: https://issues.apache.org/jira/browse/FLINK-30118
> Project: Flink
>  Issue Type: Improvement
>  Components: Connectors / DynamoDB
>Reporter: Daren Wong
>Priority: Major
> Fix For: aws-connector-4.2.0
>
>
> 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)


[jira] [Updated] (FLINK-30118) Migrate DDB connector Integration Tests/ITCase to E2E module

2022-12-05 Thread Danny Cranmer (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Danny Cranmer updated FLINK-30118:
--
Fix Version/s: aws-connector-4.1.0
   (was: aws-connector-4.0.0)

> Migrate DDB connector Integration Tests/ITCase to E2E module
> 
>
> Key: FLINK-30118
> URL: https://issues.apache.org/jira/browse/FLINK-30118
> Project: Flink
>  Issue Type: Improvement
>  Components: Connectors / DynamoDB
>Reporter: Daren Wong
>Priority: Major
> Fix For: aws-connector-4.1.0
>
>
> 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)


[jira] [Updated] (FLINK-30118) Migrate DDB connector Integration Tests/ITCase to E2E module

2022-11-22 Thread Danny Cranmer (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Danny Cranmer updated FLINK-30118:
--
Fix Version/s: aws-connector-3.0.0
   (was: aws-connector-2.0.0)

> Migrate DDB connector Integration Tests/ITCase to E2E module
> 
>
> Key: FLINK-30118
> URL: https://issues.apache.org/jira/browse/FLINK-30118
> Project: Flink
>  Issue Type: Improvement
>  Components: Connectors / DynamoDB
>Reporter: Daren Wong
>Priority: Major
> Fix For: aws-connector-3.0.0
>
>
> 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)


[jira] [Updated] (FLINK-30118) Migrate DDB connector Integration Tests/ITCase to E2E module

2022-11-21 Thread Danny Cranmer (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Danny Cranmer updated FLINK-30118:
--
Fix Version/s: aws-connector-2.0.0

> Migrate DDB connector Integration Tests/ITCase to E2E module
> 
>
> 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
>Priority: Major
> Fix For: aws-connector-2.0.0
>
>
> 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)


[jira] [Updated] (FLINK-30118) Migrate DDB connector Integration Tests/ITCase to E2E module

2022-11-21 Thread Danny Cranmer (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Danny Cranmer updated FLINK-30118:
--
Affects Version/s: (was: aws-connector-2.0.0)

> Migrate DDB connector Integration Tests/ITCase to E2E module
> 
>
> Key: FLINK-30118
> URL: https://issues.apache.org/jira/browse/FLINK-30118
> Project: Flink
>  Issue Type: Improvement
>  Components: Connectors / DynamoDB
>Reporter: Daren Wong
>Priority: Major
> Fix For: aws-connector-2.0.0
>
>
> 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)


[jira] [Updated] (FLINK-30118) Migrate DDB connector Integration Tests/ITCase to E2E module

2022-11-21 Thread Danny Cranmer (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Danny Cranmer updated FLINK-30118:
--
Summary: Migrate DDB connector Integration Tests/ITCase to E2E module  
(was: Migrate DDB connector Integration Tests/ITCase to E2E test)

> Migrate DDB connector Integration Tests/ITCase to E2E module
> 
>
> 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
>Priority: Major
>
> 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)