Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re enable skipped e2e tests #2647

Merged
merged 3 commits into from Jan 23, 2024
Merged

Conversation

YJDoc2
Copy link
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

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
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
Member

Choose a reason for hiding this comment

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

Copy link
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>
@utam0k utam0k merged commit 53adffe into containers:main Jan 23, 2024
28 checks passed
@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