-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Conversation
…singfargateservice
There was a problem hiding this 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.
...eg/test/aws-ecs-patterns/test/fargate/integ.queue-processing-fargate-service-health-check.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk-testing/framework-integ/test/aws-ecs-patterns/test/sqs-reader/index.py
Outdated
Show resolved
Hide resolved
....js.snapshot/asset.d3bdcfdd660bfe705ef686f270e773fc19d7c57af72814ab86e6e1c9ac2f7535/index.py
Outdated
Show resolved
Hide resolved
…service' of https://github.com/AnuragMohapatra/aws-cdk into fix-28383-fixintegrationtestingofqueueprocessingfargateservice
There was a problem hiding this 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.
...g-fargate-service-health-check.js.snapshot/aws-ecs-patterns-queue-health-check.template.json
Outdated
Show resolved
Hide resolved
...terns/test/fargate/integ.queue-processing-fargate-service-health-check.js.snapshot/tree.json
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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!
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). |
…singfargateservice
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
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). |
…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*
Closes #28383.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license