elek opened a new pull request #1059: HDDS-1764. Fix hidden errors in acceptance tests URL: https://github.com/apache/hadoop/pull/1059 [~bharatviswa] pinged me offline with the problem that in some cases the smoketest is failing even if the reports are green: {code:java} All smoke tests are passed, but CI is showing as Failed. https://ci.anzix.net/job/ozone/17284/RobotTests/log.html https://github.com/apache/hadoop/pull/1048{code} The root cause is a few typo after HDDS-1698, which can be fixed with the uploaded PR. *What is the problem?* In case of any error during the test execution the smoketest is failed. In this case because the typo in two docker-compose.yaml files two of the tests can't be started. But there is no separated robot test report and the error is visible only in the console. *How did it happen?* The ACL work improved some intermittency in the acceptance tests. HDDS-1698 is committed because the acceptance tests were failed with ACL errors which hide the real error (the test was red anyway). See: https://issues.apache.org/jira/browse/HDDS-1764
---------------------------------------------------------------- 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]
