This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 245b2ca3cf HDDS-3131. Enable TestMiniChaosOzoneCluster (#5462)
245b2ca3cf is described below
commit 245b2ca3cf6c9c33cc9658d6dc4ee2ed15d58fcd
Author: Devesh Kumar Singh <[email protected]>
AuthorDate: Fri Oct 20 00:56:33 2023 +0530
HDDS-3131. Enable TestMiniChaosOzoneCluster (#5462)
---
.../test/java/org/apache/hadoop/ozone/TestMiniChaosOzoneCluster.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/hadoop-ozone/fault-injection-test/mini-chaos-tests/src/test/java/org/apache/hadoop/ozone/TestMiniChaosOzoneCluster.java
b/hadoop-ozone/fault-injection-test/mini-chaos-tests/src/test/java/org/apache/hadoop/ozone/TestMiniChaosOzoneCluster.java
index 70779cf9f4..ab62b920b7 100644
---
a/hadoop-ozone/fault-injection-test/mini-chaos-tests/src/test/java/org/apache/hadoop/ozone/TestMiniChaosOzoneCluster.java
+++
b/hadoop-ozone/fault-injection-test/mini-chaos-tests/src/test/java/org/apache/hadoop/ozone/TestMiniChaosOzoneCluster.java
@@ -30,11 +30,9 @@ import org.apache.hadoop.ozone.failure.Failures;
import org.apache.hadoop.ozone.freon.FreonReplicationOptions;
import org.apache.hadoop.ozone.loadgenerators.LoadGenerator;
import org.apache.hadoop.ozone.om.helpers.BucketLayout;
-import org.apache.ozone.test.UnhealthyTest;
import org.junit.BeforeClass;
import org.junit.AfterClass;
import org.junit.Test;
-import org.junit.experimental.categories.Category;
import picocli.CommandLine;
import picocli.CommandLine.Command;
import picocli.CommandLine.Option;
@@ -46,7 +44,6 @@ import java.util.concurrent.TimeUnit;
/**
* Test Read Write with Mini Ozone Chaos Cluster.
*/
-@Category(UnhealthyTest.class)
@Command(description = "Starts IO with MiniOzoneChaosCluster",
name = "chaos", mixinStandardHelpOptions = true)
public class TestMiniChaosOzoneCluster extends GenericCli {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]