Skip to content

Skip some test on remote daemon for e2e run(s)#36944

Merged
tiborvass merged 1 commit intomoby:masterfrom
vdemeester:fix-e2e-run
Apr 27, 2018
Merged

Skip some test on remote daemon for e2e run(s)#36944
tiborvass merged 1 commit intomoby:masterfrom
vdemeester:fix-e2e-run

Conversation

@vdemeester
Copy link
Copy Markdown
Member

We may need to run those on the CI too at some point.

Signed-off-by: Vincent Demeester [email protected]

Copy link
Copy Markdown
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@b87bda8). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master   #36944   +/-   ##
=========================================
  Coverage          ?   35.39%           
=========================================
  Files             ?      614           
  Lines             ?    45725           
  Branches          ?        0           
=========================================
  Hits              ?    16184           
  Misses            ?    27398           
  Partials          ?     2143

@tiborvass
Copy link
Copy Markdown
Contributor

Some are still missing, will add commits to this PR

Copy link
Copy Markdown
Member

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Contributor

@AntaresS AntaresS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tiborvass
Copy link
Copy Markdown
Contributor

Don't merge yet.

@tiborvass
Copy link
Copy Markdown
Contributor

@cpuguy83 @AntaresS feel free to review now. I removed daemon creation at all in integration/build because it was there only to enable experimental mode. Instead I added an experimental requirement to the test.

We really need to run those on the CI too at some point.

Signed-off-by: Vincent Demeester <[email protected]>
Signed-off-by: Tibor Vass <[email protected]>
@tiborvass
Copy link
Copy Markdown
Contributor

Investigating TestServicePlugin failure...

@AntaresS
Copy link
Copy Markdown
Contributor

All CI passed! 🎉
@tiborvass

@tiborvass
Copy link
Copy Markdown
Contributor

LGTM

@tiborvass tiborvass merged commit 765a9f3 into moby:master Apr 27, 2018
@vdemeester vdemeester deleted the fix-e2e-run branch April 27, 2018 15:04
@vdemeester
Copy link
Copy Markdown
Member Author

@cpuguy83 @AntaresS feel free to review now. I removed daemon creation at all in integration/build because it was there only to enable experimental mode. Instead I added an experimental requirement to the test.

@tiborvass right, I did that because I wanted to remove the experimental build/check at all at some point 👼

func TestBuildWithSession(t *testing.T) {
d := daemon.New(t, daemon.WithExperimental)
d.StartWithBusybox(t)
defer d.Stop(t)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't this changed recently though, so that we can remove the "experimental" CI, and only have some tests start an experimental daemon

Perhaps we can make this conditional, if we run a local daemon; start an experimental one, otherwise skip if the remote daemon is not experimental

@thaJeztah
Copy link
Copy Markdown
Member

Dang; of course forgot to submit my comment - had the same remark as @vdemeester

4eacc577-57cf-43ad-a9aa-71a036319f19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants