Skip to content
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

Image refresh for arch (for fsinfo) #5861

Merged
merged 3 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/arch
6 changes: 6 additions & 0 deletions naughty/arch/5874-lvconvert-hangs-in-kernel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[<0>] md_stop+* [md_mod]
*
[<0>] dev_suspend+* [dm_mod]
*
File "check-storage-lvm2", line *, in testRaidRepair
self.dialog_wait_close() # wait for repair to finish
4 changes: 4 additions & 0 deletions naughty/arch/5881-curl-ssl-errno-0
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
> error: spawn 'vm creation' *CURL: Error opening file: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0*
Traceback (most recent call last):
File "*/check-machines-create", line *, in testCreateUrlSource
runner.createTest(TestMachinesCreate.VmDialog(self, sourceType='url',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make that more specific somehow? Otherwise this would match whenever anything is broken with createTest, not just when it is curls fault.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E.g., there is also "CURL: Error opening file: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0" in the browser log, a few lines above.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK.

Loading