-
Bug
-
Resolution: Done-Errata
-
Normal
-
rhel-9.7
-
ipa-4.12.2-19.el9
-
No
-
Low
-
1
-
rhel-idm-ipa
-
19
-
2
-
QE ack, Dev ack
-
False
-
False
-
-
No
-
IPA: RHELs Waiting for a BUILD
-
Pass
-
Automated
-
Unspecified Release Note Type - Unknown
-
Unspecified
-
Unspecified
-
Unspecified
-
None
Cloned from: https://pagure.io/freeipa/issue/9751
### Issue
The nightly test `test_integration/test_trust.py::TestTrust::test_server_option_with_unreachable_ad` in failing in rawhide with samba-4.22.0-0.4.rc2.fc43.
#### Steps to Reproduce
1. Install IPA server
2. Configure the DNS with SRV records pointing to an unreachable AD server
3. Try to establish trust with `ipa trust-add addomain.test --admin Administrator@addomain.test --password`
#### Actual behavior
The test expects the command to fail with `ipa: ERROR: Unable to read domain information, check /var/log/httpd/error_log` and reads httpd error_log looking for the following error message:
```
CIFS server communication error: code "3221225653", message "{Device Timeout}
```
With samba 4.22.0-0.4.rc2 the test gets a different error_log message:
```
CIFS server communication error: code "3221226021", message "The object was not found." (both may be "None")
```
Logs from failing test: https://$ARTIFACTS_SERVER/idm-ci/freeipa_upstream_nightly/Nightly-rawhide/master/2025-02-15_19-30/rawhide/test_trust/2/
Logs from green test: https:/$ARTIFACTS_SERVER/idm-ci/freeipa_upstream_nightly/Nightly-rawhide/master/2025-02-08_19-30/rawhide/test_trust/1/
The test probably needs to be adapted in order to accept both messages.
- links to
-
RHBA-2025:148368
ipa bug fix and enhancement update