Actions
action #170377
closed[BCI] test fails in bci_test_podman: mariadb-client on Tumbleweed
Start date:
2024-11-27
Due date:
% Done:
70%
Estimated time:
Tags:
Description
Observation¶
all: install_deps> python -I -m pip install 'dataclasses; python_version < "3.7"' 'pg8000; python_version >= "3.7"' 'pg8000<1.27.0; python_version < "3.7"' pymysql pytest pytest-rerunfailures pytest-testinfra 'pytest-xdist; python_version >= "3.6"' requests 'tenacity!=8.4.0' typing_extensions git+https://github.com/dcermak/pytest_container
all: commands[0]> python -m pytest -vv tests/test_all.py --junitxml=/root/BCI-tests/junit_all.xml --pytest-container-log-level=debug -rxX -n auto -k mariadb-client_11.5 --reruns 3 --reruns-delay 10
============================= test session starts ==============================
platform linux -- Python 3.11.10, pytest-8.3.3, pluggy-1.5.0 -- /root/BCI-tests/.tox/all/bin/python
cachedir: .tox/all/.pytest_cache
rootdir: /root/BCI-tests
configfile: pyproject.toml
plugins: xdist-3.6.1, testinfra-10.1.1, rerunfailures-15.0, pytest_container-0.4.2
created: 2/2 workers
2 workers [0 items]
scheduling tests via LoadScheduling
-------------- generated xml file: /root/BCI-tests/junit_all.xml ---------------
============================ no tests ran in 0.48s =============================
all: exit 5 (0.88 seconds) /root/BCI-tests> python -m pytest -vv tests/test_all.py --junitxml=/root/BCI-tests/junit_all.xml --pytest-container-log-level=debug -rxX -n auto -k mariadb-client_11.5 --reruns 3 --reruns-delay 10 pid=6648
all: FAIL code 5 (6.57=setup[5.69]+cmd[0.88] seconds)
evaluation failed :( (6.67 seconds)
2KFnB-5-
If I understand the error/traces correct, the issue here is that mariadb and the respective clients have moved to version 11.6 - is this really intended to change the test code with every mariadb version bump?
From Settings:
BCI_IMAGE_MARKER mariadb-client_11.5
openQA test in scenario opensuse-Tumbleweed-BCI-x86_64-bci_mariadb-client_podman@64bit fails in
bci_test_podman
Test suite description¶
The base test suite is used for job templates defined in YAML documents. It has no settings of its own.
Reproducible¶
Fails since (at least) Build 20241118
Expected result¶
Last good: 20241117 (or more recent)
Further details¶
Always latest result in this scenario: latest
Actions