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 822c0dee1a HDDS-10148. TestOmSnapshotFsoWithNativeLib should be tagged
as native test (#6160)
822c0dee1a is described below
commit 822c0dee1a8fd35ba2a22470e73ebd68b295edd3
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sun Feb 4 08:49:01 2024 +0100
HDDS-10148. TestOmSnapshotFsoWithNativeLib should be tagged as native test
(#6160)
---
.../hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithNativeLib.java | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithNativeLib.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithNativeLib.java
index 60e6692352..5ed2f848ae 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithNativeLib.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithNativeLib.java
@@ -18,16 +18,21 @@
package org.apache.hadoop.ozone.om.snapshot;
+import org.apache.ozone.test.tag.Native;
+import org.apache.ozone.test.tag.Unhealthy;
import org.junit.jupiter.api.Timeout;
+import static
org.apache.hadoop.hdds.utils.NativeConstants.ROCKS_TOOLS_NATIVE_LIBRARY_NAME;
import static
org.apache.hadoop.ozone.om.helpers.BucketLayout.FILE_SYSTEM_OPTIMIZED;
/**
* Test OmSnapshot for FSO bucket type when native lib is enabled.
*/
+@Native(ROCKS_TOOLS_NATIVE_LIBRARY_NAME)
@Timeout(300)
-public class TestOmSnapshotFsoWithNativeLib extends TestOmSnapshot {
- public TestOmSnapshotFsoWithNativeLib() throws Exception {
+@Unhealthy("HDDS-10149")
+class TestOmSnapshotFsoWithNativeLib extends TestOmSnapshot {
+ TestOmSnapshotFsoWithNativeLib() throws Exception {
super(FILE_SYSTEM_OPTIMIZED, false, false, false);
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]