-
-
Notifications
You must be signed in to change notification settings - Fork 6
tests: fix setting up IMAP on Whonix #26
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 #26 +/- ##
=======================================
Coverage 80.49% 80.49%
=======================================
Files 4 4
Lines 1528 1528
=======================================
Hits 1230 1230
Misses 298 298 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025061003-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=2025061004-4.3&flavor=update
Failed tests37 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/142375#dependencies 10 fixed
Unstable testsPerformance TestsPerformance degradation:10 performance degradations
Remaining performance tests:62 tests
|
Whonix recently introduced user-sysmaint-split, which blocks sudo on normal user account. And also a related but separate change blocks logging as "user" with a password (even when set). Fix both issues by: - not using sudo during setup - not using PAM for authentication, and configuring dovecot with a static password instead Fixes QubesOS/qubes-issues#9995
Whonix recently introduced user-sysmaint-split, which blocks sudo on
normal user account. And also a related but separate change blocks
logging as "user" with a password (even when set). Fix both issues by:
static password instead
Fixes QubesOS/qubes-issues#9995