adoroszlai commented on PR #8331: URL: https://github.com/apache/ozone/pull/8331#issuecomment-2833189079
``` Basic Freon smoketest for one datanode | FAIL | 255 != 0 -- Single Node :: Smoketest for one datanode | FAIL | 1 test, 0 passed, 1 failed -- ERROR: Test execution of ozonescripts/test.sh is FAILED!!!! ``` Need to set `hdds.scm.safemode.min.datanode=1` in `ozonescripts`: https://github.com/apache/ozone/blob/cf1fb88740c4465f17070d9a61039d5c5a169683/hadoop-ozone/dist/src/main/compose/ozonescripts/docker-config#L26 Please also check unit test failures: ``` org.apache.hadoop.hdds.scm.safemode.TestHealthyPipelineSafeModeRule org.apache.hadoop.hdds.scm.safemode.TestSCMSafeModeManager ``` -- 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]
