Skip to content

Conversation

tonistiigi
Copy link
Member

@tonistiigi tonistiigi commented Nov 26, 2024

full diff: moby/buildkit@94d0f6e...v0.18.0-rc2

- What I did

- How I did it

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@thaJeztah
Copy link
Member

Failure looks unrelated, but we should look at improving that test to also preserve the command output, because currently the error may not be very informative on failures;

for _, repo := range repos {
go func(repo string) {
result := icmd.RunCommand(dockerBinary, "push", repo)
results <- result.Error
}(repo)
}
for range repos {
err := <-results
assert.NilError(c, err, "concurrent push failed with error: %v", err)
}

=== Failed
=== FAIL: amd64.integration-cli TestDockerRegistrySuite/TestConcurrentPush (1.36s)
    docker_cli_push_test.go:159: assertion failed: error is not nil: exit status 1: concurrent push failed with error: exit status 1
    check_test.go:476: [dd03c91e2f0e7] daemon is not started
    --- FAIL: TestDockerRegistrySuite/TestConcurrentPush (1.36s)

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

LGTM

@thaJeztah thaJeztah merged commit d8fa058 into moby:master Nov 26, 2024
155 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dockerd fails to fully start with containerd snapshotter and many builds/images: context deadline exceeded
3 participants