QubesOS / qubes-issues

The Qubes OS Project issue tracker
https://www.qubes-os.org/doc/issue-tracking/
542 stars 48 forks source link

[Build 2024111416-4.2] openQA test fails in upload_packages #9581

Open marmarek opened 1 week ago

marmarek commented 1 week ago

Observation

openQA test in scenario qubesos-4.2-securedrop-x86_64-securedrop_install@64bit fails in upload_packages

curl: (28) Operation timed out after 10003 miliseconds with 0 bytes received

Test suite description

Install SecureDrop

Reproducible

Fails since (at least) Build 2024111416-4.2 (current job)

Expected result

Last good: 2024111309-4.2 (or more recent)

Further details

Always latest result in this scenario: latest

See more info at https://github.com/QubesOS/openqa-tests-qubesos/pull/25#issuecomment-2476280844

deeplow commented 2 days ago

Adding some context captured on an old commit that won't make it into main:

In a specific set of circumstances dropped packets were causing the log uploads to take a long time and eventually fail. Even though the client would send retries, they would not reach the host.

A failok flag was added to the logs-uploading method, as a a temporary measure to let the tests proceed even though the log uploading failed.