-
Notifications
You must be signed in to change notification settings - Fork 611
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
ci: fix rawhide netlink error #2304
ci: fix rawhide netlink error #2304
Conversation
The rawhide netlink errors are fixed with a newer kernel than the default 6.2 available in Fedora 38. Signed-off-by: Adrian Reber <areber@redhat.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## criu-dev #2304 +/- ##
============================================
- Coverage 70.29% 70.29% -0.01%
============================================
Files 134 134
Lines 34040 34040
============================================
- Hits 23929 23928 -1
- Misses 10111 10112 +1 ☔ View full report in Codecov by Sentry. |
The old test was checking if '/' is btrfs but we should check if the current directory is btrfs. Signed-off-by: Adrian Reber <areber@redhat.com>
# zdtm/static/socket-tcp-nfconntrack. To activate the new kernel previously | ||
# installed this reboots the VM. | ||
vagrant reload | ||
ssh default uname -a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be better to move vagrant reload
in setup()
for consistency across tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking about it, but if we do not need the latest kernel rebooting takes additional time.
4213f16
into
checkpoint-restore:criu-dev
Sorry. I merged this. This was not my intention. |
@avagin Can you undo this while rebasing? I can also to a revert. Sorry. |
The rawhide netlink errors are fixed with a newer kernel than the default 6.2 available in Fedora 38.