Hi,

On Fri, Apr 5, 2024 at 7:24 AM Alexey Tikhonov <atikh...@redhat.com> wrote:
>
> On Thu, Apr 4, 2024 at 6:26 PM Andreas Hasenack <andr...@canonical.com> wrote:
> >
> > Hi,
> > The failure is that it expects just one user to be returned, but in
> > the end there are two.
>
> I would print the content of `test_ctx->result` at this point just to
> debug / see what's there...

Two users

> > The test seems to prepare two users,
>
> Why?
> ```
>     test_ctx->create_user1 = true;
>     test_ctx->create_user2 = false;
> ```

There is a prepare_user() call right after for user2.

In the end, I had to breakpoint on ldb_search() to catch the search
filter that was related to the "recentness" of the user creation, and
then I saw it was looking for lastUpdate>=0. Turns out this is related
to time_t being 64bits now in this armhf build, after all.
--
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to