The nightly test test_ipa_login_with_sso_user is failing in testing_master_testing_selinux, see PR #2144 with the following logs and report:
The test is failing for creating user on keycloak server with:
DEBUG ipatests.pytest_ipa.integration.host.Host.replica1.cmd128:transport.py:513 RUN ['/opt/keycloak/bin/kcadm.sh', 'create', 'users', '-r', 'master', '-s', 'username=kcuser1', '-s', 'email=kcuser1@ipa.test', '-s', 'enabled=true'] DEBUG ipatests.pytest_ipa.integration.host.Host.replica1.cmd128:transport.py:557 null [unknown_error] DEBUG ipatests.pytest_ipa.integration.host.Host.replica1.cmd128:transport.py:217 Exit code: 1 ERROR ipatests.pytest_ipa.integration.host.Host.replica1.cmd128:host.py:201 stderr: null [unknown_error]
Metadata Update from @amore: - Issue tagged with: test-failure, tests
@spoore Could you please look into this ?
I looked into this issue last week and it's related to a SCIMv2 server crash that is being investigated. Usually after the first user logs into Keycloak, the bridge server crashes. We don't see an issue though until a user operation is run on Keycloak.
master:
ipa-4-10:
With the new f36 vagrant image, the test is also failing on f36, the xfail annotation needs to be extended to this version also. See PR #2220 with the following report
Log in to comment on this ticket.