action #167524
Updated by livdywan 3 months ago
## Observation openQA test in scenario openqa-Tumbleweed-dev-x86_64-openqa_from_containers@64bit-2G fails in [multiple_container_webui](https://openqa.opensuse.org/tests/4514679/modules/multiple_container_webui/steps/103) ``` Output: Waiting for DB creation psql: ERROR: column d.daticulocale does not exist LINE 8: d.daticulocale as "ICU Locale", ``` The webui-docker-compose test in our CI runs into the same problem: https://github.com/os-autoinst/openQA/actions/runs/11071019461/job/30761910367?pr=5954 ## Test suite description ## Reproducible Fails since (at least) Build [:TW.31628](https://openqa.opensuse.org/tests/4514187) ## Expected result Last good: [:TW.31627](https://openqa.opensuse.org/tests/4514158) (or more recent) ## Further details Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=openqa&flavor=dev&machine=64bit-2G&test=openqa_from_containers&version=Tumbleweed) ## Suggestions * Add a workaround DONE, see https://github.com/os-autoinst/openQA/pull/5957 and https://github.com/os-autoinst/os-autoinst-distri-openQA/pull/212 * Consider the easiest option which is to replace `psql -h db -U openqa --list | grep -qe openqa` with `psql -h db -U openqa openqa -c 'select 1'` * Reconsider the healthcheck logic in the container / docker-compose setup * Remove workarounds again in both openQA and os-autoinst-distri-openqa, see PRs above