Skip to content

Skip tty critest testcase on Windows Server 2022#6698

Merged
kzys merged 1 commit intocontainerd:mainfrom
dcantah:skip-windows-critest-tty
Mar 21, 2022
Merged

Skip tty critest testcase on Windows Server 2022#6698
kzys merged 1 commit intocontainerd:mainfrom
dcantah:skip-windows-critest-tty

Conversation

@dcantah
Copy link
Copy Markdown
Member

@dcantah dcantah commented Mar 18, 2022

Skip the 'runtime should support exec with tty=true and stdin=true' test
for now as it's exceedingly flaky only on Ws2022.. Doesn't seem to reproduce
on a local ws2022 machine, but don't want to keep the CI red while we
investigate.

@k8s-ci-robot
Copy link
Copy Markdown

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Mar 18, 2022

Build succeeded.

Copy link
Copy Markdown
Contributor

@jterry75 jterry75 left a comment

Choose a reason for hiding this comment

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

LGTM

@dcantah
Copy link
Copy Markdown
Member Author

dcantah commented Mar 19, 2022

Had this on draft as I was out most of the day and wouldn't be able to fix anything if it failed 😄. Doesn't seem like this actually skipped the test even though the if condition should definitely have been entered.. Looking

@TBBle
Copy link
Copy Markdown
Contributor

TBBle commented Mar 19, 2022

Oh, I didn't notice this PR until now, and just finished throwing together the same idea (but I was lazy and just skipped the test on all Windows versions, so this PR is better).

I suspect the reason it didn't skip is that it's -ginkgo.skip, not --ginkgo.skip? For reference, this change did skip, taking us from 7 skips to 8 skips.

@dcantah
Copy link
Copy Markdown
Member Author

dcantah commented Mar 19, 2022

@TBBle Oh duh, changing shortly

@dcantah dcantah force-pushed the skip-windows-critest-tty branch from f6f54d1 to 93af84c Compare March 21, 2022 14:32
@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Mar 21, 2022

Build succeeded.

Skip the 'runtime should support exec with tty=true and stdin=true' test
for now as it's exceedingly flaky only on Ws2022.. Doesn't seem to reproduce
on a local ws2022 machine, but don't want to keep the CI red while we
investigate.

Signed-off-by: Daniel Canter <[email protected]>
@dcantah dcantah force-pushed the skip-windows-critest-tty branch from 93af84c to e9bb9c3 Compare March 21, 2022 16:11
@dcantah
Copy link
Copy Markdown
Member Author

dcantah commented Mar 21, 2022

Looks like either --ginkgo.skip or -ginkgo-skip is accepted.. weird. But the issue just lied in how it was being parsed. Should work now, will wait for CI to complete to undraft

@estesp
Copy link
Copy Markdown
Member

estesp commented Mar 21, 2022

looks like it worked:

SUCCESS! -- 31 Passed | 0 Failed | 0 Pending | 8 Skipped

@estesp estesp marked this pull request as ready for review March 21, 2022 17:03
Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

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

LGTM

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Mar 21, 2022

Build succeeded.

@kzys kzys merged commit f72dada into containerd:main Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants