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

   ## What changes were proposed in this pull request?
   This PR reduces duplicated setup and helper code between 
`TestOzoneManagerHA` and `TestOzoneManagerHAFollowerRead`.
   
   A new shared base class, `AbstractOzoneManagerHATest`, contains the common 
OM HA cluster initialization, shutdown, and test helper methods. 
`TestOzoneManagerHA` and `TestOzoneManagerHAFollowerRead` now only keep the 
behavior that differs between regular OM HA tests and follower-read OM HA tests.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-15520
   
   ## How was this patch tested?
   
   Local:
   ```bash
   mvn clean test -pl :ozone-integration-test -am \
     
-Dtest=TestOzoneManagerHAWithAllRunning,TestOzoneManagerHAWithStoppedNodes,TestOzoneManagerHAFollowerReadWithAllRunning,TestOzoneManagerHAFollowerReadWithStoppedNodes,TestOzoneManagerPrepare
 \
     -DskipShade -DskipRecon -DskipDocs
   ```
   
   GitHub Actions CI: 
https://github.com/echonesis/ozone/actions/runs/27471968184


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