The test test_trust is failing in rawhide since the update to samba-4.20.4-1.fc42 .
test_trust
The test failure is seen in test_integration/test_trust.py::TestTrust::test_establish_forest_trust_with_shared_secret when using powershell to create a trust, because the previous test test_remove_external_rootdomain_trust didn't manage to remove the trust with rpcclient command.
test_integration/test_trust.py::TestTrust::test_establish_forest_trust_with_shared_secret
test_remove_external_rootdomain_trust
Trace:
INFO RUN ['rpcclient', '--use-kerberos=desired', 'root-dc-kmhd.ad-kmhd.test', '-c', 'deletetrustdom ufreeipa.test'] DEBUG RUN ['rpcclient', '--use-kerberos=desired', 'root-dc-kmhd.ad-kmhd.test', '-c', 'deletetrustdom ufreeipa.test'] DEBUG Warning: Identity file /home/jenkins/workspace/Projects/freeipa_upstream_nightly/master/Nightly-rawhide/2024-09-14_19-30/rawhide-test_trust/test_trust/config/id_rsa not accessible: No such file or directory. DEBUG Password for [Administrator@AD-KMHD.TEST]: DEBUG Cannot connect to server. Error was NT_STATUS_LOGON_FAILURE DEBUG Exit code: 1
The rpcclient command needs to be provided a ccache with --use-krb5-ccache=CCACHE.
--use-krb5-ccache=CCACHE
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/7541
master:
ipa-4-12:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)