ArafatKhan2198 opened a new pull request, #6269: URL: https://github.com/apache/ozone/pull/6269
## What changes were proposed in this pull request? Recon Acceptance test is failing for the robot test :- ``` hadoop-ozone/dist/src/main/smoketest/recon/recon-api.robot ``` The discrepancy arises because, in local Docker setups, DataNodes are named using hyphens, such as `datanode-1`, whereas in the upstream (CI) environment, DataNodes utilize underscores, like `datanode_1`. This variation in naming conventions leads to inconsistencies across different environments. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10414 ## How was this patch tested? The acceptance test passed locally :- ``` ------------------------------------------------------------------------------ Check if Recon picks up DN heartbeats | PASS | ------------------------------------------------------------------------------ Check if Recon Web UI is up | PASS | ------------------------------------------------------------------------------ Check web UI access | PASS | ------------------------------------------------------------------------------ Check admin only api access | PASS | ------------------------------------------------------------------------------ Check unhealthy, (admin) api access | PASS | ------------------------------------------------------------------------------ Check normal api access | PASS | ------------------------------------------------------------------------------ ``` And in the forked CI :- https://github.com/ArafatKhan2198/ozone/actions/runs/8030499503 -- 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]
