Skip to content

Re enable skipped e2e tests#2647

Merged
utam0k merged 3 commits intoyouki-dev:mainfrom
YJDoc2:fix/enable-blocked-e2e
Jan 23, 2024
Merged

Re enable skipped e2e tests#2647
utam0k merged 3 commits intoyouki-dev:mainfrom
YJDoc2:fix/enable-blocked-e2e

Conversation

@YJDoc2
Copy link
Copy Markdown
Collaborator

@YJDoc2 YJDoc2 commented Jan 21, 2024

closes #2616

There are some tests which are (for now) only supported by youki, and not by the latest release of runc. Instead of not running those tests, we instead check an env var to see what runtime we are running, and skip those for runc.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 21, 2024

Codecov Report

Merging #2647 (b0a4457) into main (4d9f4e1) will not change coverage.
Report is 4 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2647   +/-   ##
=======================================
  Coverage   65.50%   65.50%           
=======================================
  Files         133      133           
  Lines       16916    16916           
=======================================
  Hits        11081    11081           
  Misses       5835     5835           

@YJDoc2 YJDoc2 requested a review from a team January 21, 2024 15:23
Comment on lines +51 to +54
Box::new(|| match std::env::var("RUNTIME_KIND") {
Err(_) => true,
Ok(s) => s != "runc",
}),
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.

How about turn into a function and putting others together?

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.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Done, please take a look!

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
@YJDoc2 YJDoc2 force-pushed the fix/enable-blocked-e2e branch from 1451e3a to b0a4457 Compare January 23, 2024 06:07
@utam0k utam0k merged commit 53adffe into youki-dev:main Jan 23, 2024
@github-actions github-actions Bot mentioned this pull request Jan 23, 2024
@YJDoc2 YJDoc2 deleted the fix/enable-blocked-e2e branch February 21, 2024 05:24
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.

Decide which runc to use for validating the rust oci test validation

3 participants