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

Add initial tests for rootless podman #2406

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

YJDoc2
Copy link
Collaborator

@YJDoc2 YJDoc2 commented Oct 5, 2023

This adds a simple script for validating rootless podman works with youki, now that #2370 is merged. This is not a "proper" test, just a basic bash script which will error if any of the steps error out ; but I'm planning out a small refactoring of rust integration tests, and these tests will be easier to implement in rust once that is done. So I'll be porting the script to proper crate once that is done. This, in the meantime, will make sure we don't accidentally regress the rootless support.

@codecov-commenter
Copy link

codecov-commenter commented Oct 5, 2023

Codecov Report

Merging #2406 (9c74b5e) into main (cc39179) will decrease coverage by 0.01%.
Report is 8 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2406      +/-   ##
==========================================
- Coverage   65.99%   65.98%   -0.01%     
==========================================
  Files         133      133              
  Lines       16814    16814              
==========================================
- Hits        11096    11095       -1     
- Misses       5718     5719       +1     

@YJDoc2 YJDoc2 requested a review from utam0k October 5, 2023 17:55
@YJDoc2 YJDoc2 force-pushed the test/rootless-tests branch from e1c1451 to 9c74b5e Compare October 6, 2023 05:08
@YJDoc2 YJDoc2 requested a review from a team October 9, 2023 05:06
@YJDoc2
Copy link
Collaborator Author

YJDoc2 commented Oct 9, 2023

@utam0k May I ask you to take a quick look at this, so I can continue with the actual test refactor?

@utam0k utam0k merged commit 04dc59f into youki-dev:main Oct 9, 2023
14 checks passed
@YJDoc2
Copy link
Collaborator Author

YJDoc2 commented Oct 9, 2023

Thank you 💜
I'll open the proper test PR soon!

@YJDoc2 YJDoc2 deleted the test/rootless-tests branch January 2, 2024 10:11
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