Skip to content

CA-403422: lengthen the timeout for xenopsd's serialized tasks #6192

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

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

psafont
Copy link
Member

@psafont psafont commented Dec 20, 2024

Historically parallel operations were run in tasks as part of serial
operations, and serial tasks were not run as part of parallel ones. This
changed recently, causing some timeouts that did not happen before. To
mitigate this issue, now the timeouts for tasks are 20 minutes per single
serialized operation, instead of 20 minutes per task.

Passed one of the VDI / VM scalibility tests that previously failed reliably: Job 4182581

Historically parallel operations were run in tasks as part of serial
operations, and serial tasks were not run as part of parallel ones. This
changed recently, causing some timeouts that did not happen before. To
mitigate this issue, now the timeouts for tasks are 20 minutes per single
serialized operation, instead of 20 minutes per task.

Signed-off-by: Pau Ruiz Safont <[email protected]>
@psafont psafont added this pull request to the merge queue Jan 2, 2025
Merged via the queue into xapi-project:master with commit 6cf6b77 Jan 2, 2025
15 checks passed
@psafont psafont deleted the private/paus/xenops-long-waits branch January 2, 2025 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants