-
Notifications
You must be signed in to change notification settings - Fork 600
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
tests: fix snapd-snap test #14788
tests: fix snapd-snap test #14788
Conversation
This test is currently failing because we use the deb from the repository which is 2.66.1+2x.04 and the snap version is 2.66.1. This produces that the re-execution is not done and the check for re-exec fails. Also I removed code for systems which are not supported anymore in that test.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #14788 +/- ##
==========================================
+ Coverage 78.95% 79.03% +0.08%
==========================================
Files 1084 1087 +3
Lines 146638 147881 +1243
==========================================
+ Hits 115773 116879 +1106
- Misses 23667 23764 +97
- Partials 7198 7238 +40
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Thanks, this looks good. I was confused about test-build for a moment but then I realized this is all inside the specific task.
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.
thanks
Changed milestone to 2.68, at this stage I do not want to retrigger snapd 2.67 spread tests again. Will reference this ticket to explain the failure is understood. |
This test is currently failing because we use the deb from the repository which is 2.66.1+2x.04 and the snap version is 2.66.1. This produces that the re-execution is not done and the check for re-exec fails.
Also I removed code for systems which are not supported anymore in that test.