Skip to content

Conversation

@CaptainCarpensir
Copy link
Contributor

Uses docker ps to ensure that the containers are stopped, instead of waiting 1 second and assuming that's enough time to stop them.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.

@CaptainCarpensir CaptainCarpensir requested a review from a team as a code owner November 16, 2023 20:25
@CaptainCarpensir CaptainCarpensir requested review from huanjani and removed request for a team November 16, 2023 20:25
@github-actions
Copy link

github-actions bot commented Nov 16, 2023

🍕 Here are the new binary sizes!

Name New size (kiB) size (kiB) Delta (%)
macOS (amd) 56764 55192 🥺 +2.85
macOS (arm) 57768 56144 🥺 +2.89
linux (amd) 49768 48440 🥺 +2.74
linux (arm) 49088 47748 🥺 +2.81
windows (amd) 46900 45672 🥺 +2.69

@codecov-commenter
Copy link

codecov-commenter commented Nov 22, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (ab6e1da) 70.00% compared to head (32c4664) 70.01%.

Files Patch % Lines
internal/pkg/docker/orchestrator/orchestrator.go 56.25% 6 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           mainline    #5489      +/-   ##
============================================
+ Coverage     70.00%   70.01%   +0.01%     
============================================
  Files           302      302              
  Lines         46124    46137      +13     
  Branches        309      309              
============================================
+ Hits          32287    32301      +14     
  Misses        12264    12264              
+ Partials       1573     1572       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@dannyrandall dannyrandall left a comment

Choose a reason for hiding this comment

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

looks great! just a small nit 😊

@dannyrandall dannyrandall added the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Dec 4, 2023
@CaptainCarpensir CaptainCarpensir removed the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Dec 4, 2023
@mergify mergify bot merged commit dae144e into aws:mainline Dec 4, 2023
mergify bot pushed a commit that referenced this pull request Dec 6, 2023
Made a mistake in #5489 that causes an error message to falsely appear when stopping `run local` because it would call `docker inspect` when it only needed to call `docker ps`. This introduces another function that only runs the latter function, rather than running both, fixing the issue.



By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
@CaptainCarpensir CaptainCarpensir deleted the cli/run-local-runtask-fix branch January 2, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants