-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Flaky test: DockerSwarmSuite.TestSwarmClusterRotateUnlockKey #38885
Labels
area/testing
kind/bug
Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
Comments
thaJeztah
changed the title
flaky test: DockerSwarmSuite.TestSwarmClusterRotateUnlockKey
Flaky test DockerSwarmSuite.TestSwarmClusterRotateUnlockKey
Mar 16, 2019
thaJeztah
added
kind/bug
Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
area/testing
labels
Mar 16, 2019
This was referenced Jul 11, 2019
thaJeztah
changed the title
Flaky test DockerSwarmSuite.TestSwarmClusterRotateUnlockKey
Flaky test: DockerSwarmSuite.TestSwarmClusterRotateUnlockKey
Sep 1, 2019
This was referenced Sep 1, 2019
Looks like this test is still flaky #39883 (comment) |
Opened #39885 to add more debugging |
Merged
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/testing
kind/bug
Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
Let's create a separate issue for this one (also tracked in #33041 and #37306
Seen failing in https://jenkins.dockerproject.org/job/Docker-PRs-experimental/44501/console (and many other times)
This is the test:
moby/integration-cli/docker_cli_swarm_test.go
Lines 1313 to 1392 in 0e54f5e
d1
=dcd909916369d
d2
=de6869a9c7827
d3
=d899b634e4c28
Create 3 daemons;
Daemon 1 (
d1
=dcd909916369d
)moby/integration-cli/docker_cli_swarm_test.go
Line 1324 in 0e54f5e
Daemon 2 (
d2
=de6869a9c7827
)moby/integration-cli/docker_cli_swarm_test.go
Line 1325 in 0e54f5e
Daemon 3 (
d3
=d899b634e4c28
)moby/integration-cli/docker_cli_swarm_test.go
Line 1326 in 0e54f5e
In a loop (3 times);
Iteration 1:
Restart daemon
d2
moby/integration-cli/docker_cli_swarm_test.go
Line 1341 in 0e54f5e
Restart daemon
d3
moby/integration-cli/docker_cli_swarm_test.go
Line 1342 in 0e54f5e
Iteration 2:
Restart daemon
d2
moby/integration-cli/docker_cli_swarm_test.go
Line 1341 in 0e54f5e
Restart daemon
d3
moby/integration-cli/docker_cli_swarm_test.go
Line 1342 in 0e54f5e
Failing here;
moby/integration-cli/docker_cli_swarm_test.go
Lines 1385 to 1386 in 0e54f5e
Teardown:
Logs:
The text was updated successfully, but these errors were encountered: