#9313 Nightly test failure (rawhide): automember-rebuild test
Closed: fixed by frenaud. Opened by frenaud.

Issue

The test automember is failing in rawhide with 389-ds update to 2.3.2. See PR #2394 with the following report and logs.

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:

  • 5dba2aa4660e5eed11fe53f6f36b8226e8539df2 ipatests: adapt for new automembership fixup behavior

ipa-4-10:

  • 34d048ede0c439b3a53e02f8ace96ff91aa1609d ipatests: adapt for new automembership fixup behavior

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Metadata