index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
integration-cli
/
docker_cli_swarm_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
integration-cli: fix empty-lines (revive)
Sebastiaan van Stijn
2022-09-28
1
-2
/
+0
*
Update some tests for supplementary group permissions
Sebastiaan van Stijn
2022-09-08
1
-1
/
+1
*
Bump swarmkit to v2
Cory Snider
2022-04-21
1
-1
/
+1
*
integration(-cli): remove discovery related tests
Sebastiaan van Stijn
2022-01-06
1
-8
/
+2
*
refactor: move from io/ioutil to io and os package
Eng Zer Jun
2021-08-27
1
-8
/
+7
*
Update to Go 1.17.0, and gofmt with Go 1.17
Sebastiaan van Stijn
2021-08-24
1
-0
/
+1
*
Fix libnetwork imports
Brian Goff
2021-06-01
1
-3
/
+3
*
Fix TestSwarmManagerAddress to not depend on "pretty" format
Sebastiaan van Stijn
2020-05-11
1
-4
/
+4
*
bump gotest.tools v3.0.1 for compatibility with Go 1.14
Sebastiaan van Stijn
2020-02-11
1
-4
/
+4
*
integration-cli: use subtests for TestSwarmNetworkCreateDup
Sebastiaan van Stijn
2019-10-21
1
-12
/
+10
*
integration-cli: DockerSwarmSuite: show output on failures
Sebastiaan van Stijn
2019-10-07
1
-88
/
+91
*
integration-cli: add more debugging for TestSwarmClusterRotateUnlockKey
Sebastiaan van Stijn
2019-09-19
1
-1
/
+4
*
integration-cli: S1025: the argument is already a string (gosimple)
Sebastiaan van Stijn
2019-09-18
1
-13
/
+13
*
integration-cli: remove unnescessary conversions (unconvert)
Sebastiaan van Stijn
2019-09-18
1
-3
/
+3
*
integration-cli: remove unneeded fmt.Sprintf() in asserts
Sebastiaan van Stijn
2019-09-11
1
-28
/
+28
*
Merge pull request #39799 from tiborvass/bye-bye-gocheck
Sebastiaan van Stijn
2019-09-10
1
-309
/
+270
|
\
|
*
fix remaining issues with checker.Not
Tibor Vass
2019-09-09
1
-1
/
+1
|
*
waitAndAssert -> poll.WaitOn
Tibor Vass
2019-09-09
1
-34
/
+33
|
*
prepare for eg on waitAndAssert
Tibor Vass
2019-09-09
1
-1
/
+1
|
*
rm-gocheck: fix compile errors from converting check.CommentInterface to string
Tibor Vass
2019-09-09
1
-6
/
+6
|
*
rm-gocheck: goimports
Tibor Vass
2019-09-09
1
-1
/
+0
|
*
rm-gocheck: check.CommentInterface -> string
Tibor Vass
2019-09-09
1
-5
/
+5
|
*
rm-gocheck: convert check.Commentf to string - with just one string
Tibor Vass
2019-09-09
1
-2
/
+2
|
*
rm-gocheck: convert check.Commentf to string - with multiple args
Tibor Vass
2019-09-09
1
-30
/
+30
|
*
rm-gocheck: Contains -> strings.Contains
Tibor Vass
2019-09-09
1
-95
/
+68
|
*
rm-gocheck: Not(Contains) -> !strings.Contains
Tibor Vass
2019-09-09
1
-39
/
+29
|
*
rm-gocheck: run goimports to compile successfully
Tibor Vass
2019-09-09
1
-0
/
+1
|
*
rm-gocheck: NotNil
Tibor Vass
2019-09-09
1
-1
/
+1
|
*
rm-gocheck: IsNil
Tibor Vass
2019-09-09
1
-21
/
+21
|
*
rm-gocheck: HasLen -> assert.Equal + len()
Tibor Vass
2019-09-09
1
-2
/
+2
|
*
rm-gocheck: Equals -> assert.Equal
Tibor Vass
2019-09-09
1
-29
/
+29
|
*
rm-gocheck: Not(Equals) -> a != b
Tibor Vass
2019-09-09
1
-10
/
+10
|
*
rm-gocheck: normalize to use checker
Tibor Vass
2019-09-09
1
-1
/
+1
|
*
rm-gocheck: check.C -> testing.T
Tibor Vass
2019-09-09
1
-69
/
+69
|
*
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
Tibor Vass
2019-09-09
1
-160
/
+160
|
*
rm-gocheck: redress multiline c.Assert calls
Tibor Vass
2019-09-09
1
-2
/
+1
*
|
Fix Service TTY test so signal handlers work
Brian Goff
2019-09-09
1
-1
/
+1
|
/
*
Fix TestSwarmClusterRotateUnlockKey
Drew Erny
2019-07-26
1
-2
/
+2
*
Retry service updates on out of sequence errors
Drew Erny
2019-07-18
1
-3
/
+7
*
integration-cli: allow temporary no-leader error
Tonis Tiigi
2019-07-17
1
-6
/
+30
*
Replace some checkers and assertions with gotest.tools
Sebastiaan van Stijn
2019-04-05
1
-232
/
+233
*
Completely remove `d.NewClient` from testing tools
Brian Goff
2019-02-07
1
-2
/
+2
*
reduce flakiness of TestSwarmLockUnlockCluster and TestSwarmJoinPromoteLocked
Sebastiaan van Stijn
2019-01-12
1
-4
/
+4
*
Merge pull request #38417 from thaJeztah/replace_newclient
Yong Tang
2019-01-04
1
-4
/
+2
|
\
|
*
Test: Replace NewClient() with NewClientT()
Sebastiaan van Stijn
2018-12-22
1
-4
/
+2
*
|
Disabled these tests on s390x and ppc64le:
Olli Janatuinen
2018-12-24
1
-0
/
+8
|
/
*
integration-cli/Test*Swarm*: use same args on restart
Kir Kolyshkin
2018-11-01
1
-16
/
+16
*
docker_cli_swarm_test: factor out common code
Kir Kolyshkin
2018-11-01
1
-89
/
+19
*
docker_cli_swarm_test.go: rm unused arg
Kir Kolyshkin
2018-11-01
1
-5
/
+5
*
Fix typo
16yuki0702
2018-10-06
1
-1
/
+1
[next]