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

check service names based on project, not running containers #10111

Merged
merged 1 commit into from Dec 21, 2022

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Dec 21, 2022

What I did
listed container might not include the requested service. Then the error message "no such service" is wrong.

Related issue
closes #9951

(not mandatory) A picture of a cute animal, if possible in relation to what you did

@ndeloof ndeloof force-pushed the service_ps branch 3 times, most recently from 3b8a178 to 803d143 Compare December 21, 2022 08:30
@ndeloof ndeloof requested review from a team, nicksieger, StefanScherer, ulyssessouza, glours, milas and laurazard and removed request for a team December 21, 2022 08:31
@codecov
Copy link

codecov bot commented Dec 21, 2022

Codecov Report

Base: 75.79% // Head: 76.98% // Increases project coverage by +1.19% 🎉

Coverage data is based on head (ffd5137) compared to base (91371fe).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##               v2   #10111      +/-   ##
==========================================
+ Coverage   75.79%   76.98%   +1.19%     
==========================================
  Files           2        2              
  Lines         252      252              
==========================================
+ Hits          191      194       +3     
+ Misses         53       51       -2     
+ Partials        8        7       -1     
Impacted Files Coverage Δ
pkg/e2e/framework.go 75.31% <0.00%> (+1.27%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
@ndeloof ndeloof merged commit 9bd9f17 into docker:v2 Dec 21, 2022
@ndeloof ndeloof deleted the service_ps branch December 21, 2022 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] ps errors out when any of the arguments is a non created but valid container name
2 participants