adoroszlai opened a new pull request #426: HDDS-2864. TestOMDbCheckpointServlet fails due to real Recon URL: https://github.com/apache/hadoop-ozone/pull/426 ## What changes were proposed in this pull request? `TestOMDbCheckpointServlet` verifies that no checkspoints have been taken before it invokes the servlet. However, the same servlet is used by the actual Recon server in the mini cluster (added [very recently](https://github.com/apache/hadoop-ozone/commit/8748498b8)). This PR proposes to remove the assertions about initial state, as they are not strictly necessary to validate behavior. https://issues.apache.org/jira/browse/HDDS-2864 ## How was this patch tested? Ran the test locally, as well as on branch with integration tests enabled: ``` Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.033 s - in org.apache.hadoop.ozone.om.TestOMDbCheckpointServlet ``` https://github.com/adoroszlai/hadoop-ozone/runs/382195722
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
