Tibor Vass
|
9266ff7893
waitAndAssert -> poll.WaitOn
|
5 years ago |
Tibor Vass
|
d766dac3bf
prepare for eg on waitAndAssert
|
6 years ago |
Tibor Vass
|
be66788e3c
rm-gocheck: fix compile errors from converting check.CommentInterface to string
|
5 years ago |
Tibor Vass
|
dc044f26ea
rm-gocheck: goimports
|
5 years ago |
Tibor Vass
|
1b1fe4cc64
rm-gocheck: check.CommentInterface -> string
|
5 years ago |
Tibor Vass
|
2f069fa3a5
rm-gocheck: convert check.Commentf to string - with just one string
|
5 years ago |
Tibor Vass
|
673cf751ca
rm-gocheck: convert check.Commentf to string - with multiple args
|
5 years ago |
Tibor Vass
|
ed9449a424
rm-gocheck: Contains -> strings.Contains
|
5 years ago |
Tibor Vass
|
07b243656c
rm-gocheck: Not(Contains) -> !strings.Contains
|
5 years ago |
Tibor Vass
|
e25352a42a
rm-gocheck: run goimports to compile successfully
|
5 years ago |
Tibor Vass
|
e49237dc7d
rm-gocheck: NotNil
|
5 years ago |
Tibor Vass
|
ef4c63acf6
rm-gocheck: IsNil
|
5 years ago |
Tibor Vass
|
7b91af803d
rm-gocheck: HasLen -> assert.Equal + len()
|
5 years ago |
Tibor Vass
|
6dc7846d26
rm-gocheck: Equals -> assert.Equal
|
5 years ago |
Tibor Vass
|
819baeb430
rm-gocheck: Not(Equals) -> a != b
|
5 years ago |
Tibor Vass
|
c8da7fbd25
rm-gocheck: normalize to use checker
|
5 years ago |
Tibor Vass
|
64a928a3d4
rm-gocheck: check.C -> testing.T
|
5 years ago |
Tibor Vass
|
a11079a449
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
|
5 years ago |
Tibor Vass
|
e44c6dc109
rm-gocheck: redress multiline c.Assert calls
|
5 years ago |
Brian Goff
|
eba485a3c6
Fix Service TTY test so signal handlers work
|
5 years ago |
Drew Erny
|
2ebfdfd66c
Retry service updates on out of sequence errors
|
6 years ago |
Drew Erny
|
c93da8ded9
Fix TestSwarmClusterRotateUnlockKey
|
6 years ago |
Tonis Tiigi
|
cf05755e9d
integration-cli: allow temporary no-leader error
|
6 years ago |
Sebastiaan van Stijn
|
6345208b9b
Replace some checkers and assertions with gotest.tools
|
6 years ago |
Brian Goff
|
e063099f91
Completely remove `d.NewClient` from testing tools
|
6 years ago |
Sebastiaan van Stijn
|
973ca00d60
reduce flakiness of TestSwarmLockUnlockCluster and TestSwarmJoinPromoteLocked
|
6 years ago |
Yong Tang
|
b958b430aa
Merge pull request #38417 from thaJeztah/replace_newclient
|
6 years ago |
Olli Janatuinen
|
02157c638b
Disabled these tests on s390x and ppc64le:
|
6 years ago |
Sebastiaan van Stijn
|
2cb7b73a1b
Test: Replace NewClient() with NewClientT()
|
6 years ago |
Kir Kolyshkin
|
2ed512c7fa
integration-cli/Test*Swarm*: use same args on restart
|
6 years ago |