This repository was archived by the owner on Oct 13, 2023. It is now read-only.
forked from moby/moby
-
Notifications
You must be signed in to change notification settings - Fork 418
[19.03 backport] Testing and Jenkinsfile changes [step 2] #383
Merged
andrewhsu
merged 65 commits into
docker-archive:19.03
from
thaJeztah:19.03_backport_test_fixes_2
Sep 27, 2019
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
dc4884a
pkg/mount: MakeMount: minor optimization
kolyshkin 8b328aa
pkg/mount: Mount: minor optimization
kolyshkin d2b4701
daemon/mountVolumes: no need to specify fstype
kolyshkin 32685e9
daemon/mountVolumes(): eliminate MakeRPrivate call
kolyshkin 9f03b73
pkg/mount/Make*: optimize
kolyshkin 99799a9
TestContainersAPICreateMountsCreate: minor optimization
kolyshkin e71e7d8
integration-cli: fix tests that are silently succeeding when they sho…
02545bf
prepare for rm-gocheck script
6abf32f
add rm-gocheck.go script and eg templates
59a9eda
rm-gocheck: normalize c.Check to c.Assert
e44c6dc
rm-gocheck: redress multiline c.Assert calls
a11079a
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
4a358d0
rm-gocheck: check.C -> testing.B for BenchmarkXXX
64a928a
rm-gocheck: check.C -> testing.T
99deded
rm-gocheck: ErrorMatches -> assert.ErrorContains
c8da7fb
rm-gocheck: normalize to use checker
fa8d702
rm-gocheck: Not(IsNil) -> != nil
819baeb
rm-gocheck: Not(Equals) -> a != b
b3d02e7
rm-gocheck: Not(Matches) -> !cmp.Regexp
6dc7846
rm-gocheck: Equals -> assert.Equal
17e04aa
rm-gocheck: DeepEquals -> assert.DeepEqual
7b91af8
rm-gocheck: HasLen -> assert.Equal + len()
ef4c63a
rm-gocheck: IsNil
e49237d
rm-gocheck: NotNil
cfd0c55
rm-gocheck: False
7696045
rm-gocheck: True
1da0c05
rm-gocheck: redress check.Suite calls
bbcad73
rm-gocheck: comment out check.Suite calls
d523748
rm-gocheck: comment out check.TestingT
e25352a
rm-gocheck: run goimports to compile successfully
99c1b63
rm-gocheck: Matches -> cmp.Regexp
07b2436
rm-gocheck: Not(Contains) -> !strings.Contains
ed9449a
rm-gocheck: Contains -> strings.Contains
673cf75
rm-gocheck: convert check.Commentf to string - with multiple args
2f069fa
rm-gocheck: convert check.Commentf to string - with just one string
be28c05
rm-gocheck: convert check.Commentf to string - other
1b1fe4c
rm-gocheck: check.CommentInterface -> string
dc044f2
rm-gocheck: goimports
be66788
rm-gocheck: fix compile errors from converting check.CommentInterface…
c30d52b
fix remaining compile issues
d766dac
prepare for eg on waitAndAssert
9266ff7
waitAndAssert -> poll.WaitOn
be42af8
fix remaining issues with checker.Not
37555cd
remove waitAndAssert and type casts
5f7621b
remove rm-gocheck.go and templates
c3d8cb9
vendor: remove vdemeester/shakers and go-check/check
fce03f9
internal/test/suite
da96e5c
Setup tests
a5282fa
cleanup
0fa81e5
Update Jenkinsfile
df569fd
hack: update scripts
15aa73e
remove per-test -timeout logic because it does not work
05933ab
integration-cli: have helper functions use testing.Helper()
cf50c5b
integration-cli: fix pollCheck
d98c74d
intgration-cli: fix formatting
4c3e2dc
suite: put suite setup inside test run
7ae6aa4
integration-cli: remove TestingT
4199956
integration-cli/requirements: Skip windows specific isolation require…
Snorch 4cf69b9
integration-cli: remove unneeded fmt.Sprintf() in asserts
thaJeztah e1c5cdf
hack: have integration-cli use gotestsum codepath
682a461
integration-cli: move each test suite to its own TestX testing function
50cee7c
hack/test/unit: fix custom TESTFLAGS not working
thaJeztah 9464d3c
Disable TestPsListContainersFilterExited (Windows)
da8cd68
integration-cli: run goimports
06f11ab
integration-cli: fix golint issues
thaJeztah File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After this is merged, I'll have to cherry-pick moby#39897 (Re-enable disable deprecate-integration-cli)