Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 6258 - Resolve race condition for two tests in health_config.py
The following two tests in health_config.py have race conditions preventing them from working consistently: dirsrvtests/tests/suites/healthcheck/health_config_test.py::test_healthcheck_notes_unindexed_search dirsrvtests/tests/suites/healthcheck/health_config_test.py::test_healthcheck_notes_unknown_attribute These failures are mitigated by adding a sleep command shortly after the filter command to ensure it has time to complete. Helps fix: 389ds#6258
- Loading branch information