-
-
Notifications
You must be signed in to change notification settings - Fork 113
tests: integration tests for boot mode #664
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #664 +/- ##
==========================================
+ Coverage 69.75% 69.90% +0.15%
==========================================
Files 58 59 +1
Lines 12550 12612 +62
==========================================
+ Hits 8754 8817 +63
+ Misses 3796 3795 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
27b725e
to
54f42ba
Compare
So, the test said |
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025030800-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025021804-4.3&flavor=update
Failed tests25 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/129058#dependencies 9 fixed
Unstable testsPerformance TestsPerformance degradation:32 performance degradations
Remaining performance tests:40 tests
|
54f42ba
to
8b3a030
Compare
8b3a030
to
fcca635
Compare
Right now they mostly duplicate what unit tests are already testing. It will make more sense for boot mode with in-vm kernel, and/or Whonix package (instead of dummy boot modes). QubesOS/qubes-issues#9750
fcca635
to
c402256
Compare
@ArrayBolt3 I'll also merge this one as is. It did found some issues that unit tests missed before, so IMO it's still useful (even though duplicates some parts). And later it can be extended to test in-vm kernel support. |
Right now they mostly duplicate what unit tests are already testing. It
will make more sense for boot mode with in-vm kernel, and/or Whonix
package (instead of dummy boot modes).
QubesOS/qubes-issues#9750
Related to #653
FYI @ArrayBolt3