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

make sure integration tests complete in ubuntu 20.04 enviroment. #206

Merged

Conversation

utam0k
Copy link
Member

@utam0k utam0k commented Aug 19, 2021

No description provided.

@utam0k utam0k requested review from tsturzl and YJDoc2 August 19, 2021 12:29

check_enviroment() {
test_case=$1
if [[ $test_case =~ linux_cgroups* ]]; then
Copy link
Member

Choose a reason for hiding this comment

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

Could we check for *memory instead? Or is that not possible because the method that checks the test results checks this file even if it is not a memory related test case? I think I remember something like that...

Copy link
Member Author

Choose a reason for hiding this comment

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

The only test cases that did not pass were hugetlb and memory, so I made sure to skip those test cases.

@Furisto
Copy link
Member

Furisto commented Aug 20, 2021

lgtm

@Furisto Furisto merged commit a842761 into containers:main Aug 20, 2021
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.

None yet

2 participants