#9313 Nightly test failure (rawhide): automember-rebuild test
Closed: fixed 2 years ago by frenaud. Opened 2 years ago 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

2 years ago

Metadata Update from @frenaud:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/6642

2 years ago

master:

  • 5dba2aa ipatests: adapt for new automembership fixup behavior

ipa-4-10:

  • 34d048e ipatests: adapt for new automembership fixup behavior

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

2 years ago

Log in to comment on this ticket.

Metadata