chore(ecs-patterns): fix the integration tests of queue processing fargate service#28463
chore(ecs-patterns): fix the integration tests of queue processing fargate service#28463mergify[bot] merged 10 commits intoaws:mainfrom AnuragMohapatra:fix-28383-fixintegrationtestingofqueueprocessingfargateservice
Conversation
…singfargateservice
lpizzinidev
left a comment
There was a problem hiding this comment.
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
lpizzinidev
left a comment
There was a problem hiding this comment.
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
kaizencc
left a comment
There was a problem hiding this comment.
(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