Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: agentcontainers: fix flake when ctx cancelled while running docker inspect#18526

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
johnstcn merged 2 commits intomainfromcj/flake/agentcontainers-inspect-ctx-cancel
Jun 24, 2025

Conversation

johnstcn
Copy link
Member

@johnstcnjohnstcn self-assigned thisJun 24, 2025
Copy link
Member

@mafredrimafredri left a comment

Choose a reason for hiding this comment

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

Other than the simplification suggestion, LGTM 👍🏻

@@ -378,7 +378,11 @@ func (api *API) updaterLoop() {
// and anyone looking to interact with the API.
api.logger.Debug(api.ctx, "performing initial containers update")
if err := api.updateContainers(api.ctx); err != nil {
api.logger.Error(api.ctx, "initial containers update failed", slog.Error(err))
if errors.Is(err, context.Canceled) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Note thatcontext.Canceled doesn't, by default, trigger test failure. Still, nice to not pollute the error stream.

@johnstcnjohnstcn merged commit4066785 intomainJun 24, 2025
34 checks passed
@johnstcnjohnstcn deleted the cj/flake/agentcontainers-inspect-ctx-cancel branchJune 24, 2025 12:30
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJun 24, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@mafredrimafredrimafredri approved these changes

@spikecurtisspikecurtisspikecurtis approved these changes

Assignees

@johnstcnjohnstcn

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

flake: TestSSH_Container/OK
3 participants
@johnstcn@mafredri@spikecurtis

[8]ページ先頭

©2009-2025 Movatter.jp