The test automember is failing in rawhide with 389-ds update to 2.3.2. See PR #2394 with the following report and logs.
automember
The failure is caused by a change in 389-ds automember rebuild task. When autounmembership feature is disabled and the admin creates a fixup task, the previous members are not cleaned up by default. The task needs an additional argument "cleanup: yes" to perform the cleanup.
For more info refer to the issue description in 389ds#5547 and the commit 14943d5
The test code needs to be modified in accordance to the new behavior: it needs to create an automember-rebuild task with the "cleanup: yes" attribute.
Older revisions of 389-ds do not understand the new "cleanup" attribute but they simply ignore it. Hence, no need to check 389-ds version before creation of the task, it should work in all the cases.
Metadata Update from @frenaud: - Issue assigned to frenaud - Issue tagged with: test-failure
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/6642
master:
ipa-4-10:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.