- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 115
tests: fix clipboard test #641
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     #641      +/-   ##
==========================================
- Coverage   69.56%   69.45%   -0.11%     
==========================================
  Files          58       58              
  Lines       12465    12437      -28     
==========================================
- Hits         8671     8638      -33     
- Misses       3794     3799       +5     
 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. | 
First of all, wait for the zenity process to finish, do not leak it. But then, adjust the test string to not be a single long line - zenity often hangs on a single 300k line. Fixes QubesOS/qubes-issues#9646
| OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024121602-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=2024111705-4.3&flavor=update 
 Failed tests4 failures
 Fixed failuresCompared to: https://openqa.qubes-os.org/tests/119126#dependencies 3 fixed
 Unstable tests
 | 
Distinguish between audio, video and display adapters. This is especially relevant when setting up sys-audio or sys-gui-gpu, otherwise it's hard to find which "multimedia" device is the right one.
First of all, wait for the zenity process to finish, do not leak it.
But then, adjust the test string to not be a single long line - zenity
often hangs on a single 300k line.
Fixes QubesOS/qubes-issues#9646