Hi all,
Stanislav, thanks for your investigation. Could you do a separate PR with the commit
azure: Re-group test envs (it would unblock our other PRs without waiting for your PR
5656 to be reviewed)?
On my side I investigated the "java.net.BindException: Address already in use" exception and I suspect it's related to the way we setup /etc/hosts on the machines. Since commit
1906afb, pki defines 2 AJP connectors, one using localhost4 and the other localhost6 but our /etc/hosts defines only localhost. I created a PR to check if the exception goes away with a proper /etc/hosts configuration (PR
5749).
So the action plan would be:
1. fix azure pipelines with Stanislav's PR
2. fix the "Address already in use" with my PR
3. make the same modification to /etc/hosts in
freeipa-pr-ci, so that the tests running in PRCI also have localhost4 and localhost6 defined
How does it sound?
flo