adoroszlai commented on pull request #1657: URL: https://github.com/apache/ozone/pull/1657#issuecomment-748931579
Acceptance test fails because Recon test expects 4 pipelines: https://github.com/apache/ozone/blob/039d74a69e091b2307c3569b87ea9a3b9e7b4632/hadoop-ozone/dist/src/main/smoketest/recon/recon-api.robot#L63 but now with the increased limit it finds 5: ``` Check if Recon picks up DN heartbeats | FAIL | '{"pipelines":5,"totalDatanodes":3,"healthyDatanodes":3,"storageReport":{"capacity":267934076928,"used":24576,"remaining":56696799232},"containers":5,"volumes":23,"buckets":87,"keys":171}' does not contain '"pipelines":4' ``` https://github.com/apache/ozone/pull/1657/checks?check_run_id=1555607541#step:7:1684 I think this can be fixed simply by changing the expectation to 5. Failing integration tests could probably be fixed by manually configuring `....pipeline.limit` to its previous default value of 2. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
