Actions
action #88496
closedopenQA "t" tests time out (again) and take long
Description
Motivation¶
Checks in https://github.com/os-autoinst/openQA/pull/3519 and other PRs time out even for completely unrelated changes. Also "t" take rather long, e.g. 35 minutes, especially due to some long-running test modules.
For example t/44-scripts.t timed out in
https://app.circleci.com/pipelines/github/os-autoinst/openQA/5545/workflows/04ed6981-b31a-4880-bfd6-8d69717f8237/jobs/52374
Acceptance criteria¶
- AC1: "t" does not take significantly longer than the other steps of the circle CI pipeline (or significantly less than currently)
- AC2: tests in "t" are a bit more reliable again (as in past months)
Suggestions¶
- Try to split tests differently in .circleci/config and Makefile
- Bump timeout for tests that timeout
Updated by okurz almost 4 years ago
- Copied from action #59043: Fix unstable/flaky full-stack test, i.e. remove sleep, and ui tests added
Updated by okurz almost 4 years ago
- Description updated (diff)
Actions