-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure in dnf install during PRCI tests #363
Comments
This also blocks PRs that would use tasks.install_packages like freeipa/freeipa#4676 |
I'm testing dnf install here: with testing-fedora/test_backup_and_restore_TestBackupReinstallRestoreWithDNS |
Any update on this? It is blocking some tests needed for expiring password notifications. |
I've tested pr-ci without commit: df43a00 and worksfine, the issue is not there. https://github.com/bhavikbhavsar/freeipa/pulls I send revert: #367 |
Without df43a00 NM is adding DNS server provided by dhcp on the first line of resolv.conf. So it looks like that all our tests are actually not using IPA-configured DNS for any queries from master.
So the problem seems to be that IPA DNS is not forwarding queries to configured forwarder for some reason. Why df43a00 was proposed: |
The previous comment is wrong:
So I will modify the patch to alter only client machines. |
PR for modifying NM config only on ipa clients: #373 |
The nightly tests that perform
dnf install
started recently to fail with the following error:The issue may be linked to commit df43a00: prevent NetworkManager from updating /etc/resolv.conf
The test have the following scenario:
See for instance PR 4646, especially the test
test_backup_and_restore_TestBackupAndRestoreTrust
.The text was updated successfully, but these errors were encountered: