#50777 Issue 49761 - Fix CI test suite issues
Closed by spichugi. Opened by bsmejkal.
bsmejkal/389-ds-base ou_ticket48755  into  master

Download 50777.patch

Description:
Fixing failing ticket48755_test.py, so it would pass nightly tests.
Also moved the test from tickets to suites/replication/regressions_test.py

This code is NOT IN MERGEABLE state.
The test passes on Fedora, RHEL7 and RHEL8
but I could use an advice with how to replace "search_s"
so the test wouldn't use deprecated features, please.
Thanks.

Relates: https://pagure.io/389-ds-base/issue/48755
Relates: https://pagure.io/389-ds-base/issue/49761

Reviewed by: vashirov (Thanks!)

search_s won't be deprecated itself. We just want to get rid of the Entry API.
https://pagure.io/389-ds-base/issue/50600
So we are free to use it in special cases. This one is special, I think. The case when we want to get all server entries including hidden and tombstones.

The code LGTM! Ack

rebased onto b8a922ecaf15fa394296f73e94f612554c109f5f

Pull-Request has been merged by spichugi

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/3832

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

Metadata