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

update AUTHORS and mailmap #43687

Merged
merged 1 commit into from
Jun 3, 2022
Merged

Conversation

thaJeztah
Copy link
Member

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

cute-black-white-adopted-dog-picture-stray-green-grassfocus-head-card-text-thank-you-82771646

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Member Author

I'll bring this one in once the validate jobs in Jenkins passed, then I'll update docker/cli#3650 to align everything up again.

@thaJeztah
Copy link
Member Author

Windows failure is unrelated (TestStopContainerWithRestartPolicyAlways). Haven't seen that one fail before though; looks like a "one-off";

=== FAIL: github.com/docker/docker/integration/container TestStopContainerWithRestartPolicyAlways (15.50s)
    stop_test.go:29: timeout hit after 10s: waiting for container to be one of (running, restarting), currently exited

Looks like it may be racy, as it's trying to catch the "restarting" state of the container;

for _, name := range names {
poll.WaitOn(t, container.IsInState(ctx, client, name, "running", "restarting"), poll.WithDelay(100*time.Millisecond))
}

@thaJeztah
Copy link
Member Author

validate passed (other CI is not using this file)

@thaJeztah thaJeztah merged commit cf45952 into moby:master Jun 3, 2022
@thaJeztah thaJeztah deleted the update_authors_mailmap branch June 3, 2022 11:15
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.

None yet

2 participants