Sebastiaan van Stijn
|
dc0c2340b8
integration-cli: fix empty-lines (revive)
|
2 년 전 |
Sebastiaan van Stijn
|
c7e77dba7f
Update some tests for supplementary group permissions
|
2 년 전 |
Cory Snider
|
1c129103b4
Bump swarmkit to v2
|
3 년 전 |
Sebastiaan van Stijn
|
65b92a730a
integration(-cli): remove discovery related tests
|
3 년 전 |
Eng Zer Jun
|
c55a4ac779
refactor: move from io/ioutil to io and os package
|
3 년 전 |
Sebastiaan van Stijn
|
686be57d0a
Update to Go 1.17.0, and gofmt with Go 1.17
|
3 년 전 |
Brian Goff
|
a0a473125b
Fix libnetwork imports
|
4 년 전 |
Sebastiaan van Stijn
|
9871b6e30e
Fix TestSwarmManagerAddress to not depend on "pretty" format
|
5 년 전 |
Sebastiaan van Stijn
|
9f0b3f5609
bump gotest.tools v3.0.1 for compatibility with Go 1.14
|
5 년 전 |
Sebastiaan van Stijn
|
18a97ee981
integration-cli: use subtests for TestSwarmNetworkCreateDup
|
5 년 전 |
Sebastiaan van Stijn
|
d5f07220fc
integration-cli: DockerSwarmSuite: show output on failures
|
5 년 전 |
Sebastiaan van Stijn
|
78d137dd23
integration-cli: add more debugging for TestSwarmClusterRotateUnlockKey
|
5 년 전 |
Sebastiaan van Stijn
|
a2f16b0ad3
integration-cli: S1025: the argument is already a string (gosimple)
|
5 년 전 |
Sebastiaan van Stijn
|
7c40c0a922
integration-cli: remove unnescessary conversions (unconvert)
|
5 년 전 |
Sebastiaan van Stijn
|
0fabf3e41e
integration-cli: remove unneeded fmt.Sprintf() in asserts
|
5 년 전 |
Sebastiaan van Stijn
|
1fd0107d7f
Merge pull request #39799 from tiborvass/bye-bye-gocheck
|
5 년 전 |
Tibor Vass
|
40f1950e8e
fix remaining issues with checker.Not
|
5 년 전 |
Tibor Vass
|
ac2f24e72a
waitAndAssert -> poll.WaitOn
|
5 년 전 |
Tibor Vass
|
42599f1cad
prepare for eg on waitAndAssert
|
5 년 전 |
Tibor Vass
|
64de5e8228
rm-gocheck: fix compile errors from converting check.CommentInterface to string
|
5 년 전 |
Tibor Vass
|
7813dfe9d7
rm-gocheck: goimports
|
5 년 전 |
Tibor Vass
|
3a24472c8e
rm-gocheck: check.CommentInterface -> string
|
5 년 전 |
Tibor Vass
|
6135eec30a
rm-gocheck: convert check.Commentf to string - with just one string
|
5 년 전 |
Tibor Vass
|
a2024a5470
rm-gocheck: convert check.Commentf to string - with multiple args
|
5 년 전 |
Tibor Vass
|
98f2638fe5
rm-gocheck: Contains -> strings.Contains
|
5 년 전 |
Tibor Vass
|
4e2e486b23
rm-gocheck: Not(Contains) -> !strings.Contains
|
5 년 전 |
Tibor Vass
|
59e55dcdd0
rm-gocheck: run goimports to compile successfully
|
5 년 전 |
Tibor Vass
|
64a161aa3e
rm-gocheck: NotNil
|
5 년 전 |
Tibor Vass
|
2743e2d8bc
rm-gocheck: IsNil
|
5 년 전 |
Tibor Vass
|
491ef7b901
rm-gocheck: HasLen -> assert.Equal + len()
|
5 년 전 |