adoroszlai opened a new pull request, #5548:
URL: https://github.com/apache/ozone/pull/5548

   ## What changes were proposed in this pull request?
   
   HDDS-9357 added a workflow for running some integration test repeatedly.  
This change implements similar feature for acceptance tests.
   
   Acceptance tests can already be limited by suite or filter pattern.  One of 
these should be provided to the workflow.  If both of them are provided, suite 
is given precedence.  If both of them are empty, all acceptance tests are run, 
which will take quite some time.
   
   Iterations within the same split are not implemented, so repetitions are 
only controlled by number of splits.  They are run concurrently (with some 
limit imposed by GitHub).  It also makes it a bit easier to interpret results 
(count failures).
   
   https://issues.apache.org/jira/browse/HDDS-9629
   
   ## How was this patch tested?
   
   Triggered for existing test with filter:
   https://github.com/adoroszlai/hadoop-ozone/actions/runs/6754449244
   
   Triggered for existing test with suite:
   
https://github.com/adoroszlai/hadoop-ozone/actions/runs/6754514403/job/18362249054
   
   Triggered for non-existent suite:
   
https://github.com/adoroszlai/hadoop-ozone/actions/runs/6755238727/job/18363484693#step:3:13
   
   Triggered for filter matching nothing:
   
https://github.com/adoroszlai/hadoop-ozone/actions/runs/6755241901/job/18363491226#step:3:13


-- 
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