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 1d19fce506d HDDS-13466. Disable flaky
TestOmSnapshotWithBucketLinkingLegacy and
TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets
1d19fce506d is described below
commit 1d19fce506d85ae3c280618e48b037eb6d988757
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Aug 1 08:25:50 2025 +0200
HDDS-13466. Disable flaky TestOmSnapshotWithBucketLinkingLegacy and
TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets
---
.../snapshot/TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets.java | 3 +++
.../ozone/om/snapshot/TestOmSnapshotWithBucketLinkingLegacy.java | 3 +++
2 files changed, 6 insertions(+)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets.java
index 4d58158fb2a..e30fe6d9ad1 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets.java
@@ -17,11 +17,14 @@
package org.apache.hadoop.ozone.om.snapshot;
+import org.apache.ozone.test.tag.Unhealthy;
+
import static
org.apache.hadoop.ozone.om.helpers.BucketLayout.FILE_SYSTEM_OPTIMIZED;
/**
* Test OmSnapshot for FSO bucket type when native lib is disabled.
*/
+@Unhealthy("HDDS-13466")
public class TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets extends
TestOmSnapshot {
public TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets() throws Exception
{
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotWithBucketLinkingLegacy.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotWithBucketLinkingLegacy.java
index 62bc2d67887..1504e9a5b6c 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotWithBucketLinkingLegacy.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotWithBucketLinkingLegacy.java
@@ -17,11 +17,14 @@
package org.apache.hadoop.ozone.om.snapshot;
+import org.apache.ozone.test.tag.Unhealthy;
+
import static org.apache.hadoop.ozone.om.helpers.BucketLayout.LEGACY;
/**
* Test OmSnapshot for Legacy bucket type.
*/
+@Unhealthy("HDDS-13466")
public class TestOmSnapshotWithBucketLinkingLegacy extends TestOmSnapshot {
public TestOmSnapshotWithBucketLinkingLegacy() throws Exception {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]