action #167269
Updated by okurz about 2 months ago
## Observation
https://github.com/os-autoinst/openQA/pull/5910
https://app.circleci.com/pipelines/github/os-autoinst/openQA/14687/workflows/5a12e57a-aea7-4f71-9bce-f47809a264c0/jobs/139517
```
[14:12:34] t/full-stack.t ......... 31/? # Unexpected Javascript console errors: [
# {
# level => "SEVERE",
# message => "http://localhost:9526/tests/Unable%20to%20read%20image:%20Can't%20read%20from%20file%20%22/tmp/webui.worker-1.vWMxweLj/%22:%20Is%20a%20directory%20at%20/home/squamata/project/lib/OpenQA/Shared/Controller/Running.pm%20line%20229. - Failed to load resource: the server responded with a status of 404 (Not Found)",
# source => "network",
# timestamp => 1727187304398,
# },
# ]
# full result panel contents:
# State: running, started less than a minute ago
# Scheduled product: job has not been created by posting an ISO
# Assigned worker: 60cc7dcaf735:1
# Actions:
#
# Restart job
#
# Cancel job
# Failed test 'Expected result not found'
# at /home/squamata/project/t/lib/OpenQA/Test/FullstackUtils.pm line 76.
# Failed test 'job 5 passed'
# at t/full-stack.t line 349.
# 0
# Failed test 'Test 5 result done'
# at t/full-stack.t line 356.
...
```
## Acceptance criteria
* **AC1:** No errors or unhandled output consistently in t/full-stack.t executions
## Suggestions
* `make test STABILITY_TEST=1 RETRY=10 KEEP_DB=1 FULLSTACK=1 TESTS=t/full-stack.t` or if you have a test setup prepared and provided the environment variables `count-fail-ratio env FULLSTACK=1 prove -l t/full-stack.t`
* Bisect recent commits to find where this problem might have been introduced