iamsanjay opened a new pull request, #2665:
URL: https://github.com/apache/solr/pull/2665

   The test-retry mechanism allows failed test cases to be automatically 
re-run. It also includes functionality to mark the build as "successful" if the 
tests pass on re-run, though we’re not focusing on that feature at this time. 
Our primary goal in enabling this mechanism for Develocity is to classify tests 
as deterministic or non-deterministic. This classification will provide 
developers with better insights into failed test cases and help them make more 
informed decisions.
   
   Additionally, it saves time by automating the re-running of failed test 
cases, so developers don’t have to manually retry them.
   
   ```
    retry {
           maxRetries = 3
           maxFailures = 20
           failOnPassedAfterRetry = false
         }
   ```
   
   I believe the retry-test functionality is already integrated into the Gradle 
Enterprise plugin, which our project is currently using. Therefore, we don't 
need to add an explicit plugin to enable this feature.
   
   https://github.com/apache/solr/pull/2467#issuecomment-2122297638
   


-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to