Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 6258 - Add sleep for ramdom failure in two tests #6261

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 12, 2024

  1. Issue 6258 - Add sleep for ramdom failure in two tests

    Bug Description: The following test fails frequently. In the first one,
    the access log is checked before it's written. In the second one,
    multiple threads with the same file descriptor for access log file
    writes the logs with out of order.
    
    dirsrvtests/tests/suites/healthcheck/health_config_test.py::test_healthcheck_notes_unindexed_search
    dirsrvtests/tests/suites/paged_results/paged_results_test.py::test_multi_suffix_search
    
    Fix Description: Adding sleep mitigates the failure.
    
    Fixes: 389ds#6258
    mmatsuya committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8d0dc47 View commit details
    Browse the repository at this point in the history