-
Notifications
You must be signed in to change notification settings - Fork 594
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/nested/manual/remodel-offline: use the fakestore #14851
base: fde-manager-features
Are you sure you want to change the base?
tests/nested/manual/remodel-offline: use the fakestore #14851
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## fde-manager-features #14851 +/- ##
=======================================================
Coverage ? 78.20%
=======================================================
Files ? 1160
Lines ? 154902
Branches ? 0
=======================================================
Hits ? 121147
Misses ? 26248
Partials ? 7507
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e50447f
to
36b568e
Compare
5802840
to
5ec2e43
Compare
8100567
to
f874793
Compare
68104b6
to
45639d4
Compare
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.
Nice! This change will also help to extend this test to UC22/24 in the future. Just a couple of minor comments.
add-apt-repository ppa:snappy-dev/image -y | ||
apt-get install -y golang ubuntu-core-initramfs |
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.
Now we build and install ubuntu-core-initramfs
as part of the tests in master for UC24+, but I see that the test is for UC20/22. Nevertheless worth adding a comment, saying that for UC24+ we should push the u-c-i package to the container and install instead.
while ! resolvectl query api.launchpad.net; do | ||
waited=$((waited+1)) | ||
if [ "${waited}" -gt 120 ]; then | ||
break | ||
fi | ||
sleep 1 | ||
done |
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.
It is a bit strange that we have to wait here, was this a common failure? Do we have an idea on why this problem happens? Maybe worth adding a comment.
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.
That is lxd that does not tell us when the network is ready. This script runs in lxd.
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.
LGTM, thanks
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.
Thank you!
6285e7f
to
a006ed9
Compare
No description provided.