Skip to content

Disable integration/system tests that are failing on Windows with error "protocol not available" #40199

Merged
kolyshkin merged 1 commit intomoby:masterfrom
vikramhh:touchup_40155
Nov 26, 2019
Merged

Disable integration/system tests that are failing on Windows with error "protocol not available" #40199
kolyshkin merged 1 commit intomoby:masterfrom
vikramhh:touchup_40155

Conversation

@vikramhh
Copy link

@vikramhh vikramhh commented Nov 11, 2019

The tests starts a new daemon, but attempts to run it with overlay2,
and using a unix:// socket, which doesn't really work on Windows.

#40155 tried to disable such tests but missed two of them.
They are being disabled with this change.

relates to #40156 "Integration: fix TestInfoDebug and other tests that spin up daemons for Windows"

Signed-off-by: vikrambirsingh [email protected]

- What I did
Disabled two tests that were supposed to have been disabled by #40155 but got missed out

- How I did it
Skipped tests if OS is Windows

- How to verify it
Checks will verify that there are no failures on RS5

- Description for the changelog

Skip all integration/system tests on Windows that are using unix:// socket

- A picture of a cute animal (not mandatory but encouraged)

The tests starts a new daemon, but attempts to run it with overlay2,
and using a unix:// socket, which doesn't really work on Windows.

40155 tried to disable such tests but missed two of them.
They are being disabled with this change.

Signed-off-by: vikrambirsingh <[email protected]>
Copy link
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, thanks!

ping @kolyshkin ptal

@thaJeztah
Copy link
Member

@tiborvass PTAL

@thaJeztah
Copy link
Member

ping @tiborvass @AkihiroSuda @cpuguy83 PTAL

Copy link
Contributor

@kolyshkin kolyshkin left a comment

Choose a reason for hiding this comment

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

LGTM

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.

3 participants