elek commented on a change in pull request #763: HDDS-3302. Add ability in MiniOzoneCluster to create multiple storage directories. URL: https://github.com/apache/hadoop-ozone/pull/763#discussion_r404678200
########## File path: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniOzoneCluster.java ########## @@ -58,14 +58,12 @@ import org.junit.AfterClass; import org.junit.Assert; import org.junit.BeforeClass; -import org.junit.Ignore; import org.junit.Test; import org.yaml.snakeyaml.Yaml; /** * Test cases for mini ozone cluster. */ -@Ignore Review comment: Why was it ignored and how is the problem fixed by this patch? Do we need to run multiple checks to prove that there is no intermittency any more? ---------------------------------------------------------------- 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]
