action #163127
Updated by okurz 6 months ago
## Observation
https://app.circleci.com/pipelines/github/os-autoinst/openQA/13929/workflows/19d49b27-c2b5-4b66-8fe4-711b4ee108b0/jobs/131058?invite=true#step-111-88
```
RETRY=0 HOOK=./tools/delete-coverdb-folder timeout -s SIGINT -k 5 -v $((30 * 2 * (0 + 1) ))m tools/retry prove -l --harness TAP::Harness::JUnit --timer t/full-stack.t t/33-developer_mode.t
[14:42:14] t/full-stack.t ......... 33/? # full result panel contents:
# State: scheduled, created 28 minutes ago
# Scheduled product: job has not been created by posting an ISO
# 50
# Actions:
#
# Cancel job
# Failed test 'Expected result not found'
# at /home/squamata/project/t/lib/OpenQA/Test/FullstackUtils.pm line 76.
# Failed test 'job 5 running'
# at t/full-stack.t line 332.
# 0
Bailout called. Further testing stopped: test 't/full-stack.t' exceeds runtime limit of '1800' seconds
```
and
https://app.circleci.com/pipelines/github/os-autoinst/openQA/13930/workflows/032473ad-e89f-4787-a7a2-abbbca3a85c6/jobs/131066?invite=true#step-108-91
```
[15:39:42] t/ui/15-admin-workers.t .................... 5/?
# Failed test 'on 99963'
# at t/ui/15-admin-workers.t line 119.
# ''
# doesn't match '(?^:Worker status\nJob: 99963)'
# Looks like you failed 1 test of 19.
[15:39:42] t/ui/15-admin-workers.t .................... 7/?
# Failed test 'worker overview'
# at t/ui/15-admin-workers.t line 142.
[15:39:42] t/ui/15-admin-workers.t .................... 16/? [15:39:42] t/ui/15-admin-workers.t .................... 17/? # Looks like you failed 1 test of 17.
[15:39:42] t/ui/15-admin-workers.t .................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/17 subtests
```
## Acceptance criteria
* **AC1:** t/ui/15-admin-workers.t passes consistently in circleCI
* **AC2:** t/full-stack.t passes consistently in circleCI
## Suggestions
* Try to reproduce locally, e.g. using 'count-fail-ratio' from https://software.opensuse.org/package/retry . If not reproducible locally try with coverage enabled or in circleCI
* While the above is running consider recent changes that could possibly trigger this as regression, maybe even bisect (e.g. animations not disabled correctly, could be #159408).
* As necessary get additional logs from circleCI artifacts
* Maybe SSH into Circle CI to try things with the test
* File another ticket if it turns out there's 2 issues here
Back