docker 18.09.7-0ubuntu1~18.04.4 integration tests DockerSwarmSuite.TestSwarmInit and DockerSwarmSuite.TestSwarmUpdate are failing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
docker.io (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
$ grep FAIL docker-
FAIL: docker_
FAIL: docker_
OOPS: 1479 passed, 50 skipped, 2 FAILED
--- FAIL: Test (5215.24s)
FAIL
I've attached the full log but here are the relevant excerpts:
FAIL: docker_
[d6c1107a028f0] waiting for daemon to start
[d6c1107a028f0] daemon started
docker_
c.Assert(
... obtained string = ""
... expected string = "" +
... "-----BEGIN CERTIFICATE-----\n" +
... "MIID0TCCAzqgAw
... "VQQGEwJVUzELMA
... "A1UEChMMRm9ydC
... "Y2hhbmdlbWUxET
... "QGhvc3QuZG9tYW
... "CzAJBgNVBAYTAl
... "MRUwEwYDVQQKEw
... "VQQDEwhjaGFuZ2
... "EG1haWxAaG9zdC
... "0xDw+5y7ZptQac
... "AU9boG0FCkgxfs
... "sNQvg+
... "HQ4EFgQUZu7DFz
... "q0QBa2+
... "QTEVMBMGA1UEBx
... "ETAPBgNVBAsTCG
... "Y2hhbmdlbWUxHz
... "hCcEpzAMBgNVHR
... "zEd0M1+
... "ic3vAIYYU7Pmge
... "Zxtf5lL6KSO9Y+
... "-----END CERTIFICATE-----\n"
[d6c1107a028f0] exiting daemon
FAIL: docker_
[daa25bb457f91] waiting for daemon to start
[daa25bb457f91] daemon started
docker_
c.Assert(
... obtained string = "" +
... "-----BEGIN CERTIFICATE-----\n" +
... "MIIBaTCCARCgAw
... "EzERMA8GA1UEAx
... "OTAwWjATMREwDw
... "A0IABIOUj6OH5S
... "jdwqvdgkKqtDEp
... "Af8EBTADAQH/
... "PQQDAgNHADBEAi
... "+LFrps73iHNhzf
... "-----END CERTIFICATE-----\n"
... expected string = ""
[daa25bb457f91] exiting daemon
---
Running the integration tests:
$ pull-lp-source docker.io bionic
$ cd cd docker.io-18.09.7
$ sudo make test-integratio
description: | updated |