CalvinKirs opened a new pull request, #38108:
URL: https://github.com/apache/doris/pull/38108

   ## Proposed changes
   
   Awaitility: Waits until a specific condition is met, which makes the tests 
more reliable and less prone to intermittent failures. It ensures that the test 
only proceeds when the expected condition is true. Thread.sleep: Introduces a 
fixed delay, which can lead to flaky tests. If the condition is met sooner than 
the sleep time, the test unnecessarily waits. Conversely, if the condition is 
met after the sleep time, the test will fail.
   
   (cherry picked from commit 8d249a2562b15825a06a53a5a530a532a0ca2454)
   
   ## Proposed changes
   
   Issue Number: close #xxx
   
   <!--Describe your changes.-->
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to