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 c0e49b90fb HDDS-3506. Enable 
TestOzoneFileInterfaces#testOzoneManagerLocatedFileStatusBlockOffsetsWithMultiBlockFile
 (#5675)
c0e49b90fb is described below

commit c0e49b90fb2a79010fe734158b2d494a9ad20680
Author: Devesh Kumar Singh <[email protected]>
AuthorDate: Mon Nov 27 19:59:36 2023 +0530

    HDDS-3506. Enable 
TestOzoneFileInterfaces#testOzoneManagerLocatedFileStatusBlockOffsetsWithMultiBlockFile
 (#5675)
---
 .../test/java/org/apache/hadoop/fs/ozone/TestOzoneFileInterfaces.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFileInterfaces.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFileInterfaces.java
index 5026955793..701dffa4b9 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFileInterfaces.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFileInterfaces.java
@@ -63,8 +63,6 @@ import org.apache.commons.lang3.RandomStringUtils;
 import static 
org.apache.hadoop.fs.CommonConfigurationKeysPublic.FS_DEFAULT_NAME_KEY;
 import static org.apache.hadoop.fs.ozone.Constants.OZONE_DEFAULT_USER;
 
-import org.apache.ozone.test.UnhealthyTest;
-import org.apache.ozone.test.tag.Unhealthy;
 import org.junit.After;
 import org.junit.AfterClass;
 import org.junit.Assert;
@@ -78,7 +76,6 @@ import static org.junit.Assume.assumeFalse;
 import org.junit.Before;
 import org.junit.Rule;
 import org.junit.Test;
-import org.junit.experimental.categories.Category;
 import org.junit.rules.TestRule;
 import org.junit.rules.Timeout;
 import org.apache.ozone.test.JUnit5AwareTimeout;
@@ -518,7 +515,6 @@ public class TestOzoneFileInterfaces {
   }
 
   @Test
-  @Category(UnhealthyTest.class) @Unhealthy("HDDS-3506")
   public void testOzoneManagerLocatedFileStatusBlockOffsetsWithMultiBlockFile()
       throws Exception {
     // naive assumption: MiniOzoneCluster will not have larger than ~1GB


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to