This repository was archived by the owner on Oct 13, 2023. It is now read-only.
[WIP] [18.03] backport test changes#502
Closed
thaJeztah wants to merge 6 commits into
Closed
Conversation
This fix migrates volumes tests in integration-cli to api tests in integration/ Signed-off-by: Yong Tang <yong.tang.github@outlook.com> (cherry picked from commit d896f87) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This fix migrates several docker rm tests to api tests Signed-off-by: Yong Tang <yong.tang.github@outlook.com> (cherry picked from commit 6bd4f48) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
…ntainer This fix moves helper functions containerIsStopped and containerIsInState to integration/internal/container, so that they could be used outside of integration/container. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> (cherry picked from commit eda311c) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This fix is a minor enhancement to replace several ContainerCreate with helper funcs of `container.Create` in tests. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> (cherry picked from commit 6ad4720) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This fix migrates export tests in integration-cli to api tests. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> (cherry picked from commit 4e702cf) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
```
docker build -f Dockerfile.e2e -t moby-e2e .
docker run -v /var/run/docker.sock:/var/run/docker.sock \
-e TEST_INTEGRATION_DIR=/tests/integration/container \
-e DOCKER_API_VERSION=1.36 moby-e2e
```
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
(cherry picked from commit 18dd1d9)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Member
Author
|
We can close this one in favour of #512 if that goes green |
Member
Author
|
closing, because #512 was merged |
docker-jenkins
pushed a commit
that referenced
this pull request
Oct 20, 2020
Add Ubuntu 20.10 "Groovy Gorilla" Upstream-commit: 57ae892 Component: packaging
akrasnov-drv
pushed a commit
to drivenets/docker-ce
that referenced
this pull request
Apr 23, 2023
…roovy-gorilla Add Ubuntu 20.10 "Groovy Gorilla"
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Cherry-picks for 18.03 of