-
Notifications
You must be signed in to change notification settings - Fork 153
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
fix: ECS WaitService finish before task running #4568
Conversation
@tokku5552 Thanks for contribution, please use |
8185c26
to
5c3e703
Compare
3c1a856
to
f650075
Compare
Signed-off-by: 徳田 真之介 <[email protected]>
Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: 徳田 真之介 <[email protected]>
8898cf7
to
9892069
Compare
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.
Great catch, thank you ❤️
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #4568 +/- ##
==========================================
+ Coverage 29.91% 29.94% +0.02%
==========================================
Files 220 220
Lines 25873 25877 +4
==========================================
+ Hits 7741 7749 +8
+ Misses 17484 17481 -3
+ Partials 648 647 -1
☔ View full report in Codecov by Sentry. |
* fix: ECS WaitService finish before task running Signed-off-by: 徳田 真之介 <[email protected]> * Update pkg/app/piped/platformprovider/ecs/client.go Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: 徳田 真之介 <[email protected]> --------- Signed-off-by: 徳田 真之介 <[email protected]> Co-authored-by: Khanh Tran <[email protected]>
* Support create ECS service with serviceRegistries configuration (#4564) Signed-off-by: khanhtc1202 <[email protected]> * Support update service which contains serviceRegistries (#4567) Signed-off-by: khanhtc1202 <[email protected]> * fix: ECS WaitService finish before task running (#4568) * fix: ECS WaitService finish before task running Signed-off-by: 徳田 真之介 <[email protected]> * Update pkg/app/piped/platformprovider/ecs/client.go Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: 徳田 真之介 <[email protected]> --------- Signed-off-by: 徳田 真之介 <[email protected]> Co-authored-by: Khanh Tran <[email protected]> --------- Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: 徳田 真之介 <[email protected]> Co-authored-by: tokku5552 <[email protected]>
* fix: ECS WaitService finish before task running Signed-off-by: 徳田 真之介 <[email protected]> * Update pkg/app/piped/platformprovider/ecs/client.go Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: 徳田 真之介 <[email protected]> --------- Signed-off-by: 徳田 真之介 <[email protected]> Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: moko-poi <[email protected]>
What this PR does / why we need it:
Fixed an issue where ECS tasks were marked as successful before they were all started
Which issue(s) this PR fixes:
Follow PR #4548
Does this PR introduce a user-facing change?: