Skip to content

CI test replication/wait_for_async_feature_test.py sometime fails #6233

Open
@progier389

Description

@progier389

** Description **

dirsrvtests/tests/suites/replication/wait_for_async_feature_test.py::test_behavior_with_value[waitfor_async_attr0] FAILED [ 70%]
...
        most_common_val = sync_dict.most_common(1)[0][1]
        log.debug("%s <= %s <= %s" % (min_ap, most_common_val, max_ap))
>       assert min_ap <= most_common_val <= max_ap
E       assert 4 <= 3
...
DEBUG    dirsrvtests.tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:204 4 <= 3 <= 11

Additional context
I mostly see the test failing with lmdb, I suspect that the timing has changed a bit and that the test parameters should be adapted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CI testInvolves lib389 CI test

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions