#9035 Nightly failure (rawhide) in test_installation_client.py::TestInstallClient
Closed: fixed 2 years ago by frenaud. Opened 2 years ago by frenaud.

The nightly test test_installation_client.py::TestInstallClient is failing in rawhide, see PR #1306 with the following logs and report.

The test is failing in the server installation, but the installed packages aren't the latest ones (for instance samba-4.15.0-13.fc36.x86_64 is installed while there is a bodhi update with samba-4.15.2-2.fc36).

The test definition is missing the updates_packages: True instruction (see nightly_rawhide.yaml).


Metadata Update from @frenaud:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/6082

2 years ago

We need somehow to enforce the version of Samba libraries used during compilation. Here it looks like we were compiled against new ABI but ran with old. Sadly, until all updates reach stable Fedora, we have to keep test definitions in sync with build

master:

  • 4c61b92 ipatests: update packages in rawhide test test_installation_client.py

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

2 years ago

Login to comment on this ticket.

Metadata