Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ecs-patterns): fix the integration tests of queue processing fargate service #28463

Merged
merged 10 commits into from
Dec 23, 2023
Merged

chore(ecs-patterns): fix the integration tests of queue processing fargate service #28463

merged 10 commits into from
Dec 23, 2023

Conversation

AnuragMohapatra
Copy link
Contributor

  1. Fixed the docker image to use Python 3.11 to stop the python3.6 out of date warning/error
  2. Fixed the lambda container's entry point handler, causing the integration tests to go into an infinite loop.
  3. Fixed/changed the public integration test to a health check test as the queue processing fargate service doesn't have a public-facing feature.

Closes #28383.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added bug This issue is a bug. effort/medium Medium work item – several days of effort p2 labels Dec 22, 2023
@aws-cdk-automation aws-cdk-automation requested a review from a team December 22, 2023 11:00
@github-actions github-actions bot added the beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK label Dec 22, 2023
@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Dec 22, 2023
Copy link
Contributor

@lpizzinidev lpizzinidev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍
A couple of nits.

@aws-cdk-automation aws-cdk-automation removed the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Dec 22, 2023
Copy link
Contributor

@lpizzinidev lpizzinidev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍
Just update the integration test snapshots and this will be good for me.

@kaizencc kaizencc changed the title fix(ecs-patterns): fix the integration tests of queue processing fargate service chore(ecs-patterns): fix the integration tests of queue processing fargate service Dec 23, 2023
Copy link
Contributor

@kaizencc kaizencc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(updated to chore because although this does fix something, it doesn't fix the public api :))

Thanks @AnuragMohapatra for taking this on and @lpizzinidev for reviewing. It looks like the changes you're adding are all reasonable + helpful, so I'm inclined to trust you that this is working now, or at least not worse than before :). Appreciate you taking on this integ test fix!

Copy link
Contributor

mergify bot commented Dec 23, 2023

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 5290834
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 9d3f95b into aws:main Dec 23, 2023
9 checks passed
Copy link
Contributor

mergify bot commented Dec 23, 2023

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

paulhcsun pushed a commit to paulhcsun/aws-cdk that referenced this pull request Jan 5, 2024
…rgate service (aws#28463)

1. Fixed the docker image to use Python 3.11 to stop the python3.6 out of date warning/error
2. Fixed the lambda container's entry point handler, causing the integration tests to go into an infinite loop.
3. Fixed/changed the public integration test to a health check test as the queue processing fargate service doesn't have a public-facing feature.


Closes aws#28383.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK bug This issue is a bug. effort/medium Medium work item – several days of effort p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(aws-ecs-patterns): Integration testing of aws-ecs-patterns contains an invalid integration test
5 participants