alerting
alerting copied to clipboard
[FEATURE] Use waitUntil in all tests vs thread.sleep
Currently in many of the tests for the Alerting plugin, we have thread.sleep to wait for background processes to complete for us to validate the tests. These should be replaced with OpenSearchTestCase.waitUntil
Hi, I would like to work on this issue.